Class SelectBox.SelectBoxElement<T>

All Implemented Interfaces:
TextComponent, Serializable
Enclosing class:
SelectBox<T>

public class SelectBox.SelectBoxElement<T> extends Button
Selectbox element which is subclass of button.
See Also:
  • Method Details

    • getObject

      public T getObject()
    • isSelected

      public boolean isSelected()
      Returns true if this select box element is currently selected.
      Returns:
      true if this select box element is currently selected.
    • toString

      public String toString()
      Overrides:
      toString in class Button
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Button
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Button