public static class Field.Config.MultiSelectOptions extends Field.Config.Options
Field of type Field.Type.MULTI_SELECT.| Constructor and Description |
|---|
MultiSelectOptions() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Map<String,String> |
getItems() |
int |
hashCode() |
Field.Config.MultiSelectOptions |
setItems(Map<String,String> items) |
String |
toString() |
isRequired, setRequired@Generated(value="lombok") public MultiSelectOptions()
@Generated(value="lombok") public Map<String,String> getItems()
@Generated(value="lombok") public Field.Config.MultiSelectOptions setItems(Map<String,String> items)
@Generated(value="lombok") public boolean equals(Object o)
equals in class Field.Config.Options@Generated(value="lombok") protected boolean canEqual(Object other)
canEqual in class Field.Config.Options@Generated(value="lombok") public int hashCode()
hashCode in class Field.Config.Options@Generated(value="lombok") public String toString()
toString in class Field.Config.OptionsCopyright © 2017. All rights reserved.