Klasse AwFieldInfo
java.lang.Object
de.uplanet.lucy.server.appservice.AwFieldInfo
Veraltet.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungVeraltet.Returns the application GUID of the field.de.uplanet.lucy.types.CONTROL_TYPEVeraltet.de.uplanet.lucy.types.UP_TYPEVeraltet.Returns the dataType.final FieldInfoVeraltet.getGuid()Veraltet.Returns the guid.intgetKey()Veraltet.Veraltet.Returns the sysIdent.Veraltet.Returns the Title of the field.booleanisHidden()Veraltet.Returns true, if the controlinfo is set to hidden.booleanVeraltet.booleanisSystem()Veraltet.Returns true, if the datafield is a system field like pk, fk or reference.voidsetControlType(de.uplanet.lucy.types.CONTROL_TYPE p_controlType) Veraltet.Method setControlType.voidsetControlType(String p_controlType) Veraltet.booleanVeraltet.toString()Veraltet.
-
Konstruktordetails
-
AwFieldInfo
Veraltet.Method FieldInfo.- Parameter:
p_info- The FieldInfo object
-
-
Methodendetails
-
toString
Veraltet. -
isHidden
public boolean isHidden()Veraltet.Returns true, if the controlinfo is set to hidden.- Gibt zurück:
- boolean
-
getKey
public int getKey()Veraltet. -
getTitle
Veraltet.Returns the Title of the field.- Gibt zurück:
- String
-
isSystem
public boolean isSystem()Veraltet.Returns true, if the datafield is a system field like pk, fk or reference.- Gibt zurück:
- boolean
-
getDataType
public de.uplanet.lucy.types.UP_TYPE getDataType()Veraltet.Returns the dataType.- Gibt zurück:
- Returns the data type.
-
getGuid
Veraltet.Returns the guid.- Gibt zurück:
- String
-
getSysIdent
Veraltet.Returns the sysIdent.- Gibt zurück:
- String
-
getApplicationGuid
Veraltet.Returns the application GUID of the field.- Gibt zurück:
- String
-
setControlType
public void setControlType(de.uplanet.lucy.types.CONTROL_TYPE p_controlType) Veraltet.Method setControlType.- Parameter:
p_controlType- the control type.
-
setControlType
Veraltet. -
getControlType
public de.uplanet.lucy.types.CONTROL_TYPE getControlType()Veraltet. -
isReferenceField
Veraltet. -
showNotInFilter
public boolean showNotInFilter()Veraltet.- Gibt zurück:
- true if field should not be shown in filter
-
getFieldInfo
Veraltet.
-