Schnittstelle IValueInfo
public interface IValueInfo
-
Methodendetails
-
getName
String getName()- Gibt zurück:
- The control name (could be empty).
-
getTitle
String getTitle()- Gibt zurück:
- The title (could be empty).
-
getFieldGuid
String getFieldGuid()- Gibt zurück:
- The field GUID (could be
null)
-
getGuid
String getGuid()- Gibt zurück:
- The GUID (not
null)
-
getType
String getType()- Gibt zurück:
- The field type (if getFieldGuid() is
nullthen string will be returned)
-
getUPType
de.uplanet.lucy.types.UP_TYPE getUPType()- Gibt zurück:
- The field type (if getFieldGuid() is
nullthen UP_TYPE.STRING will be returned)
-
getFormat
de.uplanet.lucy.server.renderer.IFormat getFormat()- Gibt zurück:
- The format (could be
null)
-
getRenderingType
de.uplanet.lucy.types.RENDERING_TYPE getRenderingType()- Gibt zurück:
- For a date or a time type the sub time is different to the getType() result.
-
isSpecialType
boolean isSpecialType()- Gibt zurück:
trueif the column is an distribution control column
-
isDistributionType
boolean isDistributionType()- Gibt zurück:
trueif the column is an distribution control column
-
getDistributionSeparator
String getDistributionSeparator()- Gibt zurück:
- The separator used to separate the distribution items.
-
isFileOrImageType
boolean isFileOrImageType()- Gibt zurück:
trueif column is a image or file type.
-