| Package | Description |
|---|---|
| com.docusign.esign.model |
| Modifier and Type | Method and Description |
|---|---|
RadioGroup |
RadioGroup.conditionalParentLabel(String conditionalParentLabel)
For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility.
|
RadioGroup |
RadioGroup.conditionalParentValue(String conditionalParentValue)
For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n
|
RadioGroup |
RadioGroup.documentId(String documentId)
Specifies the document ID number that the tab is placed on.
|
RadioGroup |
RadioGroup.groupName(String groupName)
The name of the group.
|
RadioGroup |
RadioGroup.radios(List<Radio> radios)
Specifies the locations and status for radio buttons that are grouped together.
|
RadioGroup |
RadioGroup.recipientId(String recipientId)
Unique for the recipient.
|
RadioGroup |
RadioGroup.requireAll(String requireAll)
When set to **true** and shared is true, information must be entered in this field to complete the envelope.
|
RadioGroup |
RadioGroup.requireInitialOnSharedChange(String requireInitialOnSharedChange)
Optional element for field markup.
|
RadioGroup |
RadioGroup.shared(String shared)
When set to **true**, this custom tab is shared.
|
| Modifier and Type | Method and Description |
|---|---|
List<RadioGroup> |
TemplateTabs.getRadioGroupTabs() |
List<RadioGroup> |
Tabs.getRadioGroupTabs() |
| Modifier and Type | Method and Description |
|---|---|
TemplateTabs |
TemplateTabs.radioGroupTabs(List<RadioGroup> radioGroupTabs)
Specifies a tag on the document in a location where the recipient can select one option from a group of options using a radio button.
|
Tabs |
Tabs.radioGroupTabs(List<RadioGroup> radioGroupTabs)
Specifies a tag on the document in a location where the recipient can select one option from a group of options using a radio button.
|
void |
TemplateTabs.setRadioGroupTabs(List<RadioGroup> radioGroupTabs) |
void |
Tabs.setRadioGroupTabs(List<RadioGroup> radioGroupTabs) |
Copyright © 2016. All rights reserved.