com.atlassian.jira.issue.fields.rest.json.beans
Class FieldHtmlBean

java.lang.Object
  extended by com.atlassian.jira.issue.fields.rest.json.beans.FieldHtmlBean

@ExperimentalApi
public class FieldHtmlBean
extends Object

Represents a field to be used in a clientside HTML app. In order to render this field we need to know the field's id, i18nized label, if it's required and the field's edit HTML (rendered by the field itself).

Since:
5.0.3

Constructor Summary
FieldHtmlBean(String id, String label, boolean required, String editHtml, FieldTab tab)
           
 
Method Summary
 boolean equals(Object o)
           
 String getEditHtml()
           
 String getId()
           
 String getLabel()
           
 FieldTab getTab()
           
 int hashCode()
           
 boolean isRequired()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FieldHtmlBean

public FieldHtmlBean(String id,
                     String label,
                     boolean required,
                     String editHtml,
                     FieldTab tab)
Method Detail

getId

public String getId()

getLabel

public String getLabel()

isRequired

public boolean isRequired()

getEditHtml

public String getEditHtml()

getTab

public FieldTab getTab()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2013 Atlassian. All Rights Reserved.