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()
FieldLayoutItem
getOrderableField
in interface FieldLayoutItem
public String getFieldDescription()
FieldLayoutItem
getFieldDescription
in interface FieldLayoutItem
public String getRawFieldDescription()
FieldLayoutItem
getRawFieldDescription
in interface FieldLayoutItem
public boolean isHidden()
FieldLayoutItem
isHidden
in interface FieldLayoutItem
public boolean isRequired()
FieldLayoutItem
isRequired
in interface FieldLayoutItem
public String getRendererType()
FieldLayoutItem
DefaultTextRenderer.RENDERER_TYPE
.getRendererType
in interface FieldLayoutItem
public FieldLayout getFieldLayout()
FieldLayoutItem
FieldLayout
that this item is a part of.getFieldLayout
in interface FieldLayoutItem
public int compareTo(FieldLayoutItem fieldLayoutItem)
compareTo
in interface Comparable<FieldLayoutItem>
Copyright © 2002-2019 Atlassian. All Rights Reserved.