openpss / com.hendraanggrian.openpss.popup.popover / InputPopover

InputPopover

open class InputPopover : ResultablePopover<String>

Constructors

<init>

InputPopover(context: Context, titleId: String)

Properties

defaultDisableBinding

open val defaultDisableBinding: BooleanBinding

editor

val editor: TextField

nullableResult

open val nullableResult: String?

Inherited Properties

defaultButton

open lateinit var defaultButton: Button

Inherited Functions

show

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

Inheritors

InputUserPopover

class InputUserPopover : InputPopover