|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.jira.issue.fields.layout.field.FieldLayoutItemImpl
public class FieldLayoutItemImpl
Nested Class Summary | |
---|---|
static class |
FieldLayoutItemImpl.Builder
Useful for instantiating FieldLayoutItemImpl objects from scratch or copying them. |
Method Summary | |
---|---|
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 |
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()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public OrderableField getOrderableField()
FieldLayoutItem
getOrderableField
in interface FieldLayoutItem
public String getFieldDescription()
getFieldDescription
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 String toString()
toString
in class Object
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public int compareTo(FieldLayoutItem fieldLayoutItem)
compareTo
in interface Comparable<FieldLayoutItem>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |