Package com.pspdfkit.forms
Class PushButtonFormConfiguration
-
- All Implemented Interfaces:
public class PushButtonFormConfiguration extends FormElementConfiguration<T, K>
Configuration class of PushButtonFormElement for the creation of a FormField using addFormElementToPage.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
PushButtonFormConfiguration.Builder
Builder used to construct PushButtonFormConfiguration instance.
-
Method Summary
Modifier and Type Method Description Bitmap
getBitmap()
Gets bitmap that will be attached to the PushButtonFormElement. Action
getAction()
Gets the action of this push button form element. -
-
Method Detail
-
getBitmap
@NonNull() Bitmap getBitmap()
Gets bitmap that will be attached to the PushButtonFormElement.
- Returns:
Bitmap that will be attached to the PushButtonFormElement.
-
-
-
-