Class IconState

  • All Implemented Interfaces:
    com.vaadin.shared.JavaScriptConnectorState, java.io.Serializable

    public class IconState
    extends com.vaadin.shared.ui.JavaScriptComponentState
    See Also:
    Serialized Form
    • 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

      Constructors 
      Constructor Description
      IconState()  
    • Constructor Detail

      • IconState

        public IconState()
    • Method Detail

      • setColumnCount

        public void setColumnCount​(int columnCount)
      • setMaxSize

        public void setMaxSize​(int maxSize)
      • setSpacing

        public void setSpacing​(int spacing)
      • setElementsToShow

        public void setElementsToShow​(java.util.List<java.lang.String> elementsToShow)
      • getSelectedIconId

        public java.lang.String getSelectedIconId()
      • getElementsToShow

        public java.util.List<java.lang.String> getElementsToShow()
      • getSpacing

        public int getSpacing()
      • getColumnCount

        public int getColumnCount()
      • getMaxSize

        public int getMaxSize()
      • setSelectedIconId

        public void setSelectedIconId​(java.lang.String selectedIconId)