-
public final class GAListSelect
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtitleprivate final List<GAListItem>items
-
Constructor Summary
Constructors Constructor Description GAListSelect(String title, List<GAListItem> items)
-
Method Summary
Modifier and Type Method Description final GenericMessagetoGenericMessage()final Stringcomponent1()final List<GAListItem>component2()final GAListSelectcopy(String title, List<GAListItem> items)final StringgetTitle()final List<GAListItem>getItems()-
-
Constructor Detail
-
GAListSelect
GAListSelect(String title, List<GAListItem> items)
-
-
Method Detail
-
toGenericMessage
final GenericMessage toGenericMessage()
-
component1
final String component1()
-
component2
final List<GAListItem> component2()
-
copy
final GAListSelect copy(String title, List<GAListItem> items)
-
getItems
final List<GAListItem> getItems()
-
-
-
-