openpss / com.hendraanggrian.openpss.ui.schedule / ScheduleController

ScheduleController

class ScheduleController : ActionController, Refreshable

Constructors

<init>

ScheduleController()

Properties

descColumn

lateinit var descColumn: TreeTableColumn<Schedule, String>

jobType

lateinit var jobType: TreeTableColumn<Schedule, String>

qtyColumn

lateinit var qtyColumn: TreeTableColumn<Schedule, String>

scheduleTable

lateinit var scheduleTable: TreeTableView<Schedule>

typeColumn

lateinit var typeColumn: TreeTableColumn<Schedule, String>

Inherited Properties

actions

val actions: MutableList<Node>

title

var title: String?

Functions

initialize

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

onCreateActions

fun NodeInvokable.onCreateActions(): Unit

Override this function to add actions.

refresh

fun refresh(): Unit

Inherited Functions

titleProperty

fun titleProperty(): StringProperty