public interface FieldInformationIF
Modifier and Type | Method and Description |
---|---|
String |
getColumns()
INTERNAL: Gets the number of character columns for this field.
|
String |
getMaxLength()
INTERNAL: Gets the maximum number of characters allowed for this
field to be typed in by the user.
|
String |
getName()
INTERNAL: Gets the name of the input field.
|
String |
getRows()
INTERNAL: Gets the number of rows for this field.
|
String |
getType()
INTERNAL: Gets the type of the input field.
|
String getName()
String getType()
String getMaxLength()
String getColumns()
String getRows()