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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormDef
public FormDef(FormModelManager manager1,
String path1)
- Deprecated.
- Parameters:
manager - path -
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.
Copyright 2000-2002 Apache Software Foundation.