org.apache.jetspeed.modules.parameters
Class TextArea

java.lang.Object
  extended byorg.apache.turbine.modules.Assembler
      extended byorg.apache.jetspeed.modules.parameters.ParameterPresentationStyle
          extended byorg.apache.jetspeed.modules.parameters.JspParameterPresentationStyle
              extended byorg.apache.jetspeed.modules.parameters.TextArea

public class TextArea
extends JspParameterPresentationStyle

Returns texarea control intialized with the value parameter using the following options:

Version:
$Id: TextArea.java,v 1.3 2004/02/23 03:01:20 jford Exp $
Author:
Mark Orciuch

Field Summary
static java.lang.String COLS
           
static java.lang.String ROWS
           
 
Fields inherited from class org.apache.jetspeed.modules.parameters.ParameterPresentationStyle
logger, styleparms
 
Constructor Summary
TextArea()
           
 
Methods inherited from class org.apache.jetspeed.modules.parameters.JspParameterPresentationStyle
buildContext, getContent
 
Methods inherited from class org.apache.jetspeed.modules.parameters.ParameterPresentationStyle
getJavascriptEvents, getParm, setParms
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROWS

public static final java.lang.String ROWS
See Also:
Constant Field Values

COLS

public static final java.lang.String COLS
See Also:
Constant Field Values
Constructor Detail

TextArea

public TextArea()


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.