public final class RadioButtonFormFieldSignature extends FormFieldSignature
Contains radio-button input form field signature properties.
| Constructor and Description |
|---|
RadioButtonFormFieldSignature(String name)
Creates RadioButtonFieldSignature with predefined name.
|
RadioButtonFormFieldSignature(String name,
List<String> items)
Creates RadioButtonFieldSignature with predefined name and items list.
|
RadioButtonFormFieldSignature(String name,
List<String> items,
Object selected)
Creates RadioButtonFieldSignature with predefined name, items list and selected value.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
deepClone()
Clone FormField Signature instance.
|
boolean |
equals(Object signature)
Overwrites Equals method to compare signature properties
|
List<String> |
getItems()
Get or set Radio buttons options list.
|
String |
getSelected()
Contains selected value.
|
protected Object |
getValue_Rename_Namesake()
Returns value of form field signature.
|
int |
hashCode()
Overrides GetHashCode method
|
void |
setItems(List<String> value)
Get or set Radio buttons options list.
|
void |
setSelected(String value)
Contains selected value.
|
getName, getType, getValue, setName, setValuegetCreatedOn, getDeleted, getHeight, getLeft, getModifiedOn, getPageNumber, getSignatureId, getSignatureType, getTop, getWidth, isSignature, setCreatedOn, setHeight, setLeft, setModifiedOn, setPageNumber, setSignature, setTop, setWidth, supportMetaInfoLayer, toStringpublic RadioButtonFormFieldSignature(String name)
Creates RadioButtonFieldSignature with predefined name.
name - Name of form field object.public RadioButtonFormFieldSignature(String name, List<String> items)
Creates RadioButtonFieldSignature with predefined name and items list.
name - Name of form field object.items - Values of radio-button list.public RadioButtonFormFieldSignature(String name, List<String> items, Object selected)
Creates RadioButtonFieldSignature with predefined name, items list and selected value.
name - Name of form field object.items - Values of radio-button list.selected - Selected value.public Object deepClone()
Clone FormField Signature instance.
deepClone in class FormFieldSignaturepublic boolean equals(Object signature)
Overwrites Equals method to compare signature properties
equals in class FormFieldSignaturesignature - Signature object to compare with.public final String getSelected()
Contains selected value.
protected Object getValue_Rename_Namesake()
Returns value of form field signature.
getValue_Rename_Namesake in class FormFieldSignaturepublic int hashCode()
Overrides GetHashCode method
hashCode in class FormFieldSignaturepublic final void setSelected(String value)
Contains selected value.
Copyright © 2024. All rights reserved.