|
||||||||||
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
org.apache.myfaces.tobago.internal.taglib.extension.TobagoExtensionBodyTagSupport
org.apache.myfaces.tobago.internal.taglib.extension.MenuRadioExtensionTag
public class MenuRadioExtensionTag
Renders menu items like radio buttons (select one).
<tx:menuRadio> <tc:selectItems/> <!-- body --> </tx:menuRadio>is the short form of
<tc:menuCommand> <f:facet name="radio"> <tc:selectOneRadio> <tc:selectItems/> <!-- body --> </tc:selectOneRadio> </f:facet> </tc:menuCommand>
Field Summary |
---|
Fields inherited from class org.apache.myfaces.tobago.internal.taglib.extension.TobagoExtensionBodyTagSupport |
---|
PREFIX |
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 | |
---|---|
MenuRadioExtensionTag()
|
Method Summary | |
---|---|
int |
doEndTag()
|
int |
doStartTag()
|
void |
release()
|
void |
setAction(javax.el.MethodExpression action)
Action to invoke when clicked. |
void |
setActionListener(javax.el.MethodExpression actionListener)
MethodBinding representing an action listener method that will be notified when this component is activated by the user. |
void |
setBinding(javax.el.ValueExpression binding)
The value binding expression linking this component to a property in a backing bean. |
void |
setConverter(javax.el.ValueExpression converter)
An expression that specifies the Converter for this component. |
void |
setDisabled(javax.el.ValueExpression disabled)
Flag indicating that this element is disabled. |
void |
setFieldId(String fieldId)
The component identifier for the input field component inside of the container. |
void |
setId(String id)
The component identifier for this component. |
void |
setImmediate(javax.el.ValueExpression immediate)
Flag indicating that, if this component is activated by the user, notifications should be delivered to interested listeners and actions immediately (that is, during Apply Request Values phase) rather than waiting until Invoke Application phase. |
void |
setLabel(javax.el.ValueExpression label)
Text value to display as label. |
void |
setLink(javax.el.ValueExpression link)
Link to an arbitrary URL |
void |
setOnclick(javax.el.ValueExpression onclick)
Script to be invoked when clicked |
void |
setRendered(javax.el.ValueExpression rendered)
Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. |
void |
setRenderedPartially(javax.el.ValueExpression renderedPartially)
Indicate the partially rendered Components in a case of a submit. |
void |
setTransition(javax.el.ValueExpression transition)
Specify, if the command calls an JSF-Action. |
void |
setValue(javax.el.ValueExpression value)
The current value of this component. |
Methods inherited from class org.apache.myfaces.tobago.internal.taglib.extension.TobagoExtensionBodyTagSupport |
---|
createStringValueExpression, nextJspId, setJspId |
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
---|
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, 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 |
Constructor Detail |
---|
public MenuRadioExtensionTag()
Method Detail |
---|
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class TobagoExtensionBodyTagSupport
public void setAction(javax.el.MethodExpression action)
public void setActionListener(javax.el.MethodExpression actionListener)
public void setOnclick(javax.el.ValueExpression onclick)
public void setLink(javax.el.ValueExpression link)
public void setBinding(javax.el.ValueExpression binding) throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
public void setRendered(javax.el.ValueExpression rendered)
public void setDisabled(javax.el.ValueExpression disabled)
public void setValue(javax.el.ValueExpression value)
public void setLabel(javax.el.ValueExpression label)
public void setImmediate(javax.el.ValueExpression immediate)
public void setTransition(javax.el.ValueExpression transition)
transition
- Indicates the transition.public void setConverter(javax.el.ValueExpression converter)
public void setRenderedPartially(javax.el.ValueExpression renderedPartially)
public void setFieldId(String fieldId)
public void setId(String id)
setId
in class javax.servlet.jsp.tagext.TagSupport
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |