Package org.primefaces.model.menu
Class DefaultMenuColumn
java.lang.Object
org.primefaces.model.menu.DefaultMenuColumn
- All Implemented Interfaces:
Serializable,MenuColumn,MenuElement,MenuGroup
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultMenuColumn.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()booleanvoidsetElements(List<MenuElement> elements) voidSets the id property which is described inMenuElement.getId().voidsetRendered(boolean rendered) voidvoidsetStyleClass(String styleClass) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.primefaces.model.menu.MenuGroup
getElementsCount
-
Constructor Details
-
DefaultMenuColumn
public DefaultMenuColumn()
-
-
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
-
getStyle
- Specified by:
getStylein interfaceMenuColumn
-
setStyle
-
getStyleClass
- Specified by:
getStyleClassin interfaceMenuColumn
-
setStyleClass
-
isRendered
public boolean isRendered()- Specified by:
isRenderedin interfaceMenuElement
-
setRendered
public void setRendered(boolean rendered) -
getElements
- Specified by:
getElementsin interfaceMenuGroup
-
setElements
-
builder
-