public class DefaultMenuColumn extends Object implements MenuColumn, Serializable
| Modifier and Type | Class and Description | 
|---|---|
| static class  | DefaultMenuColumn.Builder | 
| Constructor and Description | 
|---|
| DefaultMenuColumn() | 
| Modifier and Type | Method and Description | 
|---|---|
| static DefaultMenuColumn.Builder | builder() | 
| List<MenuElement> | getElements() | 
| String | getId()Allows access the id property which is managed and auto-assigned by
 callers like menu model implementations and used to identify the element. | 
| String | getStyle() | 
| String | getStyleClass() | 
| boolean | isRendered() | 
| void | setElements(List<MenuElement> elements) | 
| void | setId(String id)Sets the id property which is described in  MenuElement.getId(). | 
| void | setRendered(boolean rendered) | 
| void | setStyle(String style) | 
| void | setStyleClass(String styleClass) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementsCountpublic String getId()
MenuElementid attribute in the generated
 XHTML.getId in interface MenuElementpublic void setId(String id)
MenuElementMenuElement.getId(). You should
 have a good reason to call this if you're not extending, but only using
 PrimeFaces.
 The property is unrelated to the id attribute in the generated
 XHTML.setId in interface MenuElementid - the id valuepublic String getStyle()
getStyle in interface MenuColumnpublic void setStyle(String style)
public String getStyleClass()
getStyleClass in interface MenuColumnpublic void setStyleClass(String styleClass)
public boolean isRendered()
isRendered in interface MenuElementpublic void setRendered(boolean rendered)
public List<MenuElement> getElements()
getElements in interface MenuGrouppublic void setElements(List<MenuElement> elements)
public static DefaultMenuColumn.Builder builder()
Copyright © 2020. All rights reserved.