Uses of Enum
com.dlsc.gemsfx.PaymentOptionView.Option
Packages that use PaymentOptionView.Option
- 
Uses of PaymentOptionView.Option in com.dlsc.gemsfx
Methods in com.dlsc.gemsfx that return PaymentOptionView.OptionModifier and TypeMethodDescriptionfinal PaymentOptionView.OptionPaymentOptionView.getOption()Gets the value of theoptionproperty.static PaymentOptionView.OptionReturns 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.Methods in com.dlsc.gemsfx that return types with arguments of type PaymentOptionView.OptionModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<PaymentOptionView.Option>PaymentOptionView.optionProperty()The option determines which graphic will be shown, e.g.Methods in com.dlsc.gemsfx with parameters of type PaymentOptionView.OptionModifier and TypeMethodDescriptionfinal voidPaymentOptionView.setOption(PaymentOptionView.Option option) Sets the value of theoptionproperty.