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

public class CmsCopyToClipboardState extends com.vaadin.shared.ui.button.ButtonState
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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the element selector.
    void
    setSelector(String selector)
    Sets the element selector.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getSelector

      public String getSelector()
      Returns the element selector.

      Returns:
      the element selector
    • setSelector

      public void setSelector(String selector)
      Sets the element selector.

      Parameters:
      selector - the element selector