com.atlassian.greenhopper.web.rapid.issue.fields
Class HtmlFieldEntry

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.RestTemplate
      extended by com.atlassian.greenhopper.web.rapid.issue.fields.FieldEntry
          extended by com.atlassian.greenhopper.web.rapid.issue.fields.HtmlFieldEntry

public class HtmlFieldEntry
extends FieldEntry


Field Summary
 java.lang.String html
          Rendered content of the field.
 java.lang.String text
          Value of the field.
 
Fields inherited from class com.atlassian.greenhopper.web.rapid.issue.fields.FieldEntry
category, editable, id, label, renderer, type
 
Constructor Summary
HtmlFieldEntry()
           
 
Method Summary
 
Methods inherited from class com.atlassian.greenhopper.web.rapid.RestTemplate
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

html

public java.lang.String html
Rendered content of the field.


text

public java.lang.String text
Value of the field.

Constructor Detail

HtmlFieldEntry

public HtmlFieldEntry()


Copyright © 2007-2013 Atlassian. All Rights Reserved.