|
||||||||||
| 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 FieldLayoutItempublic String getFieldDescription()
getFieldDescription in interface FieldLayoutItempublic boolean isHidden()
FieldLayoutItem
isHidden in interface FieldLayoutItempublic boolean isRequired()
FieldLayoutItem
isRequired 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 String toString()
toString in class Objectpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic 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 | |||||||||