cyber.web.form
Interface ControlEvent
- All Known Implementing Classes:
- ControlEventImpl
Deprecated. This class is part of WebForm Architecture 1.0 and which
is replaced by the 2.0 architecture.
- public interface ControlEvent
- Author:
- cy.ing
EVENT_ADD_TAG_PARAM
public static final int EVENT_ADD_TAG_PARAM
- Deprecated.
EVENT_GENERATE_HTML
public static final int EVENT_GENERATE_HTML
- Deprecated.
EVENT_PROCESS_REQUEST_PARAMETER
public static final int EVENT_PROCESS_REQUEST_PARAMETER
- Deprecated.
EVENT_TAG_START
public static final int EVENT_TAG_START
- Deprecated.
EVENT_TAG_END
public static final int EVENT_TAG_END
- Deprecated.
EVENT_GENERATE_HTML_MARKUP
public static final int EVENT_GENERATE_HTML_MARKUP
- Deprecated.
getPageContext
public PageContext getPageContext()
- Deprecated.
getOut
public JspWriter getOut()
- Deprecated.
getRequest
public HttpServletRequest getRequest()
- Deprecated.
getSession
public HttpSession getSession()
- Deprecated.
getControl
public CompositeControl getControl()
- Deprecated.
getForm
public FormModel getForm()
- Deprecated.
getEvent
public int getEvent()
- Deprecated.
getCtrlViewState
public Attributable getCtrlViewState()
- Deprecated.
getUniqueIdentifier
public String getUniqueIdentifier(String extraInfo)
- Deprecated.
getUniqueIdentifier
public String getUniqueIdentifier()
- Deprecated.
getCtrlType
public String getCtrlType()
- Deprecated.
getTagParamName
public String getTagParamName()
- Deprecated.
getTagParamValue
public String getTagParamValue()
- Deprecated.
getTagParamType
public String getTagParamType()
- Deprecated.
getParameterName
public String getParameterName()
- Deprecated.
getParameterValue
public String getParameterValue()
- Deprecated.
getParameterExtraInfo
public String getParameterExtraInfo()
- Deprecated.
getPrintWriter
public PrintWriter getPrintWriter()
- Deprecated.
Copyright 2000-2002 Apache Software Foundation.