Package org.opencms.ui.shared.components
Class CmsGwtContextMenuButtonState
java.lang.Object
com.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
org.opencms.ui.shared.components.CmsGwtContextMenuButtonState
- All Implemented Interfaces:
Serializable
Context menu button widget state.
- See Also:
-
Field Summary
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, description, descriptionContentMode, errorLevel, errorMessage, height, id, primaryStyleName, styles, width
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the structure id.void
setStructureId
(String structureId) Sets the structure id.
-
Constructor Details
-
CmsGwtContextMenuButtonState
public CmsGwtContextMenuButtonState()
-
-
Method Details
-
getStructureId
Gets the structure id.- Returns:
- the structure id
-
setStructureId
Sets the structure id.- Parameters:
structureId
- the new structure id
-