content |
val StackPane.content: Node? |
contentProperty |
val StackPane.contentProperty: ReadOnlyObjectProperty<Node>
This property always contains the topmost Node in the children list of the StackPane |
contentUiComponent |
fun <T : UIComponent> StackPane.contentUiComponent(): T? |
creatable |
val StackPane.creatable: BooleanExpression |
deletable |
val StackPane.deletable: BooleanExpression |
onCreate |
fun StackPane.onCreate(): Unit? |
onDelete |
fun StackPane.onDelete(): Unit? |
onNavigateBack |
fun StackPane.onNavigateBack(): Boolean |
onNavigateForward |
fun StackPane.onNavigateForward(): Boolean |
onRefresh |
fun StackPane.onRefresh(): Unit? |
onSave |
fun StackPane.onSave(): Unit? |
refreshable |
val StackPane.refreshable: BooleanExpression |
savable |
val StackPane.savable: BooleanExpression |