gh-pages / com.nextfaze.devfun.invoke / UiButton
UiButton
interface UiButton (source)
Describes a dialog button for use with UiFunction to be rendered via the DevFun Invocation UI.
See Also
Properties
| Name | Summary |
|---|---|
| invoke | abstract val invoke: SimpleInvoke?The invocation of this button. Set this if you want the field values, otherwise use onClick instead. |
| onClick | abstract val onClick: OnClick?Click listener of this button - called if invoke is null. Set this when you don’t care about field values. |
| text | abstract val text: CharSequence?The button text. |
| textId | abstract val textId: Int?The button string resource. |