-
public final class GAButton
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtitleprivate final GAOpenUrlActionopenUrlAction
-
Constructor Summary
Constructors Constructor Description GAButton(String title, GAOpenUrlAction openUrlAction)
-
Method Summary
Modifier and Type Method Description final ChoicetoChoice()final Stringcomponent1()final GAOpenUrlActioncomponent2()final GAButtoncopy(String title, GAOpenUrlAction openUrlAction)final StringgetTitle()final GAOpenUrlActiongetOpenUrlAction()-
-
Constructor Detail
-
GAButton
GAButton(String title, GAOpenUrlAction openUrlAction)
-
-
Method Detail
-
toChoice
final Choice toChoice()
-
component1
final String component1()
-
component2
final GAOpenUrlAction component2()
-
copy
final GAButton copy(String title, GAOpenUrlAction openUrlAction)
-
getOpenUrlAction
final GAOpenUrlAction getOpenUrlAction()
-
-
-
-