Login | Register
My pages Projects Community openCollabNet
CyberWebForm 2.0

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

Field Summary
 Map actionMap
          Deprecated.  
 String[] definedActions
          Deprecated.  
 int eventId
          Deprecated.  
 FormModel form
          Deprecated.  
 FormDef formDef
          Deprecated.  
 String forwardAction
          Deprecated.  
 String viewName
          Deprecated.  
 
Fields inherited from interface cyber.web.form.FormModelEvent
EVENT_CONTROL_EVENT, EVENT_FORM_INITIALIZE, EVENT_PATH_INITIALIZE, EVENT_PATH_SELECT, EVENT_PROCESS_FORWARD
 
Method Summary
 Map getActionMap()
          Deprecated.  
 int getEvent()
          Deprecated.  
 FormModel getForm()
          Deprecated.  
 FormDef getFormDef()
          Deprecated.  
 String getForwardAction()
          Deprecated.  
 FormModelManager getManager()
          Deprecated.  
 WebFormTransaction getTransaction()
          Deprecated.  
 String getViewName()
          Deprecated.  
 boolean isForwardAction(String value)
          Deprecated.  
 void setForwardAction(String value)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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. 
Method Detail

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

CyberWebForm 2.0

Copyright 2000-2002 Apache Software Foundation.