Class Tile<T extends Serializable>

    • Constructor Detail

      • Tile

        public Tile()
    • Method Detail

      • getIcon

        public String getIcon()
      • setIcon

        public void setIcon​(String icon)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • isSelected

        public boolean isSelected()
      • setSelected

        public void setSelected​(boolean selected)
      • toggle

        public void toggle()
      • getValue

        public T getValue()
      • setValue

        public void setValue​(T value)