|
||||||||
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.Select
This class creates a <SELECT> tag.
Fields inherited from class org.apache.ecs.MultiPartElement |
v_element |
Fields inherited from class org.apache.ecs.Element |
attribute_filter,
case_type,
codeset,
element,
end_element,
end_modifier,
end_modifier_defined,
filter,
filter_attribute_state,
filter_state,
NO_ATTRIBUTE_VALUE,
start_modifier,
start_modifier_defined,
VERSION |
Constructor Summary | |
Select()
Basic constructor. |
|
Select(java.lang.String name)
Basic Constructor. |
|
Select(java.lang.String name,
int size)
Basic Constructor. |
|
Select(java.lang.String name,
java.lang.String size)
Basic Constructor. |
Method Summary | |
(package private) void |
Private initializer |
Select |
addElement(Element element)
Adds an Element to the Element. |
Select |
addElement(java.lang.String element)
Adds an Element to the Element. |
Select |
setDisabled(boolean disabled)
Sets the disabled value |
Select |
setMultiple(boolean multiple)
Sets the multiple value |
Select |
setName(java.lang.String name)
Sets the NAME="" attribute |
Select |
setSize(int size)
Sets the SIZE="" attribute |
Select |
setSize(java.lang.String size)
Sets the SIZE="" attribute |
Select |
setTabindex(int index)
Sets the TABINDEX="" attribute |
Select |
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.ElementAttributes |
setClass,
setDir,
setID,
setLang,
setStyle,
setTitle |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
wait,
wait,
wait |
Constructor Detail |
public Select()
public Select(java.lang.String name)
name
- set the NAME="" attributepublic Select(java.lang.String name, java.lang.String size)
name
- set the NAME="" attributename
- set the SIZE="" attributepublic Select(java.lang.String name, int size)
name
- set the NAME="" attributename
- set the SIZE="" attributeMethod Detail |
void()
public Select addElement(Element element)
element
- adds and Element to the Element.public Select addElement(java.lang.String element)
element
- adds and Element to the Element.public Select setName(java.lang.String name)
name
- the NAME="" attributepublic Select setSize(java.lang.String size)
size
- the SIZE="" attributepublic Select setSize(int size)
size
- the SIZE="" attributepublic Select setMultiple(boolean multiple)
multiple
- true or falsepublic Select setTabindex(java.lang.String index)
alt
- the TABINDEX="" attributepublic Select setTabindex(int index)
alt
- the TABINDEX="" attributepublic Select setDisabled(boolean disabled)
disabled
- true or false
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |