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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeControl
public CompositeControl()
- Deprecated.
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 -
Copyright 2000-2002 Apache Software Foundation.