Interface GComboBox.EnabledStateProvider

  • Enclosing class:
    GComboBox<E>

    public static interface GComboBox.EnabledStateProvider
    Any items in the GComboBox may implement this interface, in which case, when the drop-down list is being displayed, disabled items will not be selectable. Note: A GComboBox which has items implementing this interface is not mutable. Neither the items in the combo box, or the enabled state of the items may change after the GComboBox has been constructed.
    • Method Detail

      • isEnabled

        boolean isEnabled()
        Provide the enabled state of this item.
        Returns:
        true if this item should be enabled