|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectTagSupport
BodyTagSupport
AbstractClassicTag
HtmlBaseTag
HtmlFocusBaseTag
HtmlDataSourceTag
HtmlDefaultableDataSourceTag
HtmlOptionsDataSourceTag
public abstract class HtmlOptionsDataSourceTag
Abstract base class extending the HtmlDefaultableDataSourceTag
and adding support
for the optionsDataSource
attribute.
Field Summary | |
---|---|
protected Object |
_optionsDataSource
The value of the options data source. |
Fields inherited from class HtmlDefaultableDataSourceTag |
---|
_defaultValue |
Fields inherited from class HtmlDataSourceTag |
---|
_dataSource |
Fields inherited from class AbstractClassicTag |
---|
DefaultNamingChain, EMPTY_STRING, NETUI_UNIQUE_CNT |
Fields inherited from class BodyTagSupport |
---|
bodyContent |
Fields inherited from class TagSupport |
---|
id, pageContext |
Fields inherited from interface BodyTag |
---|
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
Fields inherited from interface IterationTag |
---|
EVAL_BODY_AGAIN |
Fields inherited from interface Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
HtmlOptionsDataSourceTag()
|
Method Summary | |
---|---|
protected void |
localRelease()
Release any acquired resources. |
void |
setOptionsDataSource(Object optionsDataSource)
Sets the options datasource value (an expression). |
Methods inherited from class HtmlDefaultableDataSourceTag |
---|
setDefaultValue |
Methods inherited from class HtmlDataSourceTag |
---|
evaluateDataSource, getNamingChain, nameHtmlControl, setDataSource |
Methods inherited from class HtmlFocusBaseTag |
---|
isDisabled, setDisabled, setOnBlur, setOnChange, setOnFocus, setOnSelect |
Methods inherited from class HtmlBaseTag |
---|
getJavaScriptAttribute, getOnClick, getState, getTagId, renderDefaultNameAndId, renderNameAndId, setAttribute, setDir, setLang, setOnClick, setOnDblClick, setOnKeyDown, setOnKeyPress, setOnKeyUp, setOnMouseDown, setOnMouseMove, setOnMouseOut, setOnMouseOver, setOnMouseUp, setStateAttribute, setStyle, setStyleClass, setTagId, setTitle |
Methods inherited from class BodyTagSupport |
---|
doAfterBody, doEndTag, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContent |
Methods inherited from class TagSupport |
---|
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface Tag |
---|
getParent, setPageContext, setParent |
Field Detail |
---|
protected Object _optionsDataSource
Constructor Detail |
---|
public HtmlOptionsDataSourceTag()
Method Detail |
---|
public void setOptionsDataSource(Object optionsDataSource) throws JspException
optionsDataSource
- the options datasource
JspException
protected void localRelease()
localRelease
in class HtmlDefaultableDataSourceTag
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |