Login | Register
My pages Projects Community openCollabNet
CyberWebForm 2.0

cyber.web.form
Class CompositeControl

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

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

public class CompositeControl
extends Object

Author:
cying

Constructor Summary
CompositeControl()
          Deprecated.  
 
Method Summary
 void addTagParameter(String name, String value, String type)
          Deprecated.  
 void addValuePair(String keyAndValue)
          Deprecated.  
 void addValuePair(String key, String value)
          Deprecated.  
 void clearSelection()
          Deprecated.  
 void clearValidationMessage()
          Deprecated.  
 void copyFrom(CompositeControl ctrl)
          Deprecated.  
 int findFirstKey(String key)
          Deprecated.  
 int findFirstValue(String value)
          Deprecated.  
 Object getAttribute(String name)
          Deprecated.  
 Iterator getAttributeNames()
          Deprecated.  
 int getCount()
          Deprecated.  
 String getDefaultCtrlType()
          Deprecated.  
 String getDescription()
          Deprecated.  
 Enumeration getEntries()
          Deprecated.  
 ValuePairEntry getEntry(int i)
          Deprecated.  
 ValuePairEntry getEntryByIndex(int index)
          Deprecated.  
 FormModel getForm()
          Deprecated.  
 String getKeyByIndex(int index)
          Deprecated.  
 String getKeyByValue(String value)
          Deprecated.  
 Enumeration getKeys()
          Deprecated.  
 String getName()
          Deprecated.  
 int getNumCols()
          Deprecated.  
 int getNumRows()
          Deprecated.  
 int getSelectedCount()
          Deprecated.  
 Enumeration getSelectedEntries()
          Deprecated.  
 int getSelectedIndex()
          Deprecated.  
 boolean getSelectedItem(int index)
          Deprecated.  
 String getSelectedKey()
          Deprecated.  
 Enumeration getSelectedKeys()
          Deprecated.  
 String getSelectedValue()
          Deprecated.  
 String getText()
          Deprecated.  
 String getValidationMessage()
          Deprecated.  
 String getValueByIndex(int index)
          Deprecated.  
 String getValueByKey(String key)
          Deprecated.  
 boolean isKeySelected(String key)
          Deprecated.  
 boolean isReadOnly()
          Deprecated.  
 boolean isValueSelected(String value)
          Deprecated.  
 void removeAllEntries()
          Deprecated.  
 Object removeAttribute(String name)
          Deprecated.  
 void removeKey(String key)
          Deprecated.  
 void removeValue(String value)
          Deprecated.  
 void setAttribute(String name, Object value)
          Deprecated.  
 void setDefaultCtrlType(String string)
          Deprecated.  
 void setDescription(String string)
          Deprecated.  
 void setNumCols(int i)
          Deprecated.  
 void setNumRows(int i)
          Deprecated.  
 void setReadOnly(boolean b)
          Deprecated.  
 void setSelectedIndex(int i)
          Deprecated.  
 void setSelectedItem(int index, boolean value)
          Deprecated.  
 void setSelectedKey(String key)
          Deprecated.  
 void setSelectedValue(String value)
          Deprecated.  
 void setText(String text)
          Deprecated.  
 void setValidationMessage(String string)
          Deprecated.  
 void setValuePair(String key, String value)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeControl

public CompositeControl()
Deprecated. 
Method Detail

getSelectedIndex

public int getSelectedIndex()
Deprecated. 

getSelectedValue

public String getSelectedValue()
Deprecated. 

getSelectedKey

public String getSelectedKey()
Deprecated. 

setSelectedIndex

public void setSelectedIndex(int i)
Deprecated. 

getCount

public int getCount()
Deprecated. 

addValuePair

public void addValuePair(String key,
                         String value)
Deprecated. 

addValuePair

public void addValuePair(String keyAndValue)
Deprecated. 

setValuePair

public void setValuePair(String key,
                         String value)
Deprecated. 

removeKey

public void removeKey(String key)
Deprecated. 

removeValue

public void removeValue(String value)
Deprecated. 

findFirstValue

public int findFirstValue(String value)
Deprecated. 

findFirstKey

public int findFirstKey(String key)
Deprecated. 

getKeys

public Enumeration getKeys()
Deprecated. 

getEntries

public Enumeration getEntries()
Deprecated. 

getEntry

public ValuePairEntry getEntry(int i)
Deprecated. 

getValueByKey

public String getValueByKey(String key)
Deprecated. 

getKeyByValue

public String getKeyByValue(String value)
Deprecated. 

removeAllEntries

public void removeAllEntries()
Deprecated. 

setSelectedValue

public void setSelectedValue(String value)
Deprecated. 

setSelectedKey

public void setSelectedKey(String key)
Deprecated. 

getEntryByIndex

public ValuePairEntry getEntryByIndex(int index)
Deprecated. 

getKeyByIndex

public String getKeyByIndex(int index)
Deprecated. 

getValueByIndex

public String getValueByIndex(int index)
Deprecated. 

getSelectedItem

public boolean getSelectedItem(int index)
Deprecated. 

setSelectedItem

public void setSelectedItem(int index,
                            boolean value)
Deprecated. 

getSelectedEntries

public Enumeration getSelectedEntries()
Deprecated. 

getSelectedKeys

public Enumeration getSelectedKeys()
Deprecated. 

clearSelection

public void clearSelection()
Deprecated. 

getSelectedCount

public int getSelectedCount()
Deprecated. 

isKeySelected

public boolean isKeySelected(String key)
Deprecated. 

isValueSelected

public boolean isValueSelected(String value)
Deprecated. 

getText

public String getText()
Deprecated. 

setText

public void setText(String text)
Deprecated. 

getAttribute

public Object getAttribute(String name)
Deprecated. 
Parameters:
name -  
Returns:
 

getAttributeNames

public Iterator getAttributeNames()
Deprecated. 
Returns:
 

removeAttribute

public Object removeAttribute(String name)
Deprecated. 
Parameters:
name -  
Returns:
 

setAttribute

public void setAttribute(String name,
                         Object value)
Deprecated. 
Parameters:
name -  
value -  

getForm

public FormModel getForm()
Deprecated. 
Returns:
 

getName

public String getName()
Deprecated. 
Returns:
 

getValidationMessage

public String getValidationMessage()
Deprecated. 
Returns:
 

setValidationMessage

public void setValidationMessage(String string)
Deprecated. 
Parameters:
string -  

clearValidationMessage

public void clearValidationMessage()
Deprecated. 

getDefaultCtrlType

public String getDefaultCtrlType()
Deprecated. 
Returns:
 

setDefaultCtrlType

public void setDefaultCtrlType(String string)
Deprecated. 
Parameters:
string -  

addTagParameter

public void addTagParameter(String name,
                            String value,
                            String type)
Deprecated. 

getDescription

public String getDescription()
Deprecated. 
Returns:
 

setDescription

public void setDescription(String string)
Deprecated. 
Parameters:
string -  

isReadOnly

public boolean isReadOnly()
Deprecated. 
Returns:
 

setReadOnly

public void setReadOnly(boolean b)
Deprecated. 
Parameters:
b -  

copyFrom

public void copyFrom(CompositeControl ctrl)
Deprecated. 

getNumCols

public int getNumCols()
Deprecated. 
Returns:
 

getNumRows

public int getNumRows()
Deprecated. 
Returns:
 

setNumCols

public void setNumCols(int i)
Deprecated. 
Parameters:
i -  

setNumRows

public void setNumRows(int i)
Deprecated. 
Parameters:
i -  

CyberWebForm 2.0

Copyright 2000-2002 Apache Software Foundation.