Login | Register
My pages Projects Community openCollabNet
CyberWebForm 2.0

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

Field Summary
static int EVENT_ADD_TAG_PARAM
          Deprecated.  
static int EVENT_GENERATE_HTML
          Deprecated.  
static int EVENT_GENERATE_HTML_MARKUP
          Deprecated.  
static int EVENT_PROCESS_REQUEST_PARAMETER
          Deprecated.  
static int EVENT_TAG_END
          Deprecated.  
static int EVENT_TAG_START
          Deprecated.  
 
Method Summary
 CompositeControl getControl()
          Deprecated.  
 String getCtrlType()
          Deprecated.  
 Attributable getCtrlViewState()
          Deprecated.  
 int getEvent()
          Deprecated.  
 FormModel getForm()
          Deprecated.  
 JspWriter getOut()
          Deprecated.  
 PageContext getPageContext()
          Deprecated.  
 String getParameterExtraInfo()
          Deprecated.  
 String getParameterName()
          Deprecated.  
 String getParameterValue()
          Deprecated.  
 PrintWriter getPrintWriter()
          Deprecated.  
 HttpServletRequest getRequest()
          Deprecated.  
 HttpSession getSession()
          Deprecated.  
 String getTagParamName()
          Deprecated.  
 String getTagParamType()
          Deprecated.  
 String getTagParamValue()
          Deprecated.  
 String getUniqueIdentifier()
          Deprecated.  
 String getUniqueIdentifier(String extraInfo)
          Deprecated.  
 

Field Detail

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

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. 

CyberWebForm 2.0

Copyright 2000-2002 Apache Software Foundation.