org.nakedobjects.plugins.html.task
Class MethodTask

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

public final class MethodTask
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
protected MethodTask(Context context, NakedObject target, NakedObjectAction action)
           
 
Method Summary
 void checkForValidity(Context context)
           
 boolean collectParameters()
           
 NakedObject completeTask(Context context, Page page)
           
 void debug(DebugString debug)
           
protected  NakedObject[][] getOptions(Context context, int from, int len)
           
 
Methods inherited from class org.nakedobjects.plugins.html.task.Task
checkInstances, getDescription, getEntries, getEntryText, getError, getErrors, getFieldDescriptions, getId, getMaxLength, getName, getNames, getNoLines, getOptional, getOptions, getReadOnly, getStep, getTarget, getTrail, getTypes, getTypicalLength, getWraps, init, isEditing, nextStep, numberOfSteps, previousStep, setFromFields, simpleField
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodTask

protected MethodTask(Context context,
                     NakedObject target,
                     NakedObjectAction action)
Method Detail

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

debug

public void debug(DebugString debug)
Overrides:
debug in class Task

getOptions

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

collectParameters

public boolean collectParameters()


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