Uses of Enum
com.dlsc.gemsfx.PaymentOptionView.Option
-
Uses of PaymentOptionView.Option in com.dlsc.gemsfx
Modifier and TypeMethodDescriptionfinal PaymentOptionView.Option
PaymentOptionView.getOption()
Gets the value of theoption
property.static PaymentOptionView.Option
Returns the enum constant of this type with the specified name.static PaymentOptionView.Option[]
PaymentOptionView.Option.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<PaymentOptionView.Option>
PaymentOptionView.optionProperty()
The option determines which graphic will be shown, e.g.Modifier and TypeMethodDescriptionfinal void
PaymentOptionView.setOption
(PaymentOptionView.Option option) Sets the value of theoption
property.