org.opa.action
Class TestTextField.MyDeleteCookie

java.lang.Object
  extended byorg.opa.action.TestTextField.MyDeleteCookie
All Implemented Interfaces:
OPACookie, OPADeleteCookie
Enclosing class:
TestTextField

public class TestTextField.MyDeleteCookie
extends java.lang.Object
implements OPADeleteCookie


Nested Class Summary
protected  class TestTextField.MyDeleteCookie.TestCommand
           
 
Constructor Summary
TestTextField.MyDeleteCookie()
           
 
Method Summary
 OPACommand command()
           
 void doDelete()
          Requests an action be performed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestTextField.MyDeleteCookie

public TestTextField.MyDeleteCookie()
Method Detail

doDelete

public void doDelete()
Description copied from interface: OPADeleteCookie
Requests an action be performed.

Specified by:
doDelete in interface OPADeleteCookie

command

public OPACommand command()
Specified by:
command in interface OPACookie