Login | Register
My pages Projects Community openCollabNet
CyberWebForm 2.0

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

Method Summary
 CompositeControl createAttribute(String name)
          Deprecated.  
 CompositeControl createAttribute(String name, String defaultCtrlType)
          Deprecated.  
 String doForwardAction(String name, WebFormTransaction tr)
          Deprecated.  
 CompositeControl getAttribute(String name)
          Deprecated.  
 Iterator getAttributeNames()
          Deprecated.  
 String getAttributeValidationMessages(String seperator)
          Deprecated.  
 Attributable getContext()
          Deprecated.  
 String getGuid()
          Deprecated.  
 FormModelManager getManager()
          Deprecated.  
 FormModelHandler getMulticastFormModelHandler()
          Deprecated.  
 String getPath()
          Deprecated.  
 void remove()
          Deprecated.  
 void removeAllAttributes()
          Deprecated.  
 void removeAttribute(String name)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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. 

CyberWebForm 2.0

Copyright 2000-2002 Apache Software Foundation.