|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
com.jcorporate.expresso.ext.struts.taglib.html.ExComboBoxTag
Tag for ComboBox
| Field Summary | |
protected String |
name
|
protected String |
property
|
| Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
bodyContent |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
ExComboBoxTag()
Constructor for ComboBoxTag |
|
| Method Summary | |
protected String |
cssObject()
|
int |
doAfterBody()
Save any body content of this tag, which will generally be the option(s) representing the values displayed to the user. |
int |
doEndTag()
Render the end of this form. |
int |
doStartTag()
Creates the new variable for a ControllerElement and introduces it as a scope object as part of the JavaServer Page. |
String |
getName()
Gets the name |
String |
getProperty()
Gets the property |
void |
setName(String name)
Sets the name |
void |
setProperty(String property)
Sets the property |
| Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doInitBody, getBodyContent, getPreviousOut, release, setBodyContent |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setPageContext, setParent |
| Field Detail |
protected String name
protected String property
| Constructor Detail |
public ExComboBoxTag()
| Method Detail |
public void setName(String name)
name - The name to setpublic String getName()
public void setProperty(String property)
property - The property to setpublic String getProperty()
public int doAfterBody()
throws JspException
JspException - if a JSP exception has occurred
public int doEndTag()
throws JspException
JspException - if a JSP exception has occurred
public int doStartTag()
throws JspException
JspExceptionprotected String cssObject()
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||