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
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.
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.
Copyright 2000-2002 Apache Software Foundation.