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, setValue
getCreatedOn, getDeleted, getHeight, getLeft, getModifiedOn, getPageNumber, getSignatureId, getSignatureType, getTop, getWidth, isSignature, setCreatedOn, setHeight, setLeft, setModifiedOn, setPageNumber, setSignature, setTop, setWidth, supportMetaInfoLayer, toString
public 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 FormFieldSignature
public boolean equals(Object signature)
Overwrites Equals method to compare signature properties
equals
in class FormFieldSignature
signature
- 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 FormFieldSignature
public int hashCode()
Overrides GetHashCode method
hashCode
in class FormFieldSignature
public final void setSelected(String value)
Contains selected value.