openpss / com.hendraanggrian.openpss.ui.invoice / SearchCustomerPopover

SearchCustomerPopover

class SearchCustomerPopover : ResultablePopover<Customer>

Constructors

<init>

SearchCustomerPopover(context: Context)

Properties

nullableResult

val nullableResult: Customer?

Inherited Properties

defaultButton

open lateinit var defaultButton: Button

Inherited Functions

show

fun show(node: Node, onAction: (T?) -> Unit): Unit