Builder

class Builder

Functions

Link copied to clipboard
fun anchorCaseSensitive(anchorCaseSensitive: Boolean): <ERROR CLASS>
Link copied to clipboard
fun anchorIgnoreIfNotPresent(anchorIgnoreIfNotPresent: Boolean): <ERROR CLASS>
Link copied to clipboard
fun anchorString(anchorString: String): DSTab.Builder
Link copied to clipboard
fun anchorUnits(anchorUnits: String): DSTab.Builder
Link copied to clipboard
fun anchorXOffset(anchorXOffset: Int): DSTab.Builder
Link copied to clipboard
fun anchorYOffset(anchorYOffset: Int): DSTab.Builder
Link copied to clipboard
fun build(): DSTab
Link copied to clipboard
fun concealValueOnDocument(concealValueOnDocument: Boolean?): <ERROR CLASS>
Link copied to clipboard
fun conditionalParentLabel(conditionalParentLabel: String?): <ERROR CLASS>
Link copied to clipboard
fun conditionalParentValue(conditionalParentValue: String?): <ERROR CLASS>
Link copied to clipboard
fun documentId(documentId: String): <ERROR CLASS>
Link copied to clipboard
fun groupLabel(groupLabel: String): <ERROR CLASS>
Link copied to clipboard
fun groupName(groupName: String): <ERROR CLASS>
Link copied to clipboard
fun groupRule(groupRule: String): <ERROR CLASS>
Link copied to clipboard
fun height(height: Int): DSTab.Builder
Link copied to clipboard
fun listItems(listItems: MutableList<DSTabListItem>): <ERROR CLASS>
Link copied to clipboard
fun locked(locked: Boolean): <ERROR CLASS>
Link copied to clipboard
fun maximumAllowed(maximumAllowed: Int): <ERROR CLASS>
Link copied to clipboard
fun minimumRequired(minimumRequired: Int): <ERROR CLASS>
Link copied to clipboard
fun name(name: String): <ERROR CLASS>
Link copied to clipboard
fun optional(optional: Boolean): <ERROR CLASS>
Link copied to clipboard
fun pageNumber(pageNumber: Int): DSTab.Builder
Link copied to clipboard
fun recipientId(recipientId: String): <ERROR CLASS>
Link copied to clipboard
fun required(required: Boolean?): <ERROR CLASS>
Link copied to clipboard
fun requiredRead(requiredRead: Boolean?): <ERROR CLASS>
Link copied to clipboard
fun tabGroupLabel(tabGroupLabel: String): <ERROR CLASS>
Link copied to clipboard
fun tabLabel(tabLabel: String): <ERROR CLASS>
Link copied to clipboard
fun tooltip(tooltip: String?): <ERROR CLASS>
Link copied to clipboard
fun type(type: DSTabType, hasSupplementalDocs: Boolean? = false): DSTab.Builder
Link copied to clipboard
fun validationMessage(validationMessage: String?): <ERROR CLASS>
Link copied to clipboard
fun value(value: String): <ERROR CLASS>
Link copied to clipboard
fun width(width: Int): DSTab.Builder
Link copied to clipboard
fun xPosition(xPosition: Int): DSTab.Builder
Link copied to clipboard
fun yPosition(yPosition: Int): DSTab.Builder

Properties

Link copied to clipboard
var anchorCaseSensitive: Boolean = false
Link copied to clipboard
var anchorIgnoreIfNotPresent: Boolean = false
Link copied to clipboard
var anchorString: String? = null
Link copied to clipboard
var anchorUnits: String
Link copied to clipboard
var anchorXOffset: Int = 0
Link copied to clipboard
var anchorYOffset: Int = 0
Link copied to clipboard
var concealValueOnDocument: Boolean? = null
Link copied to clipboard
var conditionalParentLabel: String? = null
Link copied to clipboard
var conditionalParentValue: String? = null
Link copied to clipboard
var disableAutoSize: Boolean? = null
Link copied to clipboard
var documentId: String? = null
Link copied to clipboard
var errorDetails: String? = null
Link copied to clipboard
var font: String? = null
Link copied to clipboard
var fontColor: String? = null
Link copied to clipboard
var fontSize: String? = null
Link copied to clipboard
var groupLabel: String? = null
Link copied to clipboard
var groupName: String? = null
Link copied to clipboard
var groupRule: String? = null
Link copied to clipboard
var height: Float? = 0.0f
Link copied to clipboard
var listItems: MutableList<DSTabListItem>? = null
Link copied to clipboard
var locked: Boolean = false
Link copied to clipboard
var maximumAllowed: Int? = null
Link copied to clipboard
var maxLength: Int? = null
Link copied to clipboard
var minimumRequired: Int? = null
Link copied to clipboard
var name: String? = null
Link copied to clipboard
var optional: Boolean = false
Link copied to clipboard
var pageNumber: Int? = null
Link copied to clipboard
var paymentsAvailable: Boolean? = null
Link copied to clipboard
var recipientId: String? = null
Link copied to clipboard
var required: Boolean? = null
Link copied to clipboard
var requiredRead: Boolean? = null
Link copied to clipboard
var scaleValue: Float? = null
Link copied to clipboard
var stampType: DSStampType? = null
Link copied to clipboard
var tabGroupLabel: String? = null
Link copied to clipboard
var tabLabel: String?
Link copied to clipboard
var tooltip: String? = null
Link copied to clipboard
var type: DSTabType? = null
Link copied to clipboard
var validationMessage: String? = null
Link copied to clipboard
var value: String? = null
Link copied to clipboard
var width: Float? = 0.0f
Link copied to clipboard
var xPosition: Int? = null
Link copied to clipboard
var yPosition: Int? = null