public class

PushButtonFormConfiguration

extends FormElementConfiguration<T extends FormElement, K extends FormField>
java.lang.Object
   ↳ com.pspdfkit.forms.FormElementConfiguration<T extends com.pspdfkit.forms.FormElement, K extends com.pspdfkit.forms.FormField>
     ↳ com.pspdfkit.forms.PushButtonFormConfiguration

Class Overview

Configuration class of PushButtonFormElement for the creation of a FormField using addFormElementToPage(String, T).

Summary

Nested Classes
class PushButtonFormConfiguration.Builder Builder used to construct PushButtonFormConfiguration instance. 
[Expand]
Inherited Fields
From class com.pspdfkit.forms.FormElementConfiguration
Public Methods
Action getAction()
Gets the action of this push button form element.
Bitmap getBitmap()
Gets bitmap that will be attached to the PushButtonFormElement.
[Expand]
Inherited Methods
From class com.pspdfkit.forms.FormElementConfiguration
From class java.lang.Object

Public Methods

public Action getAction ()

Gets the action of this push button form element.

Returns
  • Action to be performed once the push button form element is pressed.

public Bitmap getBitmap ()

Gets bitmap that will be attached to the PushButtonFormElement.

Returns