Class CmsCopyToClipboardState

  • All Implemented Interfaces:
    java.io.Serializable

    public class CmsCopyToClipboardState
    extends com.vaadin.shared.ui.button.ButtonState
    The copy to clip-board/select text button shared state.

    See Also:
    Serialized Form
    • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSelector()
      Returns the element selector.
      void setSelector​(java.lang.String selector)
      Sets the element selector.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getSelector

        public java.lang.String getSelector()
        Returns the element selector.

        Returns:
        the element selector
      • setSelector

        public void setSelector​(java.lang.String selector)
        Sets the element selector.

        Parameters:
        selector - the element selector