|
||||||||||
| 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.IlvFacesMenuSeparatorTag
public class IlvFacesMenuSeparatorTag
This JSP custom tag handler manages a menu separator tag instance.
This tag parent must be an IlvFacesMenuTag 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 | |
|---|---|
IlvFacesMenuSeparatorTag()
Creates a new IlvFacesMenuSeparatorTag instance. |
|
| Method Summary | |
|---|---|
IlvMenuItem |
createMenuItem(String label)
Returns a new IlvMenuItem instance. |
String |
getActionListener()
Returns the actionListener tag attribute value. |
String |
getEnabled()
Returns the enabled tag attribute value. |
String |
getImage()
Returns the image tag attribute value. |
String |
getLabel()
Returns the actionListener tag attribute value. |
| Methods inherited from class ilog.views.faces.taglib.IlvFacesMenuItemTag |
|---|
connectToParent, doEndTag, doStartTag, getDoStartReturnCode, getId, getInvocationContext, getItem, getOnclick, getPageContext, getParent, handleActionListener, release, setActionListener, 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 IlvFacesMenuSeparatorTag()
IlvFacesMenuSeparatorTag instance.
| Method Detail |
|---|
public String getLabel()
actionListener tag attribute value.
getLabel in class IlvFacesMenuItemTagpublic String getActionListener()
actionListener tag attribute value.
getActionListener in class IlvFacesMenuItemTagpublic String getEnabled()
enabled tag attribute value.
getEnabled in class IlvFacesMenuItemTagpublic String getImage()
image tag attribute value.
getImage in class IlvFacesMenuItemTagpublic IlvMenuItem createMenuItem(String label)
IlvMenuItem instance.
createMenuItem in class IlvFacesMenuItemTaglabel - The label of the menu item.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||