openpss / com.hendraanggrian.openpss.popup.popover / ViewInvoicePopover

ViewInvoicePopover

class ViewInvoicePopover : Popover

Popup displaying invoice using server's language instead of local. Size of invoice is equivalent to 10x14cm, possibly the smallest continuous form available.

Constructors

<init>

ViewInvoicePopover(context: Context, invoice: Invoice, isTest: Boolean = false)

Popup displaying invoice using server's language instead of local. Size of invoice is equivalent to 10x14cm, possibly the smallest continuous form available.

Properties

resourceBundle

val resourceBundle: ResourceBundle

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