openpss / com.hendraanggrian.openpss.ui.customer / AddCustomerDialog

AddCustomerDialog

class AddCustomerDialog : ResultableDialog<Customer>

Constructors

<init>

AddCustomerDialog(context: Context)

Properties

focusedNode

val focusedNode: Node?

nullableResult

val nullableResult: Customer?

Inherited Properties

defaultButton

open lateinit var defaultButton: Button

Inherited Functions

show

fun show(onAction: suspend CoroutineScope.(T?) -> Unit): Unit