|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--planetj.html.HTMLElement
|
+--planetj.html.HTMLTextArea
| 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 |
public static final String TEXTAREA_OPEN_START
public static final String TEXTAREA_OPEN_END
public static final String TEXTAREA_CLOSE
public static final String ROWS
public static final String COLS
public static final String READONLY
public static final String className
| Constructor Detail |
public HTMLTextArea()
| Method Detail |
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
CMException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||