Login | Register
My pages Projects Community openCollabNet
CyberWebForm 2.0

cyber.web.form
Interface FormModelEvent

All Known Implementing Classes:
FormModelEventImpl

Deprecated. This class is part of WebForm Architecture 1.0 and which is replaced by the 2.0 architecture.

public interface FormModelEvent

Author:
cying

Field Summary
static int EVENT_CONTROL_EVENT
          Deprecated.  
static int EVENT_FORM_INITIALIZE
          Deprecated. This event is fired on every form created under the path desginated by the handler.
static int EVENT_PATH_INITIALIZE
          Deprecated. This event is fired on the first select upon the target form path definition
static int EVENT_PATH_SELECT
          Deprecated.  
static int EVENT_PROCESS_FORWARD
          Deprecated.  
 
Method Summary
 Map getActionMap()
          Deprecated.  
 int getEvent()
          Deprecated.  
 FormModel getForm()
          Deprecated.  
 FormDef getFormDef()
          Deprecated.  
 FormModelManager getManager()
          Deprecated.  
 WebFormTransaction getTransaction()
          Deprecated.  
 String getViewName()
          Deprecated.  
 boolean isForwardAction(String value)
          Deprecated.  
 void setForwardAction(String value)
          Deprecated.  
 

Field Detail

EVENT_PATH_INITIALIZE

public static final int EVENT_PATH_INITIALIZE
Deprecated. 
This event is fired on the first select upon the target form path definition

EVENT_FORM_INITIALIZE

public static final int EVENT_FORM_INITIALIZE
Deprecated. 
This event is fired on every form created under the path desginated by the handler.

EVENT_PATH_SELECT

public static final int EVENT_PATH_SELECT
Deprecated. 

EVENT_PROCESS_FORWARD

public static final int EVENT_PROCESS_FORWARD
Deprecated. 

EVENT_CONTROL_EVENT

public static final int EVENT_CONTROL_EVENT
Deprecated. 
Method Detail

getTransaction

public WebFormTransaction getTransaction()
Deprecated. 

getViewName

public String getViewName()
Deprecated. 

getFormDef

public FormDef getFormDef()
Deprecated. 

getForm

public FormModel getForm()
Deprecated. 

getManager

public FormModelManager getManager()
Deprecated. 

getEvent

public int getEvent()
Deprecated. 

isForwardAction

public boolean isForwardAction(String value)
Deprecated. 

setForwardAction

public void setForwardAction(String value)
Deprecated. 

getActionMap

public Map getActionMap()
Deprecated. 

CyberWebForm 2.0

Copyright 2000-2002 Apache Software Foundation.