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 SummaryNested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.IProperty.IDisplaySettingsIProperty.IDisplaySettings.IType
- 
Field SummaryFields
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedDisplaySettings(com.axemble.webdrive.om.PropertyDefinition property) 
- 
Method Summary
- 
Field Details- 
type
- 
isMandatoryprotected boolean isMandatory
- 
sizeprotected int size
- 
maxCharsprotected int maxChars
- 
nbOfRowsprotected int nbOfRows
 
- 
- 
Constructor Details- 
DisplaySettingsprotected DisplaySettings(com.axemble.webdrive.om.PropertyDefinition property) 
 
- 
- 
Method Details- 
getTypeDescription copied from interface:IProperty.IDisplaySettingsRetrieves the type of the field.- Specified by:
- getTypein interface- IProperty.IDisplaySettings
- Returns:
- A java.lang.String value.
 
- 
isMandatorypublic boolean isMandatory()Description copied from interface:IProperty.IDisplaySettingsChecks if the field is mandatory.- Specified by:
- isMandatoryin interface- IProperty.IDisplaySettings
- Returns:
- true if the field is mandatory, false otherwise.
 
- 
getMaxCharspublic int getMaxChars()Description copied from interface:IProperty.IDisplaySettingsThe maximum number of chars accepted by the field.- Specified by:
- getMaxCharsin interface- IProperty.IDisplaySettings
- Returns:
- A int value.
 
- 
getSizepublic int getSize()Description copied from interface:IProperty.IDisplaySettingsThe size of the field.- Specified by:
- getSizein interface- IProperty.IDisplaySettings
- Returns:
- A int value.
 
- 
getNbOfRowspublic int getNbOfRows()Description copied from interface:IProperty.IDisplaySettingsThe number of rows accepted by the field.- Specified by:
- getNbOfRowsin interface- IProperty.IDisplaySettings
- Returns:
- A int value.
 
 
-