@PublicApi public interface FieldLayoutItem extends Comparable<FieldLayoutItem>
OrderableField
, corresponds
to a single entry of a the Field Configuration in the user interface.Modifier and Type | Method and Description |
---|---|
String |
getFieldDescription()
This method should be used to retrieve the HTML rendered representation of the field description.
|
FieldLayout |
getFieldLayout()
Returns the
FieldLayout that this item is a part of. |
OrderableField |
getOrderableField()
Gets the field in question.
|
String |
getRawFieldDescription()
This method should be used to retrieve the NON-HTML rendered representation of the field description.
|
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.
|
compareTo
OrderableField getOrderableField()
String getFieldDescription()
String getRawFieldDescription()
boolean isHidden()
boolean isRequired()
String getRendererType()
DefaultTextRenderer.RENDERER_TYPE
.FieldLayout getFieldLayout()
FieldLayout
that this item is a part of.Copyright © 2002-2019 Atlassian. All Rights Reserved.