cyber.web.form
Class FormModel
java.lang.Object
|
+--cyber.web.form.FormModel
Deprecated. This class is part of WebForm Architecture 1.0 and which is replaced
by the 2.0 architecture.
- public class FormModel
- extends Object
- Author:
- cying
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getPath
public String getPath()
- Deprecated.
getManager
public FormModelManager getManager()
- Deprecated.
getAttribute
public CompositeControl getAttribute(String name)
- Deprecated.
- Parameters:
name - - Returns:
-
getAttributeNames
public Iterator getAttributeNames()
- Deprecated.
- Returns:
-
removeAttribute
public void removeAttribute(String name)
- Deprecated.
- Parameters:
name - - Returns:
-
createAttribute
public CompositeControl createAttribute(String name,
String defaultCtrlType)
- Deprecated.
- Parameters:
name - value -
createAttribute
public CompositeControl createAttribute(String name)
- Deprecated.
- Parameters:
name - value -
removeAllAttributes
public void removeAllAttributes()
- Deprecated.
getGuid
public String getGuid()
- Deprecated.
- Returns:
-
getContext
public Attributable getContext()
- Deprecated.
- Returns:
-
getMulticastFormModelHandler
public FormModelHandler getMulticastFormModelHandler()
- Deprecated.
- Returns:
-
remove
public void remove()
- Deprecated.
doForwardAction
public String doForwardAction(String name,
WebFormTransaction tr)
- Deprecated.
getAttributeValidationMessages
public String getAttributeValidationMessages(String seperator)
- Deprecated.
Copyright 2000-2002 Apache Software Foundation.