cyber.web.form
Class FormModelEventImpl
java.lang.Object
|
+--cyber.web.form.FormModelEventImpl
- All Implemented Interfaces:
- FormModelEvent
Deprecated. This class is part of WebForm Architecture 1.0 and which
is replaced by the 2.0 architecture.
- public class FormModelEventImpl
- extends Object
- implements FormModelEvent
- Author:
- cying
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
viewName
public String viewName
- Deprecated.
form
public FormModel form
- Deprecated.
formDef
public FormDef formDef
- Deprecated.
forwardAction
public String forwardAction
- Deprecated.
definedActions
public String[] definedActions
- Deprecated.
eventId
public int eventId
- Deprecated.
actionMap
public Map actionMap
- Deprecated.
getViewName
public String getViewName()
- Deprecated.
- Specified by:
getViewName in interface FormModelEvent
getForm
public FormModel getForm()
- Deprecated.
- Specified by:
getForm in interface FormModelEvent
getForwardAction
public String getForwardAction()
- Deprecated.
setForwardAction
public void setForwardAction(String value)
- Deprecated.
- Specified by:
setForwardAction in interface FormModelEvent
getEvent
public int getEvent()
- Deprecated.
- Specified by:
getEvent in interface FormModelEvent
getActionMap
public Map getActionMap()
- Deprecated.
- Specified by:
getActionMap in interface FormModelEvent
getFormDef
public FormDef getFormDef()
- Deprecated.
- Specified by:
getFormDef in interface FormModelEvent
getManager
public FormModelManager getManager()
- Deprecated.
- Specified by:
getManager in interface FormModelEvent
getTransaction
public WebFormTransaction getTransaction()
- Deprecated.
- Specified by:
getTransaction in interface FormModelEvent
isForwardAction
public boolean isForwardAction(String value)
- Deprecated.
- Specified by:
isForwardAction in interface FormModelEvent
Copyright 2000-2002 Apache Software Foundation.