Uses of Enum Class
com.dlsc.gemsfx.PaymentOptionView.Theme
Packages that use PaymentOptionView.Theme
-
Uses of PaymentOptionView.Theme in com.dlsc.gemsfx
Subclasses with type arguments of type PaymentOptionView.Theme in com.dlsc.gemsfxModifier and TypeClassDescriptionstatic enumThe payment option supports two different themes.Methods in com.dlsc.gemsfx that return PaymentOptionView.ThemeModifier and TypeMethodDescriptionfinal PaymentOptionView.ThemePaymentOptionView.getTheme()Gets the value of thethemeproperty.static PaymentOptionView.ThemeReturns the enum constant of this class with the specified name.static PaymentOptionView.Theme[]PaymentOptionView.Theme.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.ThemeModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<PaymentOptionView.Theme> PaymentOptionView.themeProperty()The theme determines if the view displays the dark or the light version of a payment option graphic.Methods in com.dlsc.gemsfx with parameters of type PaymentOptionView.ThemeModifier and TypeMethodDescriptionfinal voidPaymentOptionView.setTheme(PaymentOptionView.Theme theme) Sets the value of thethemeproperty.