org.media.mn8.protocol.http
Class TextAreaControl

java.lang.Object
  |
  +--org.media.mn8.protocol.http.DefaultAttributes
        |
        +--org.media.mn8.protocol.http.TextAreaControl
All Implemented Interfaces:
DefaultControl

public class TextAreaControl
extends DefaultAttributes
implements DefaultControl

Version:
$Revision: 1.1 $ $Date: 2002/01/31 20:36:17 $
Author:
Szabo Csaba

Constructor Summary
TextAreaControl()
           
 
Method Summary
 boolean equals(DefaultControl control)
           
 String getAttrList()
           
 String getControlType()
           
 String getName()
           
 Vector getValues()
           
 boolean isSendable()
           
 void parse(String tag)
           
 void setCols(String col)
           
 void setName(String name)
           
 void setRows(String row)
           
 void setValue(String value)
           
 String toString()
           
 String toXMLString()
           
 
Methods inherited from class org.media.mn8.protocol.http.DefaultAttributes
getAttrPair, getAttrsFromTag, getValueOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextAreaControl

public TextAreaControl()
Method Detail

setName

public void setName(String name)

setRows

public void setRows(String row)

setCols

public void setCols(String col)

setValue

public void setValue(String value)

isSendable

public boolean isSendable()
Specified by:
isSendable in interface DefaultControl

getName

public String getName()
Specified by:
getName in interface DefaultControl

getValues

public Vector getValues()
Specified by:
getValues in interface DefaultControl

toXMLString

public String toXMLString()
Specified by:
toXMLString in interface DefaultControl

toString

public String toString()
Specified by:
toString in interface DefaultControl
Overrides:
toString in class Object

parse

public void parse(String tag)
Overrides:
parse in class DefaultAttributes

getAttrList

public String getAttrList()
Overrides:
getAttrList in class DefaultAttributes

getControlType

public String getControlType()
Specified by:
getControlType in interface DefaultControl

equals

public boolean equals(DefaultControl control)
Specified by:
equals in interface DefaultControl


"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."