Package com.axemble.vdoc.sdk.interfaces
Interface IProperty.IDisplaySettings
- All Known Implementing Classes:
PortalProperty.DisplaySettings
- Enclosing interface:
IProperty
public static interface IProperty.IDisplaySettings
Display settings
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Type of the field -
Method Summary
-
Method Details
-
isMandatory
boolean isMandatory()Checks if the field is mandatory.- Returns:
- true if the field is mandatory, false otherwise.
-
getType
String getType()Retrieves the type of the field.- Returns:
- A java.lang.String value.
-
getSize
int getSize()The size of the field.- Returns:
- A int value.
-
getMaxChars
int getMaxChars()The maximum number of chars accepted by the field.- Returns:
- A int value.
-
getNbOfRows
int getNbOfRows()The number of rows accepted by the field.- Returns:
- A int value.
-