|
||||||||||
| 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.taglib.extension.MenuRadioExtensionTag
public class MenuRadioExtensionTag
Renders a submenu with select one items (like a radio button).
| Field Summary |
|---|
| 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.Tag |
|---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| 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 |
| Constructor Summary | |
|---|---|
MenuRadioExtensionTag()
|
|
| Method Summary | |
|---|---|
int |
doEndTag()
|
int |
doStartTag()
|
void |
release()
|
void |
setAction(String action)
Action to invoke when clicked. |
void |
setActionListener(String actionListener)
MethodBinding representing an action listener method that will be notified when this component is activated by the user. |
void |
setBinding(String binding)
The value binding expression linking this component to a property in a backing bean. |
void |
setConverter(String converter)
An expression that specifies the Converter for this component. |
void |
setDisabled(String disabled)
Flag indicating that this element is disabled. |
void |
setImmediate(String 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 |
setJsfResource(String jsfResource)
Flag indicating that the resource referenced by the resource attribute is a jsf resource. |
void |
setLabel(String label)
Text value to display as label. |
void |
setLink(String navigate)
Link to an arbitrary URL, either an internal link or an external link. |
void |
setOnclick(String onclick)
Script to be invoked when clicked |
void |
setRendered(String rendered)
Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. |
void |
setResource(String resource)
Link to an internal resource. |
void |
setTransition(String transition)
Specify, if the command calls an JSF-Action. |
void |
setValue(String value)
The current value of this component. |
| 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, 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 |
| Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasId |
|---|
setId |
| Constructor Detail |
|---|
public MenuRadioExtensionTag()
| Method Detail |
|---|
public int doStartTag()
throws JspException
doStartTag in interface TagdoStartTag in class BodyTagSupportJspException
public int doEndTag()
throws JspException
doEndTag in interface TagdoEndTag in class BodyTagSupportJspExceptionpublic void setAction(String action)
HasAction
setAction in interface HasActionpublic void setActionListener(String actionListener)
HasActionListener
setActionListener in interface HasActionListenerpublic void setOnclick(String onclick)
HasOnclick
setOnclick in interface HasOnclickpublic void setLink(String navigate)
HasLink
setLink in interface HasLinknavigate - The external or internal link.public void setResource(String resource)
HasResource
setResource in interface HasResourceresource - The internal resource.HasResource.setJsfResource(String)public void setJsfResource(String jsfResource)
HasResource
setJsfResource in interface HasResourcejsfResource - Is the Resource a JSF page or not?
public void setBinding(String binding)
throws JspException
HasBinding
setBinding in interface HasBindingJspExceptionpublic void setRendered(String rendered)
IsRendered
setRendered in interface IsRenderedpublic void setDisabled(String disabled)
IsDisabled
setDisabled in interface IsDisabledpublic void setValue(String value)
HasValue
setValue in interface HasValuepublic void setLabel(String label)
HasLabel
setLabel in interface HasLabelpublic void setImmediate(String immediate)
IsImmediateCommand
setImmediate in interface IsImmediateCommandpublic void setTransition(String transition)
IsTransition
setTransition in interface IsTransitiontransition - Indicates the transition.public void setConverter(String converter)
HasConverter
setConverter in interface HasConverterpublic void release()
release in interface Tagrelease in class BodyTagSupport
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||