public interface I_CmsToolbarHandler extends I_CmsContextMenuHandler
限定符和类型 | 方法和说明 |
---|---|
void |
activateSelection()
Activates the selection button.
|
void |
deactivateCurrentButton()
De-activates the current button.
|
I_CmsToolbarButton |
getActiveButton()
Returns the currently active button (may be null).
|
void |
loadContextMenu(CmsUUID structureId,
CmsCoreData.AdeContext context)
Loads the context menu.
|
void |
setActiveButton(I_CmsToolbarButton button)
Sets the active button.
|
ensureLockOnResource, getContextMenuCommands, leavePage, refreshResource, unlockResource
void activateSelection()
void deactivateCurrentButton()
I_CmsToolbarButton getActiveButton()
void loadContextMenu(CmsUUID structureId, CmsCoreData.AdeContext context)
structureId
- the structure id of the resource for which to load the context menucontext
- the context menu item visibility contextvoid setActiveButton(I_CmsToolbarButton button)
button
- the new active button