public class FieldLayoutItemImpl extends Object implements FieldLayoutItem
| Modifier and Type | Class and Description |
|---|---|
static class |
FieldLayoutItemImpl.Builder
Useful for instantiating
FieldLayoutItemImpl objects from scratch or copying them. |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(FieldLayoutItem fieldLayoutItem) |
boolean |
equals(Object o) |
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.
|
int |
hashCode() |
boolean |
isHidden()
Whether the field should be invisible in the UI.
|
boolean |
isRequired()
Whether a field value is mandatory.
|
String |
toString() |
public OrderableField getOrderableField()
FieldLayoutItemgetOrderableField in interface FieldLayoutItempublic String getFieldDescription()
FieldLayoutItemgetFieldDescription in interface FieldLayoutItempublic String getRawFieldDescription()
FieldLayoutItemgetRawFieldDescription in interface FieldLayoutItempublic boolean isHidden()
FieldLayoutItemisHidden in interface FieldLayoutItempublic boolean isRequired()
FieldLayoutItemisRequired in interface FieldLayoutItempublic String getRendererType()
FieldLayoutItemDefaultTextRenderer.RENDERER_TYPE.getRendererType in interface FieldLayoutItempublic FieldLayout getFieldLayout()
FieldLayoutItemFieldLayout that this item is a part of.getFieldLayout in interface FieldLayoutItempublic int compareTo(FieldLayoutItem fieldLayoutItem)
compareTo in interface Comparable<FieldLayoutItem>Copyright © 2002-2020 Atlassian. All Rights Reserved.