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
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDisplaySettings(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.IDisplaySettingsRetrieves the type of the field.- Specified by:
getTypein interfaceIProperty.IDisplaySettings- Returns:
- A java.lang.String value.
-
isMandatory
public boolean isMandatory()Description copied from interface:IProperty.IDisplaySettingsChecks if the field is mandatory.- Specified by:
isMandatoryin interfaceIProperty.IDisplaySettings- Returns:
- true if the field is mandatory, false otherwise.
-
getMaxChars
public int getMaxChars()Description copied from interface:IProperty.IDisplaySettingsThe maximum number of chars accepted by the field.- Specified by:
getMaxCharsin interfaceIProperty.IDisplaySettings- Returns:
- A int value.
-
getSize
public int getSize()Description copied from interface:IProperty.IDisplaySettingsThe size of the field.- Specified by:
getSizein interfaceIProperty.IDisplaySettings- Returns:
- A int value.
-
getNbOfRows
public int getNbOfRows()Description copied from interface:IProperty.IDisplaySettingsThe number of rows accepted by the field.- Specified by:
getNbOfRowsin interfaceIProperty.IDisplaySettings- Returns:
- A int value.
-