-
public final class PageProperty.MultiSelect
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPageProperty.MultiSelect.Option
-
Field Summary
Fields Modifier and Type Field Description private final List<PageProperty.MultiSelect.Option>options
-
Constructor Summary
Constructors Constructor Description PageProperty.MultiSelect(List<PageProperty.MultiSelect.Option> options)
-
Method Summary
Modifier and Type Method Description final List<PageProperty.MultiSelect.Option>getOptions()-
-
Constructor Detail
-
PageProperty.MultiSelect
PageProperty.MultiSelect(List<PageProperty.MultiSelect.Option> options)
-
-
Method Detail
-
getOptions
final List<PageProperty.MultiSelect.Option> getOptions()
-
-
-
-