new Field(config)
- Source:
Represents an Application's Field
Parameters:
Name | Type | Description |
---|---|---|
config |
Object | Optional, an object wich can be used in order to initialize the instance |
Methods
aliasedSignature(update) → {String}
- Source:
To generate the aliased signature. This signature is used only by the GUI component. Its aim is to improve the user experience by propagating the alias value.
Parameters:
Name | Type | Description |
---|---|---|
update |
Boolean | If TRUE the cached aliased signature is updated, else it returns the cached signature is returned |
Returns:
The aliased signature
- Type
- String
setAlias(name)
- Source:
To set an alias and update the aliased signature
Parameters:
Name | Type | Description |
---|---|---|
name |
String | The alias value |