public static class ProjectFieldsContextProvider.SimpleFieldLayoutItem extends Object
Constructor and Description |
---|
SimpleFieldLayoutItem(String id,
String name,
String descriptionHtml,
boolean required,
boolean managed,
boolean locked,
String rendererType,
boolean isRenderable,
int screenCount) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescriptionHtml() |
String |
getId() |
String |
getName() |
String |
getRendererType() |
int |
getScreenCount() |
int |
hashCode() |
boolean |
isLocked() |
boolean |
isManaged() |
boolean |
isRenderable() |
boolean |
isRequired() |
String |
toString() |
public String getId()
public boolean isRequired()
public boolean isRenderable()
public String getRendererType()
public String getName()
public String getDescriptionHtml()
public int getScreenCount()
public boolean isLocked()
public boolean isManaged()
Copyright © 2002-2018 Atlassian. All Rights Reserved.