public interface MenuElement
Modifier and Type | Method and Description |
---|---|
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.
|
boolean |
isRendered() |
void |
setId(String id)
Sets the id property which is described in
getId() . |
String getId()
id
attribute in the generated
XHTML.void setId(String id)
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.id
- the id valueboolean isRendered()
Copyright © 2019. All rights reserved.