Interface ValuePicker.ValuePickerAction

All Known Subinterfaces:
EntityPicker.EntityPickerAction, TagPicker.TagPickerAction
All Known Implementing Classes:
DateIntervalAction, EntityClearAction, EntityLookupAction, EntityOpenAction, EntityOpenCompositionAction, TagLookupAction, ValueClearAction, ValuesSelectAction
Enclosing interface:
ValuePicker<V>

public static interface ValuePicker.ValuePickerAction
Interface to be implemented by actions intended to be used by ValuePicker.
  • Field Details

  • Method Details

    • setPicker

      void setPicker(@Nullable ValuePicker valuePicker)
      Sets a ValuePicker instance associated with this action.
      Parameters:
      valuePicker - a ValuePicker instance to set
    • editableChanged

      void editableChanged(boolean editable)
      Called by ValuePicker to inform about its editable state.
      Parameters:
      editable - a ValuePicker editable state
    • isEditable

      boolean isEditable()
      Returns:
      whether this action is editable