Uses of Enum Class
com.dlsc.gemsfx.PaymentOptionView.Option
Packages that use PaymentOptionView.Option
-
Uses of PaymentOptionView.Option in com.dlsc.gemsfx
Subclasses with type arguments of type PaymentOptionView.Option in com.dlsc.gemsfxModifier and TypeClassDescriptionstatic enumThe list of supported payment options consisting of popular credit cards and online payment options.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 class with the specified name.static PaymentOptionView.Option[]PaymentOptionView.Option.values()Returns an array containing the constants of this enum class, 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.