planetj.html
Class HTMLTextArea

java.lang.Object
  |
  +--planetj.html.HTMLElement
        |
        +--planetj.html.HTMLTextArea

public class HTMLTextArea
extends HTMLElement

Author:
PlanetJ Corporation

Field Summary
static String className
          Class name.
static String COLS
           
static String READONLY
           
static String ROWS
          Attributes for a HTML input.
static String TEXTAREA_CLOSE
           
static String TEXTAREA_OPEN_END
           
static String TEXTAREA_OPEN_START
          Start and end variables for an input.
 
Fields inherited from class planetj.html.HTMLElement
DISABLED
 
Constructor Summary
HTMLTextArea()
           
 
Method Summary
static StringBuffer appendTextArea(String id, Field field, int cols, int rows, String attributes, String rcNavKey, String rowNavKey, StringBuffer html, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Generates a HTML text input for the given Field and arguements.
 
Methods inherited from class planetj.html.HTMLElement
appendAttribute, appendAttribute, appendExtractableHiddenField, getId, isDisplayField, setId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEXTAREA_OPEN_START

public static final String TEXTAREA_OPEN_START
Start and end variables for an input.

See Also:
Constant Field Values

TEXTAREA_OPEN_END

public static final String TEXTAREA_OPEN_END
See Also:
Constant Field Values

TEXTAREA_CLOSE

public static final String TEXTAREA_CLOSE
See Also:
Constant Field Values

ROWS

public static final String ROWS
Attributes for a HTML input. (Obtained from 4.01 specifications)

See Also:
Constant Field Values

COLS

public static final String COLS
See Also:
Constant Field Values

READONLY

public static final String READONLY
See Also:
Constant Field Values

className

public static final String className
Class name.

Constructor Detail

HTMLTextArea

public HTMLTextArea()
Method Detail

appendTextArea

public static StringBuffer appendTextArea(String id,
                                          Field field,
                                          int cols,
                                          int rows,
                                          String attributes,
                                          String rcNavKey,
                                          String rowNavKey,
                                          StringBuffer html,
                                          javax.servlet.http.HttpServletRequest request,
                                          javax.servlet.http.HttpServletResponse response)
                                   throws CMException
Generates a HTML text input for the given Field and arguements.

CMException