Uses of Enum
com.dlsc.gemsfx.PaymentOptionView.Theme
-
Uses of PaymentOptionView.Theme in com.dlsc.gemsfx
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionfinal void
PaymentOptionView.setTheme
(PaymentOptionView.Theme theme) Sets the value of thetheme
property.