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() |
FieldLayout |
getFieldLayout()
Returns the
FieldLayout that this item is a part of. |
OrderableField |
getOrderableField()
Gets the field in question.
|
String |
getRawFieldDescription() |
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()
getFieldDescription in interface FieldLayoutItempublic String getRawFieldDescription()
getRawFieldDescription 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-2015 Atlassian. All Rights Reserved.