org.nakedobjects.plugins.html.task
Class EditTask

java.lang.Object
  extended by org.nakedobjects.plugins.html.task.Task
      extended by org.nakedobjects.plugins.html.task.EditTask

public class EditTask
extends Task


Field Summary
 
Fields inherited from class org.nakedobjects.plugins.html.task.Task
descriptions, error, errors, fieldSpecifications, id, initialState, maxLength, names, noLines, numberOfEntries, optional, readOnly, typicalLength, wraps
 
Constructor Summary
EditTask(Context context, NakedObject object)
           
 
Method Summary
 void checkForValidity(Context context)
           
 NakedObject completeTask(Context context, Page page)
           
 java.lang.String getName()
           
protected  NakedObject[][] getOptions(Context context, int from, int len)
           
 boolean isEditing()
           
protected  boolean simpleField(NakedObjectSpecification type, int i)
           
 
Methods inherited from class org.nakedobjects.plugins.html.task.Task
checkInstances, debug, getDescription, getEntries, getEntryText, getError, getErrors, getFieldDescriptions, getId, getMaxLength, getNames, getNoLines, getOptional, getOptions, getReadOnly, getStep, getTarget, getTrail, getTypes, getTypicalLength, getWraps, init, nextStep, numberOfSteps, previousStep, setFromFields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditTask

public EditTask(Context context,
                NakedObject object)
Method Detail

getOptions

protected NakedObject[][] getOptions(Context context,
                                     int from,
                                     int len)
Overrides:
getOptions in class Task

checkForValidity

public void checkForValidity(Context context)
Specified by:
checkForValidity in class Task

completeTask

public NakedObject completeTask(Context context,
                                Page page)
Specified by:
completeTask in class Task

simpleField

protected boolean simpleField(NakedObjectSpecification type,
                              int i)
Overrides:
simpleField in class Task

isEditing

public boolean isEditing()
Overrides:
isEditing in class Task

getName

public java.lang.String getName()
Overrides:
getName in class Task


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.