Login | Register
My pages Projects Community openCollabNet
CyberWebForm 2.0

cyber.web.form
Class FormDef

java.lang.Object
  |
  +--cyber.web.form.FormDef

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

public class FormDef
extends Object

Author:
cy.ing

Constructor Summary
FormDef(FormModelManager manager1, String path1)
          Deprecated.  
 
Method Summary
 void addFormModelHandler(FormModelHandler handler)
          Deprecated.  
 void checkActionValid(String actionName)
          Deprecated.  
 cyber.web.form.FormDef.AttributeDef createAttribute(String name, String defaultCtrlType, String description)
          Deprecated.  
 FormModel createForm(WebFormTransaction tr)
          Deprecated.  
 FormModel getFormAt(int index)
          Deprecated.  
 int getFormCount()
          Deprecated.  
 Iterator getForms()
          Deprecated.  
 FormModel getLastForm()
          Deprecated.  
 FormModelManager getManager()
          Deprecated.  
 FormModelHandler getMulticastFormModelHandler()
          Deprecated.  
 String getPath()
          Deprecated.  
 void handleAfterReconfigure()
          Deprecated.  
 int indexOfForm(FormModel form)
          Deprecated.  
 FormModel insertFormAt(WebFormTransaction tr, int index)
          Deprecated.  
 FormModel insertFormBefore(WebFormTransaction tr, FormModel form)
          Deprecated.  
 void removeAllForms()
          Deprecated.  
 Iterator selectForms(WebFormTransaction tr)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormDef

public FormDef(FormModelManager manager1,
               String path1)
Deprecated. 
Parameters:
manager -  
path -  
Method Detail

createAttribute

public cyber.web.form.FormDef.AttributeDef createAttribute(String name,
                                                           String defaultCtrlType,
                                                           String description)
Deprecated. 

createForm

public FormModel createForm(WebFormTransaction tr)
Deprecated. 

insertFormBefore

public FormModel insertFormBefore(WebFormTransaction tr,
                                  FormModel form)
Deprecated. 

indexOfForm

public int indexOfForm(FormModel form)
Deprecated. 

getFormCount

public int getFormCount()
Deprecated. 

getFormAt

public FormModel getFormAt(int index)
Deprecated. 

insertFormAt

public FormModel insertFormAt(WebFormTransaction tr,
                              int index)
Deprecated. 

selectForms

public Iterator selectForms(WebFormTransaction tr)
Deprecated. 
Returns:
 

addFormModelHandler

public void addFormModelHandler(FormModelHandler handler)
Deprecated. 
Parameters:
handler -  

getMulticastFormModelHandler

public FormModelHandler getMulticastFormModelHandler()
Deprecated. 

getManager

public FormModelManager getManager()
Deprecated. 
Returns:
 

getPath

public String getPath()
Deprecated. 
Returns:
 

removeAllForms

public void removeAllForms()
Deprecated. 

checkActionValid

public void checkActionValid(String actionName)
Deprecated. 

handleAfterReconfigure

public void handleAfterReconfigure()
Deprecated. 

getLastForm

public FormModel getLastForm()
Deprecated. 
Returns:
 

getForms

public Iterator getForms()
Deprecated. 

CyberWebForm 2.0

Copyright 2000-2002 Apache Software Foundation.