openpss / com.hendraanggrian.openpss.ui.finance / ViewTotalPopover

ViewTotalPopover

class ViewTotalPopover : Popover

Constructors

<init>

ViewTotalPopover(context: Context, cash: Double, nonCash: Double)

Inherited Properties

buttonInvokable

open lateinit var buttonInvokable: NodeInvokable

cancelButton

open lateinit var cancelButton: Button

contentPane

open lateinit var contentPane: VBox

graphic

var graphic: Node?

titleId

open val titleId: String

Inherited Functions

dismiss

open fun dismiss(): Unit

graphicProperty

open fun graphicProperty(): ObjectProperty<Node>

setActualContent

open fun setActualContent(region: Region): Unit

setOnShown

open fun setOnShown(onShown: () -> Unit): Unit