Alle implementierten Schnittstellen:
Serializable, Cloneable, Map<String,String>, SequencedMap<String,String>
Umschließende Klasse:
SearchForm

public static class SearchForm.Key extends LinkedHashMap<String,String>
Siehe auch:
  • Methodendetails

    • of

      public static SearchForm.Key of(String label, String value, boolean isSelected, boolean isDisabled)
    • getLabel

      public String getLabel()
    • getValue

      public String getValue()
    • isSelected

      public boolean isSelected()
    • isDisabled

      public boolean isDisabled()