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

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

public class TextFieldEntry
extends FieldEntry


Field Summary
 java.lang.String text
          Display value of the field.
 
Fields inherited from class com.atlassian.greenhopper.web.rapid.issue.fields.FieldEntry
editable, id, label, renderer, type
 
Constructor Summary
TextFieldEntry()
           
 
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

text

public java.lang.String text
Display value of the field.

Constructor Detail

TextFieldEntry

public TextFieldEntry()


Copyright © 2007-2012 Atlassian. All Rights Reserved.