Uses of Enum
com.dlsc.gemsfx.PaymentOptionView.Theme
Packages that use PaymentOptionView.Theme
-
Uses of PaymentOptionView.Theme in com.dlsc.gemsfx
Methods in com.dlsc.gemsfx that return PaymentOptionView.ThemeModifier and TypeMethodDescriptionfinal PaymentOptionView.Theme
PaymentOptionView.getTheme()
Gets the value of thetheme
property.static PaymentOptionView.Theme
Returns the enum constant of this type with the specified name.static PaymentOptionView.Theme[]
PaymentOptionView.Theme.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.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 void
PaymentOptionView.setTheme
(PaymentOptionView.Theme theme) Sets the value of thetheme
property.