java.lang.Object |
↳ |
com.atlassian.jira.issue.fields.rest.json.beans.FieldHtmlBean |
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
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Constructors
Public Methods
public
boolean
equals
(Object o)
public
boolean
isRequired
()