Package com.axemble.vdoc.sdk.impl
Class PortalProperty.DisplaySettings
java.lang.Object
com.axemble.vdoc.sdk.impl.PortalProperty.DisplaySettings
- All Implemented Interfaces:
IProperty.IDisplaySettings
- Enclosing class:
PortalProperty
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.IProperty.IDisplaySettings
IProperty.IDisplaySettings.IType
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
DisplaySettings
(com.axemble.webdrive.om.PropertyDefinition property) -
Method Summary
-
Field Details
-
type
-
isMandatory
protected boolean isMandatory -
size
protected int size -
maxChars
protected int maxChars -
nbOfRows
protected int nbOfRows
-
-
Constructor Details
-
DisplaySettings
protected DisplaySettings(com.axemble.webdrive.om.PropertyDefinition property)
-
-
Method Details
-
getType
Description copied from interface:IProperty.IDisplaySettings
Retrieves the type of the field.- Specified by:
getType
in interfaceIProperty.IDisplaySettings
- Returns:
- A java.lang.String value.
-
isMandatory
public boolean isMandatory()Description copied from interface:IProperty.IDisplaySettings
Checks if the field is mandatory.- Specified by:
isMandatory
in interfaceIProperty.IDisplaySettings
- Returns:
- true if the field is mandatory, false otherwise.
-
getMaxChars
public int getMaxChars()Description copied from interface:IProperty.IDisplaySettings
The maximum number of chars accepted by the field.- Specified by:
getMaxChars
in interfaceIProperty.IDisplaySettings
- Returns:
- A int value.
-
getSize
public int getSize()Description copied from interface:IProperty.IDisplaySettings
The size of the field.- Specified by:
getSize
in interfaceIProperty.IDisplaySettings
- Returns:
- A int value.
-
getNbOfRows
public int getNbOfRows()Description copied from interface:IProperty.IDisplaySettings
The number of rows accepted by the field.- Specified by:
getNbOfRows
in interfaceIProperty.IDisplaySettings
- Returns:
- A int value.
-