|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.faces.taglib.IlvFacesMenuItemTag
ilog.views.faces.taglib.IlvFacesMenuTag
public class IlvFacesMenuTag
This JSP custom tag handler manages a menu item tag instance.
This tag parent can either be an IlvFacesMenuTag or
an IlvContextualMenuTag instance.
| Field Summary |
|---|
| Fields inherited from class ilog.views.faces.taglib.IlvFacesMenuItemTag |
|---|
pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
|---|---|
IlvFacesMenuTag()
Creates a new IlvFacesMenuTag instance. |
|
| Method Summary | |
|---|---|
protected void |
connectToParent()
Connects the item created by this tag to the parent tag's item. |
IlvMenuItem |
createMenuItem(String label)
Returns a new IlvMenuItem instance. |
String |
getActionListener()
This implementation returns null cannot be registered on menus. |
protected int |
getDoStartReturnCode()
Returns the return code of the doStart() method. |
void |
setActionListener(String actionListener)
This implementation does nothing as action listener cannot be registered on menus |
| Methods inherited from class ilog.views.faces.taglib.IlvFacesMenuItemTag |
|---|
doEndTag, doStartTag, getEnabled, getId, getImage, getInvocationContext, getItem, getLabel, getOnclick, getPageContext, getParent, handleActionListener, release, setEnabled, setId, setImage, setInvocationContext, setLabel, setOnclick, setPageContext, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvFacesMenuTag()
IlvFacesMenuTag instance.
| Method Detail |
|---|
public void setActionListener(String actionListener)
setActionListener in class IlvFacesMenuItemTagactionListener - This parameter is ignored.public String getActionListener()
null cannot be registered on menus.
getActionListener in class IlvFacesMenuItemTagpublic IlvMenuItem createMenuItem(String label)
IlvMenuItem instance.
createMenuItem in class IlvFacesMenuItemTaglabel - The label of the menu item.
protected void connectToParent()
connectToParent in class IlvFacesMenuItemTagprotected int getDoStartReturnCode()
Returns the return code of the doStart() method.
This implementation returns EVAL_BODY_INCLUDE.
getDoStartReturnCode in class IlvFacesMenuItemTag
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||