|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NavigationMultiContentUI
Contract on a content UI with list of beans.
| Method Summary | |
|---|---|
void |
closeUI(List<NavigationTreeNode> nodes)
Clean the ui after been closed by the method NavigationTreeHandler.closeUI(Component). |
void |
openUI(List<NavigationTreeNode> nodes)
Init the ui just before been opened by the method NavigationMultiTreeHandler.openUI(Component, List). |
| Methods inherited from interface jaxx.runtime.swing.navigation.NavigationContentUI |
|---|
closeUI, openUI |
| Method Detail |
|---|
void openUI(List<NavigationTreeNode> nodes)
throws Exception
NavigationMultiTreeHandler.openUI(Component, List).
nodes - the selected node associated to the ui
Exception - if any pb while opening the content's ui
void closeUI(List<NavigationTreeNode> nodes)
throws Exception
NavigationTreeHandler.closeUI(Component).
nodes - the selected node associated to the ui
Exception - if any pb when closing the content'suiNavigationTreeHandler.closeUI(Component)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||