public interface MenuItem extends MenuElement, Confirmable
Modifier and Type | Method and Description |
---|---|
String |
getClientId() |
String |
getCommand() |
String |
getContainerStyle() |
String |
getContainerStyleClass() |
String |
getFragment() |
String |
getIcon() |
String |
getIconPos() |
String |
getOnclick() |
String |
getOutcome() |
Map<String,List<String>> |
getParams() |
String |
getStyle() |
String |
getStyleClass() |
String |
getTarget() |
String |
getTitle() |
String |
getUrl() |
Object |
getValue() |
boolean |
isAjax() |
boolean |
isDisabled() |
boolean |
isDynamic() |
boolean |
isImmediate() |
boolean |
isIncludeViewParams() |
void |
setParam(String key,
Object value) |
void |
setStyleClass(String styleClass) |
boolean |
shouldRenderChildren() |
getId, isRendered, setId
getConfirmationScript, requiresConfirmation, setConfirmationScript
String getIcon()
String getIconPos()
String getTitle()
boolean shouldRenderChildren()
boolean isDisabled()
String getOnclick()
String getStyle()
String getStyleClass()
String getUrl()
String getTarget()
String getOutcome()
String getFragment()
boolean isIncludeViewParams()
boolean isAjax()
Object getValue()
void setStyleClass(String styleClass)
boolean isDynamic()
String getCommand()
boolean isImmediate()
String getClientId()
String getContainerStyle()
String getContainerStyleClass()
Copyright © 2015. All rights reserved.