java.lang.Object | ||
↳ | com.pspdfkit.forms.FormElementConfiguration.BaseBuilder<V extends com.pspdfkit.forms.FormElementConfiguration, B extends com.pspdfkit.forms.FormElementConfiguration.BaseBuilder<V, B>> | |
↳ | com.pspdfkit.forms.PushButtonFormConfiguration.Builder |
Builder used to construct PushButtonFormConfiguration
instance.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Builder(int pageIndex, RectF boundingBox, Bitmap bitmap)
Creates a new
ListBoxFormConfiguration builder. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PushButtonFormConfiguration |
build()
Creates a
PushButtonFormConfiguration with the arguments supplied to this builder. | ||||||||||
PushButtonFormConfiguration.Builder |
setAction(Action action)
Sets the action of this push button form element.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PushButtonFormConfiguration.Builder |
getThis()
Returns correct type of this builder.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Creates a new ListBoxFormConfiguration
builder.
pageIndex | Page index where the checkbox form element will be attached. |
---|---|
boundingBox | Annotation bounding box of the widget annotation representing the appearance of the checkbox form element. |
bitmap | Bitmap that will be attached to the PushButtonFormElement .
|
Creates a PushButtonFormConfiguration
with the arguments supplied to this builder.
Sets the action of this push button form element.