Interface Selectable

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String SELECTED_PROPERTY
      The bound property of whether the object is selected.
    • Field Detail

      • SELECTED_PROPERTY

        static final java.lang.String SELECTED_PROPERTY
        The bound property of whether the object is selected.
    • Method Detail

      • isSelected

        boolean isSelected()
        Returns:
        Whether the object is selected.
      • setSelected

        void setSelected​(boolean newSelected)
        Sets whether the object is selected. This is a bound property of type Boolean.
        Parameters:
        newSelected - true if the object should be selected, else false.
        See Also:
        SELECTED_PROPERTY