class WizardStyles : Stylesheet
<init> |
WizardStyles() |
base64URL |
val base64URL: URL |
externalForm |
val externalForm: String |
imports |
vararg val imports: Array<out KClass<out Stylesheet>> |
selections |
val selections: <ERROR CLASS> |
addSelection |
open fun addSelection(selection: CssSelection): Unit |
removeSelection |
open fun removeSelection(selection: CssSelection): Unit |
render |
open fun render(): <ERROR CLASS> |
bold |
val bold: CssRule |
buttons |
val buttons: CssRule |
content |
val content: CssRule |
graphic |
val graphic: CssRule |
header |
val header: CssRule |
heading |
val heading: CssRule |
stepInfo |
val stepInfo: CssRule |
stepsHeading |
val stepsHeading: CssRule |
wizard |
val wizard: CssRule |
getProperty |
fun <T> Any.getProperty(prop: KMutableProperty1<*, T>): ObjectProperty<T> |
observable |
fun <T : Any> Any.observable(propName: String): ObjectProperty<T> |