程序包 | 说明 |
---|---|
org.opencms.ade.containerpage.client | |
org.opencms.ade.containerpage.client.ui |
构造器和说明 |
---|
CmsContainerpageUtil(CmsContainerpageController controller,
A_CmsToolbarOptionButton... optionButtons)
Constructor.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsAddToFavoritesButton
Add to favorites button.
|
class |
CmsToolbarEditButton
The edit button holding all edit related methods.
|
class |
CmsToolbarInfoButton
Option bar button for displaying resource information.
|
class |
CmsToolbarMoveButton
The move button holding all move related methods.
|
class |
CmsToolbarRemoveButton
The remove button holding all remove related methods.
|
class |
CmsToolbarSelectionButton
The button holding all selection related methods.
|
class |
CmsToolbarSettingsButton
The properties button holding all properties related methods.
|
限定符和类型 | 方法和说明 |
---|---|
A_CmsToolbarOptionButton |
CmsElementOptionButton.getToolbarButton()
Returns the associated tool-bar button.
|
限定符和类型 | 方法和说明 |
---|---|
static CmsElementOptionBar |
CmsElementOptionBar.createOptionBarForElement(CmsContainerPageElementPanel element,
CmsDNDHandler dndHandler,
A_CmsToolbarOptionButton... buttons)
Creates an option-bar for the given drag element.
|
构造器和说明 |
---|
CmsElementOptionButton(A_CmsToolbarOptionButton toolbarButton,
CmsContainerPageElementPanel element)
Constructor.
|