public class Menuseparator extends StylableTag
Menu
tag.
Syntax:
<m:menuseparator id=... clazz=... subclass=... style=... visible=... >
Attribute | Default value | Required | Description |
id | menuseparator1, menuseparator2, and so on... | no | The ID of the menuseparator. The value of this attribute
goes directly into the standard HTML id attribute.
This means that if you need a reference to the menuseparator object in your own
JavaScript code, you may for example use the following code:
|
style | - | no |
The value if this attribute goes directly into the standard HTML
style attribute. This allows you to apply different styles
to different tables.
|
visible | true | no |
Use false to hide this separator entirely.
|
Modifier and Type | Field and Description |
---|---|
private Menu |
menu |
private static long |
serialVersionUID |
private java.lang.String |
style
Optional
style attribute |
private boolean |
visible
If the separator is visible.
|
id, pageContext
EVAL_BODY_AGAIN
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
Constructor and Description |
---|
Menuseparator() |
Modifier and Type | Method and Description |
---|---|
int |
doStartTag() |
boolean |
isVisible() |
void |
setDynamic(java.util.Iterator<DynamicActionAttribute> dynamicAttributes) |
void |
setVisible(boolean visible) |
addDynamicAttributes, addIdAndStyles, getClazz, getDynamicActionAttributes, getDynamicAttribute, getFullClass, getIdPrefix, getStyle, getSubclass, initDefaultAttributes, setClazz, setDynamicAttribute, setMoreDynamicAttributes, setPageContext, setStyle, setSubclass
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setParent, setValue
private static final long serialVersionUID
private Menu menu
private java.lang.String style
style
attributeprivate boolean visible
public void setVisible(boolean visible)
public boolean isVisible()
public void setDynamic(java.util.Iterator<DynamicActionAttribute> dynamicAttributes)
public int doStartTag() throws JspException
doStartTag
in interface Tag
doStartTag
in class TagSupport
JspException