PushButtonFormElement

A simple push button that responds immediately to user input without retaining any state.

See also

Properties

Link copied to clipboard

The action that should be performed once this push button is pressed. null when no action exists.

Link copied to clipboard

The bitmap set for this push button form element. null when no custom bitmap is set.

Link copied to clipboard
open override val formField: PushButtonFormField
Link copied to clipboard
open override val type: FormType

Functions

Link copied to clipboard
open override fun getFormField(): PushButtonFormField

Returns the parent form field that this element belongs to. Every form element is associated with exactly one form field.

Link copied to clipboard
open override fun getType(): FormType

Gets form type for PushButtonFormElement. See FormType.

Link copied to clipboard
fun setBitmap(bitmap: Bitmap)

Sets a custom bitmap for this button form element.