public static interface IProperty.IDisplaySettings
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
IProperty.IDisplaySettings.IType
Type of the field 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getMaxChars()
The maximum number of chars accepted by the field. 
 | 
int | 
getNbOfRows()
The number of rows accepted by the field. 
 | 
int | 
getSize()
The size of the field. 
 | 
String | 
getType()
Retrieves the type of the field. 
 | 
boolean | 
isMandatory()
Checks if the field is mandatory. 
 | 
boolean isMandatory()
String getType()
int getSize()
int getMaxChars()
int getNbOfRows()
Copyright © 2019 Visiativ Software. All rights reserved.