T
- the entity classpublic class ActionsMenuItem<T extends com.liferay.portal.model.BaseModel<T>>
extends com.icesoft.faces.component.menubar.MenuItem
Constructor and Description |
---|
ActionsMenuItem()
Instantiates a new actions menu item.
|
ActionsMenuItem(java.lang.String label,
java.lang.String icon,
javax.faces.event.ActionListener al,
T data)
Instantiates a new actions menu item.
|
Modifier and Type | Method and Description |
---|---|
T |
getData()
Gets the data.
|
void |
setData(T data)
Sets the data.
|
getAction, getActionListener, getAlt, getComponentType, getDisabled, getEnabledOnUserRole, getFamily, getIcon, getImageStyleClass, getLabelStyleClass, getLink, getOnclick, getRenderedOnUserRole, getRendererType, getSpecifiedIcon, getStyleClass, getTarget, getTitle, getValue, hasActionOrActionListener, isDisabled, isLinkSpecified, isRendered, queueEvent, restoreState, saveState, setAction, setActionListener, setAlt, setDisabled, setEnabledOnUserRole, setIcon, setLink, setOnclick, setRenderedOnUserRole, setStyleClass, setTarget, setTitle, setValue
broadcast, processDecodes
addActionListener, getActionExpression, getActionListeners, isImmediate, removeActionListener, setActionExpression, setImmediate
decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRendersChildren, getValueBinding, invokeOnComponent, isTransient, processRestoreState, processSaveState, processUpdates, processValidators, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
public ActionsMenuItem()
public ActionsMenuItem(java.lang.String label, java.lang.String icon, javax.faces.event.ActionListener al, T data)
label
- the labelicon
- the iconal
- the aldata
- the data