Uses of Class
com.docusign.esign.model.Checkbox
-
Packages that use Checkbox Package Description com.docusign.esign.model -
-
Uses of Checkbox in com.docusign.esign.model
Methods in com.docusign.esign.model that return Checkbox Modifier and Type Method Description CheckboxCheckbox. addTabGroupLabelsItem(String tabGroupLabelsItem)addTabGroupLabelsItem.CheckboxCheckbox. anchorCaseSensitive(String anchorCaseSensitive)anchorCaseSensitive.CheckboxCheckbox. anchorHorizontalAlignment(String anchorHorizontalAlignment)anchorHorizontalAlignment.CheckboxCheckbox. anchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent)anchorIgnoreIfNotPresent.CheckboxCheckbox. anchorMatchWholeWord(String anchorMatchWholeWord)anchorMatchWholeWord.CheckboxCheckbox. anchorString(String anchorString)anchorString.CheckboxCheckbox. anchorUnits(String anchorUnits)anchorUnits.CheckboxCheckbox. anchorXOffset(String anchorXOffset)anchorXOffset.CheckboxCheckbox. anchorYOffset(String anchorYOffset)anchorYOffset.CheckboxCheckbox. conditionalParentLabel(String conditionalParentLabel)conditionalParentLabel.CheckboxCheckbox. conditionalParentValue(String conditionalParentValue)conditionalParentValue.CheckboxCheckbox. customTabId(String customTabId)customTabId.CheckboxCheckbox. documentId(String documentId)documentId.CheckboxCheckbox. errorDetails(ErrorDetails errorDetails)errorDetails.CheckboxCheckbox. locked(String locked)locked.CheckboxCheckbox. mergeField(MergeField mergeField)mergeField.CheckboxCheckbox. name(String name)name.CheckboxCheckbox. pageNumber(String pageNumber)pageNumber.CheckboxCheckbox. recipientId(String recipientId)recipientId.CheckboxCheckbox. required(String required)required.CheckboxCheckbox. requireInitialOnSharedChange(String requireInitialOnSharedChange)requireInitialOnSharedChange.CheckboxCheckbox. selected(String selected)selected.CheckboxCheckbox. shared(String shared)shared.CheckboxCheckbox. status(String status)status.CheckboxCheckbox. tabGroupLabels(List<String> tabGroupLabels)tabGroupLabels.CheckboxCheckbox. tabId(String tabId)tabId.CheckboxCheckbox. tabLabel(String tabLabel)tabLabel.CheckboxCheckbox. tabOrder(String tabOrder)tabOrder.CheckboxCheckbox. templateLocked(String templateLocked)templateLocked.CheckboxCheckbox. templateRequired(String templateRequired)templateRequired.CheckboxCheckbox. tooltip(String tooltip)tooltip.CheckboxCheckbox. xPosition(String xPosition)xPosition.CheckboxCheckbox. yPosition(String yPosition)yPosition.Methods in com.docusign.esign.model that return types with arguments of type Checkbox Modifier and Type Method Description List<Checkbox>Tabs. getCheckboxTabs()Specifies a tag on the document in a location where the recipient can select an option..List<Checkbox>TemplateTabs. getCheckboxTabs()Specifies a tag on the document in a location where the recipient can select an option..Methods in com.docusign.esign.model with parameters of type Checkbox Modifier and Type Method Description TabsTabs. addCheckboxTabsItem(Checkbox checkboxTabsItem)addCheckboxTabsItem.TemplateTabsTemplateTabs. addCheckboxTabsItem(Checkbox checkboxTabsItem)addCheckboxTabsItem.Method parameters in com.docusign.esign.model with type arguments of type Checkbox Modifier and Type Method Description TabsTabs. checkboxTabs(List<Checkbox> checkboxTabs)checkboxTabs.TemplateTabsTemplateTabs. checkboxTabs(List<Checkbox> checkboxTabs)checkboxTabs.voidTabs. setCheckboxTabs(List<Checkbox> checkboxTabs)setCheckboxTabs.voidTemplateTabs. setCheckboxTabs(List<Checkbox> checkboxTabs)setCheckboxTabs.
-