|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@PublicApi public interface FieldLayoutItem
Holds hidden and required attributes and renderer type of a specific OrderableField
, corresponds
to a single entry of a the Field Configuration in the user interface.
Method Summary | |
---|---|
String |
getFieldDescription()
|
FieldLayout |
getFieldLayout()
Returns the FieldLayout that this item is a part of. |
OrderableField |
getOrderableField()
Gets the field in question. |
String |
getRendererType()
Returns the renderer type, e.g. |
boolean |
isHidden()
Whether the field should be invisible in the UI. |
boolean |
isRequired()
Whether a field value is mandatory. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
OrderableField getOrderableField()
String getFieldDescription()
boolean isHidden()
boolean isRequired()
String getRendererType()
DefaultTextRenderer.RENDERER_TYPE
.
FieldLayout getFieldLayout()
FieldLayout
that this item is a part of.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |