Package org.primefaces.model.menu
Class DefaultSeparator
java.lang.Object
org.primefaces.model.menu.DefaultSeparator
- All Implemented Interfaces:
Serializable,MenuElement,Separator
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultSeparator.Builderbuilder()getId()Allows access the id property which is managed and auto-assigned by callers like menu model implementations and used to identify the element.getStyle()getTitle()booleanvoidSets the id property which is described inMenuElement.getId().voidsetRendered(boolean rendered) voidvoidsetStyleClass(String styleClass) void
-
Constructor Details
-
DefaultSeparator
public DefaultSeparator()
-
-
Method Details
-
getId
Description copied from interface:MenuElementAllows access the id property which is managed and auto-assigned by callers like menu model implementations and used to identify the element. The property is unrelated to theidattribute in the generated XHTML.- Specified by:
getIdin interfaceMenuElement- Returns:
- the id property
-
setId
Description copied from interface:MenuElementSets the id property which is described inMenuElement.getId(). You should have a good reason to call this if you're not extending, but only using PrimeFaces. The property is unrelated to theidattribute in the generated XHTML.- Specified by:
setIdin interfaceMenuElement- Parameters:
id- the id value
-
getTitle
-
setTitle
-
getStyle
-
setStyle
-
getStyleClass
- Specified by:
getStyleClassin interfaceSeparator
-
setStyleClass
-
isRendered
public boolean isRendered()- Specified by:
isRenderedin interfaceMenuElement
-
setRendered
public void setRendered(boolean rendered) -
builder
-