public class NavigationHandler extends CommonHandler
Modifier and Type | Field and Description |
---|---|
protected Map<Class<?>,InputContentUI<?>> |
uiInstanceCache
Cache pour n'instancier les ui qu'une seule fois
et eviter que l'affichage saute pour l'utilsateur.
|
Constructor and Description |
---|
NavigationHandler() |
Modifier and Type | Method and Description |
---|---|
protected InputContentUI<?> |
getUIInstanceForBeanClass(Class<?> internalClass,
NavigationUI navigationUI)
Get ui that can display internalClass.
|
void |
setTreeSelection(InputContentUI<?> inputUI,
String nodeId)
Change tree selection with new node id.
|
void |
setTreeSelection(InputContentUI<?> inputUI,
String parentNodeId,
String nodeId)
Change tree selection with new node id.
|
setStatusMessage, setStatusMessage
protected Map<Class<?>,InputContentUI<?>> uiInstanceCache
protected InputContentUI<?> getUIInstanceForBeanClass(Class<?> internalClass, NavigationUI navigationUI) throws Exception
internalClass
- internal class to get uiException
public void setTreeSelection(InputContentUI<?> inputUI, String nodeId)
inputUI
- context ui (to get context value tree helper...)nodeId
- node id to selectpublic void setTreeSelection(InputContentUI<?> inputUI, String parentNodeId, String nodeId)
inputUI
- context ui (to get context value tree helper...)parentNodeId
- find node to select from this nodenodeId
- node id to selectCopyright © 1999–2020 CodeLutin. All rights reserved.