PushButtonFormElement

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

See also

Functions

Link copied to clipboard
Returns the action that should be performed once this push button is pressed.
Link copied to clipboard
Returns the bitmap set for this push button form element.
Link copied to clipboard
Retrieve parent form field.
Link copied to clipboard
Gets form type for PushButtonFormElement.
Link copied to clipboard
open fun setAction(@Nullable action: Action)
Sets action to the link annotation.
Link copied to clipboard
open fun setBitmap(@NonNull bitmap: Bitmap)
Sets a custom bitmap for this button form element.