openpss / com.hendraanggrian.openpss.ui.wage / WageController

WageController

class WageController : ActionController

Constructors

<init>

WageController()

Properties

anchorPane

lateinit var anchorPane: AnchorPane

disableRecessButton

lateinit var disableRecessButton: Button

flowPane

lateinit var flowPane: FlowPane

processButton

lateinit var processButton: Button

titleLabel

lateinit var titleLabel: Label

Inherited Properties

actions

val actions: MutableList<Node>

title

var title: String?

Functions

disableRecess

fun disableRecess(): Unit

initialize

fun initialize(location: URL, resources: ResourceBundle): Unit

onCreateActions

fun NodeInvokable.onCreateActions(): Unit

Override this function to add actions.

process

fun process(): Unit

Inherited Functions

titleProperty

fun titleProperty(): StringProperty