openpss / com.hendraanggrian.openpss.popup.popover / Popover

Popover

open class Popover : PopOver, Popup, Context

Base popup class used across applications.

Constructors

<init>

Popover(context: Context, titleId: String)

Base popup class used across applications.

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 Properties

focusedNode

open val focusedNode: Node?

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

Inherited Functions

initialize

open fun initialize(): Unit

invoke

open fun <R : Node> R.invoke(): R

Inheritors

ConnectionSettingsPopover

inner class ConnectionSettingsPopover : Popover

DisableRecessPopover

class DisableRecessPopover : Popover

ResultablePopover

open class ResultablePopover<T> : Popover, ResultablePopup<T>

PopOver with default button and return type.

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.

ViewTotalPopover

class ViewTotalPopover : Popover