org.nakedobjects.testing
Class FieldView

java.lang.Object
  extended byorg.nakedobjects.testing.Documentor
      extended byorg.nakedobjects.testing.AbstractView
          extended byorg.nakedobjects.testing.FieldView

public class FieldView
extends AbstractView


Field Summary
 
Fields inherited from class org.nakedobjects.testing.AbstractView
forObject
 
Constructor Summary
FieldView(NakedValue object)
           
 
Method Summary
 void fieldEntry(java.lang.String value)
           
 java.lang.String getTitle()
          returns the title of the object as a String
 
Methods inherited from class org.nakedobjects.testing.AbstractView
getForObject, toString
 
Methods inherited from class org.nakedobjects.testing.Documentor
close, doc, docln, flush, initDocumentation, initSection, isGenerating, objectString, simpleObjectString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FieldView

public FieldView(NakedValue object)
Method Detail

fieldEntry

public void fieldEntry(java.lang.String value)

getTitle

public java.lang.String getTitle()
returns the title of the object as a String

Specified by:
getTitle in class AbstractView