|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NavigationContentUI<E extends NavigationNode<E>>
Basic contract on a content UI.
| Method Summary | |
|---|---|
void |
closeUI(E node)
Clean the ui after been closed by the method NavigationHandler.closeUI(Component). |
void |
openUI(E node)
Init the ui just before been opened by the method NavigationHandler.openUI(Component, NavigationNode). |
| Method Detail |
|---|
void openUI(E node)
throws Exception
NavigationHandler.openUI(Component, NavigationNode).
node - the selected node associated to the ui
Exception - if any pb while opening the content's uiNavigationHandler.openUI(Component, NavigationNode)
void closeUI(E node)
throws Exception
NavigationHandler.closeUI(Component).
node - the selected node associated to the ui
Exception - if any pb when closing the content'suiNavigationHandler.closeUI(Component)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||