-
Methodenübersicht
boolean
boolean
boolean
boolean
boolean
boolean
boolean
-
Methodendetails
-
belongsToEntity
boolean belongsToEntity(IField field)
- Parameter:
field
-
- Gibt zurück:
- true if the given field belongs to a
IEntity
, false
otherwise.
-
belongsToLoadedEntity
boolean belongsToLoadedEntity(IField field)
- Parameter:
field
-
- Gibt zurück:
- true if the given field belongs to a loaded
IEntity
, false
otherwise.
-
canReferenceBackAbstractReference
- Parameter:
field
-
abstractReference
-
- Gibt zurück:
- true if the given field can reference back the given
abstractReference, false otherwise.
-
isForMultiContent
boolean isForMultiContent(IField field)
- Parameter:
field
-
- Gibt zurück:
- true if the given field is for multi content, false otherwise.
-
isForSingleContent
boolean isForSingleContent(IField field)
- Parameter:
field
-
- Gibt zurück:
- true if the given field is for single content, false otherwise.
-
isMandatoryButEmpty
boolean isMandatoryButEmpty(IField field)
- Parameter:
field
-
- Gibt zurück:
- true if the given field is mandatory but empty, false otherwise.
-
isSetForCaseWhenIsMandatoryAndNewOrEdited
boolean isSetForCaseWhenIsMandatoryAndNewOrEdited(IField field)
- Parameter:
field
-
- Gibt zurück:
- true if the given field is new or edited but set, false otherwise.