|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface BrowserNodeActionProvider<T>
Interface providing methods for node based actions.
Methods will be used by related BrowserNodeHandler.
Attention: This part of the API isn't released yet and may change during the ramp up time. It will be released with 4.2 Release 4.
BrowserNodeHandler
| Method Summary | |
|---|---|
Action |
onClick(T node)
Provides an action that should be executed on browser click event on the specified node. |
List<Action> |
onContextMenu(List<T> nodes)
Provides a list of actions that should be displayed in browser context menu. |
| Method Detail |
|---|
List<Action> onContextMenu(List<T> nodes)
nodes - currently selected nodes or context menu event target
@Nullable Action onClick(T node)
node - the click event target
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||