Class

ApplicationField

ApplicationField(txApplicationField)

Constructor

# new ApplicationField(txApplicationField)

Wrapper für TXTextControl.ApplicationField
Parameters:
Name Type Description
txApplicationField *

View Source ApplicationField.js, line 4

Classes

ApplicationField

Members

string

# name Optional

Properties:
Name Type Description
name

View Source ApplicationField.js, line 17

string

# static ApplicationField

View Source ApplicationField.js, line 142

string

# static ApplicationField

View Source ApplicationField.js, line 158

Array.<string>

# static ApplicationField

View Source ApplicationField.js, line 174

string

# static ApplicationField

View Source ApplicationField.js, line 186

number

# static ApplicationField

View Source ApplicationField.js, line 202

Methods

# async getName() → {Promise.<string>}

Relates a user-defined name to a text field

View Source ApplicationField.js, line 137

Promise.<string>

# async getParameters() → {Promise.<Array.<string>>}

Gets the field' parameters

View Source ApplicationField.js, line 165

Promise.<Array.<string>>

# async getStart() → {Promise.<number>}

Gets the first character position (one-based) of a text field

View Source ApplicationField.js, line 193

Promise.<number>

# async getText() → {Promise.<string>}

Gets the text which is contained within a text field

View Source ApplicationField.js, line 181

Promise.<string>

# async getTypeName() → {Promise.<string>}

Gets the field's type name

View Source ApplicationField.js, line 149

Promise.<string>

# async setName(name) → {Promise.<void>}

Sets the name of a text field
Parameters:
Name Type Description
name string

View Source ApplicationField.js, line 77

Promise.<void>

# async setParameters(parameters) → {Promise.<void>}

Sets the field's parameters
Parameters:
Name Type Description
parameters Array.<string>

View Source ApplicationField.js, line 88

Promise.<void>

# async setParametersObj(parameters)

Sets the field's parameters support are name, textbefore, textfollowing, dateFormat, numberFormat
Parameters:
Name Type Description
parameters TXTextControlTypeDefinition.ApplicationFieldParametersArgs

View Source ApplicationField.js, line 104

# async setText(text) → {Promise.<void>}

Sets the text which is contained within a text field
Parameters:
Name Type Description
text string

View Source ApplicationField.js, line 126

Promise.<void>