public interface FormField
Modifier and Type | Field and Description |
---|---|
static int |
BLOCK
Non-database field.
|
static int |
DATABASE_FIELD
Database field.
|
static int |
FIELD_VALUE
Field value.
|
static int |
TABLE
Subform table.
|
Modifier and Type | Method and Description |
---|---|
String |
getColumnName()
For database fields and field values the column name is returned.
|
String |
getDescription()
Returns the description of the field.
|
String |
getLabel()
Returns the label of the field.
|
String |
getSize()
Return the size of number and string fields.
|
int |
getTabPos()
The position of the field in table view. -1 means the field is not shown in table view.
|
int |
getType()
Returns the type of the field.
|
String |
getValue()
Returns the value for field values, the subform-id for subform tables.
|
String |
getXmlType()
Returns the defined type of the field, applicable for database fields.
|
boolean |
isDbField()
Returns true, if the field is a DATABASE_FIELD.
|
static final int DATABASE_FIELD
static final int FIELD_VALUE
static final int TABLE
static final int BLOCK
String getXmlType()
int getTabPos()
String getColumnName()
int getType()
String getLabel()
String getSize()
String getValue()
boolean isDbField()
String getDescription()
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.