|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.ecs.Element | +--org.apache.ecs.ElementAttributes | +--org.apache.ecs.ConcreteElement | +--org.apache.ecs.MultiPartElement | +--org.apache.ecs.TextArea
This class creates a <TEXTAREA></TEXTAREA> tag.
Field Summary | |
static java.lang.String |
OFF
|
static java.lang.String |
PHYSICAL
|
static java.lang.String |
VIRTUAL
|
Fields inherited from class org.apache.ecs.ConcreteElement |
h_element,
v_element |
Fields inherited from class org.apache.ecs.ElementAttributes |
attribute_filter,
filter_attribute_state,
NO_ATTRIBUTE_VALUE |
Fields inherited from class org.apache.ecs.Element |
__text,
case_type,
codeset,
element,
element_type,
end_element,
end_modifier,
end_modifier_defined,
end_tag,
filter,
filter_state,
position,
resource,
start_modifier,
start_modifier_defined,
start_tag,
VERSION |
Constructor Summary | |
TextArea()
Basic Constructor use set* methods. |
|
TextArea(int rows,
int cols)
Basic Constructor use set* methods. |
|
TextArea(java.lang.String name,
int rows,
int cols)
Basic Constructor use set* methods. |
|
TextArea(java.lang.String rows,
java.lang.String cols)
Basic Constructor use set* methods. |
|
TextArea(java.lang.String name,
java.lang.String rows,
java.lang.String cols)
Basic Constructor use set* methods. |
Method Summary | |
(package private) void |
Private initializer. |
TextArea |
addElement(Element element)
Adds an Element to the element. |
TextArea |
addElement(java.lang.String element)
Adds an Element to the element. |
TextArea |
addElement(java.lang.String hashcode,
Element element)
Adds an Element to the element. |
TextArea |
addElement(java.lang.String hashcode,
java.lang.String element)
Adds an Element to the element. |
TextArea |
removeElement(java.lang.String hashcode)
Removes an Element from the element. |
TextArea |
setCols(int cols)
Sets the COLS="" attribute |
TextArea |
setCols(java.lang.String cols)
Sets the COLS="" attribute |
TextArea |
setDisabled(boolean disabled)
Sets the disabled value |
TextArea |
setName(java.lang.String name)
Sets the NAME="" attribute |
TextArea |
setReadOnly(boolean readonly)
Sets the readonly value |
TextArea |
setRows(int rows)
Sets the ROWS="" attribute |
TextArea |
setRows(java.lang.String rows)
Sets the ROWS="" attribute |
TextArea |
setTabindex(int index)
Sets the TABINDEX="" attribute |
TextArea |
setTabindex(java.lang.String index)
Sets the TABINDEX="" attribute |
TextArea |
setWrap(java.lang.String wrap)
Sets the WRAP="" attribute |
Methods inherited from class org.apache.ecs.ConcreteElement |
addElementToRegistry,
addElementToRegistry,
addElementToRegistry,
addElementToRegistry,
addElementToRegistry,
addElementToRegistry,
addElementToRegistry,
addElementToRegistry,
clone,
output,
output,
registryHasElement,
registryHasElement,
removeElementFromRegistry,
removeElementFromRegistry |
Methods inherited from class org.apache.ecs.ElementAttributes |
addAttribute,
createStartTag,
getAttributeFilter,
getAttributeFilterState,
hasAttribute,
removeAttribute,
setAttributeFilter,
setAttributeFilterState,
setClass,
setDir,
setID,
setLang,
setStyle,
setTitle |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
wait,
wait,
wait |
Field Detail |
public static final java.lang.String OFF
public static final java.lang.String PHYSICAL
public static final java.lang.String VIRTUAL
Constructor Detail |
public TextArea()
public TextArea(int rows, int cols)
rows
- the ROWS="" attributecols
- the COLS="" attributepublic TextArea(java.lang.String rows, java.lang.String cols)
rows
- the ROWS="" attributecols
- the COLS="" attributepublic TextArea(java.lang.String name, int rows, int cols)
name
- the NAME="" attributerows
- the ROWS="" attributecols
- the COLS="" attributepublic TextArea(java.lang.String name, java.lang.String rows, java.lang.String cols)
name
- the NAME="" attributerows
- the ROWS="" attributecols
- the COLS="" attributeMethod Detail |
void()
public TextArea setRows(int rows)
rows
- Sets the ROWS="" attributepublic TextArea setRows(java.lang.String rows)
rows
- Sets the ROWS="" attributepublic TextArea setWrap(java.lang.String wrap)
wrap
- Sets the WRAP="" attributepublic TextArea setCols(int cols)
cols
- Sets the COLS="" attributepublic TextArea setCols(java.lang.String cols)
cols
- Sets the COLS="" attributepublic TextArea setName(java.lang.String name)
name
- Sets the NAME="" attributepublic TextArea setTabindex(java.lang.String index)
alt
- the TABINDEX="" attributepublic TextArea setTabindex(int index)
alt
- the TABINDEX="" attributepublic TextArea setReadOnly(boolean readonly)
readonly
- true or falsepublic TextArea setDisabled(boolean disabled)
disabled
- true or falsepublic TextArea addElement(java.lang.String hashcode, Element element)
hashcode
- name of element for hash tableelement
- Adds an Element to the element.public TextArea addElement(java.lang.String hashcode, java.lang.String element)
hashcode
- name of element for hash tableelement
- Adds an Element to the element.public TextArea addElement(Element element)
element
- Adds an Element to the element.public TextArea addElement(java.lang.String element)
element
- Adds an Element to the element.public TextArea removeElement(java.lang.String hashcode)
hashcode
- the name of the element to be removed.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |