public class DefaultNodeWithActionsRenderer extends AbstractNodeRenderer
addActions(Listcell) to add your own set of actions per
listitem| Modifier and Type | Field and Description |
|---|---|
protected static String |
REMOVE_LABEL_KEY |
| Constructor and Description |
|---|
DefaultNodeWithActionsRenderer() |
DefaultNodeWithActionsRenderer(EventListener dropListener) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addActions(Listcell actionsCell)
Adds actions buttons for each row.
|
Listitem |
renderListitem(Listitem listItem,
Object node) |
renderprotected static final String REMOVE_LABEL_KEY
public DefaultNodeWithActionsRenderer()
public DefaultNodeWithActionsRenderer(EventListener dropListener)
public Listitem renderListitem(Listitem listItem,
Object node)
renderListitem in class AbstractNodeRendererprotected void addActions(Listcell actionsCell)
DeleteListener if you wish to add 'delete'
button.actionsCell - attach your buttons to this componentCopyright © 2017 SAP SE. All Rights Reserved.