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 SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceType of the field
- 
Method Summary
- 
Method Details- 
isMandatoryboolean isMandatory()Checks if the field is mandatory.- Returns:
- true if the field is mandatory, false otherwise.
 
- 
getTypeString getType()Retrieves the type of the field.- Returns:
- A java.lang.String value.
 
- 
getSizeint getSize()The size of the field.- Returns:
- A int value.
 
- 
getMaxCharsint getMaxChars()The maximum number of chars accepted by the field.- Returns:
- A int value.
 
- 
getNbOfRowsint getNbOfRows()The number of rows accepted by the field.- Returns:
- A int value.
 
 
-