@ExperimentalApi public class

FieldHtmlBean

extends Object
java.lang.Object
   ↳ com.atlassian.jira.issue.fields.rest.json.beans.FieldHtmlBean

@ExperimentalApi

This class is considered usable by external developers but its contracts have not stabilized.

Experimental APIs may be changed at any time before being marked @Internal or @PublicApi.

Class Overview

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).

Summary

Public Constructors
FieldHtmlBean(String id, String label, boolean required, String editHtml, FieldTab tab)
Public Methods
boolean equals(Object o)
String getEditHtml()
String getId()
String getLabel()
FieldTab getTab()
int hashCode()
boolean isRequired()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

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

Public Methods

public boolean equals (Object o)

public String getEditHtml ()

public String getId ()

public String getLabel ()

public FieldTab getTab ()

public int hashCode ()

public boolean isRequired ()

public String toString ()