public static interface PresentationElement.FieldInfo
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the field name.
|
String |
getText()
Gets the text for the field.
|
int |
getType()
Gets the field type.
|
boolean |
isNull()
Determines if the field holds a null value.
|
String getName()
String getText()
int getType()
PresentationElement.FI_OBJECT
,
PresentationElement.FI_PRIMITIVE
, and PresentationElement.FI_ERROR
.boolean isNull()