|
||||||||||
| 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
| Constructor Summary | |
|---|---|
FieldLayoutItemImpl(OrderableField orderableField,
String description,
boolean hidden,
boolean required)
|
|
FieldLayoutItemImpl(OrderableField orderableField,
String description,
boolean hidden,
boolean required,
String rendererType)
Field Item implementation constructor. |
|
| Method Summary | |
|---|---|
int |
compareTo(Object o)
|
boolean |
equals(Object o)
|
String |
getFieldDescription()
|
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 |
| Constructor Detail |
|---|
public FieldLayoutItemImpl(OrderableField orderableField,
String description,
boolean hidden,
boolean required)
public FieldLayoutItemImpl(OrderableField orderableField,
String description,
boolean hidden,
boolean required,
String rendererType)
orderableField - See FieldManager.getOrderableField(java.lang.String)description - Field descriptionhidden - Whether field is hiddenrequired - Whether field is required.rendererType - The renderer to use for this field| 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 String toString()
toString in class Objectpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic int compareTo(Object o)
compareTo in interface Comparable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||