|
||||||||
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.MultiPartElement | +--org.apache.ecs.TextArea
This class creates a <TEXTAREA></TEXTAREA> tag.
Fields inherited from class org.apache.ecs.MultiPartElement |
v_element |
Fields inherited from class org.apache.ecs.ElementAttributes |
attribute_filter,
end_modifier,
end_modifier_defined,
filter_attribute_state,
NO_ATTRIBUTE_VALUE,
start_modifier,
start_modifier_defined |
Fields inherited from class org.apache.ecs.Element |
case_type,
codeset,
element,
end_element,
filter,
filter_state,
position,
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 |
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 |
Methods inherited from class org.apache.ecs.MultiPartElement |
addElementToRegistry,
addElementToRegistry,
addElementToRegistry,
addElementToRegistry,
output,
output,
registryHasElement,
registryHasElement,
removeElementFromRegistry,
removeElementFromRegistry |
Methods inherited from class org.apache.ecs.Element |
alterCase,
getCase,
getCodeSet,
getElementHashEntry,
getElementType,
getFilter,
getFilterState,
getNeedClosingTag,
getTagPosition,
getVersion,
setCase,
setCodeSet,
setElementType,
setFilter,
setFilterState,
setNeedClosingTag,
setTagPosition,
toString,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
wait,
wait,
wait |
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 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(Element element)
element
- Adds an Element to the element.public TextArea addElement(java.lang.String element)
element
- Adds an Element to the element.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |