Package org.opencms.ui.shared.components
Class CmsCopyToClipboardState
java.lang.Object
com.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
com.vaadin.shared.ui.TabIndexState
com.vaadin.shared.ui.button.ButtonState
org.opencms.ui.shared.components.CmsCopyToClipboardState
- All Implemented Interfaces:
Serializable
The copy to clip-board/select text button shared state.
- See Also:
-
Field Summary
Fields inherited from class com.vaadin.shared.ui.button.ButtonState
clickShortcutKeyCode, disableOnClick, iconAltText
Fields inherited from class com.vaadin.shared.ui.TabIndexState
tabIndex
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 TypeMethodDescriptionReturns the element selector.void
setSelector
(String selector) Sets the element selector.
-
Constructor Details
-
CmsCopyToClipboardState
public CmsCopyToClipboardState()
-
-
Method Details
-
getSelector
Returns the element selector.- Returns:
- the element selector
-
setSelector
Sets the element selector.- Parameters:
selector
- the element selector
-