public class ClientNavigationTreeModel extends javax.swing.tree.DefaultTreeModel implements NavigationTreeModelI
Modifier and Type | Class and Description |
---|---|
static class |
ClientNavigationTreeModel.NodeCache |
Constructor and Description |
---|
ClientNavigationTreeModel(ClientContextI _ctx,
electric.xml.Element _confroot)
Constructs a new ClientNavigationTreeModel.
|
Modifier and Type | Method and Description |
---|---|
void |
_removeNodes(java.util.List<BONavigationTreeNode> list) |
void |
close() |
int |
findNodesByName(java.lang.String name,
int searchtype,
boolean istAutomatik) |
int |
findNodesByName(java.lang.String name,
int searchtype,
boolean istAutomatik,
EntityI[] entities) |
int |
findNodesByName(java.lang.String name,
int searchtype,
boolean istAutomatik,
EntityI[] entities,
boolean auchAliasse) |
int |
findNodesByName(java.lang.String name,
int searchtype,
boolean istAutomatik,
EntityI[] entities,
boolean auchAliasse,
boolean useL10n) |
ClientContextI |
getCtx()
Stores NavigationTreeNodes by BO id.
|
NavigationTreeModelNodeCacheI |
getNodecache() |
de.ipcon.form.navtree.ClientNavigationTree.Refresher |
getRefresher() |
boolean |
isAvailableInTree(BO bo) |
boolean |
isIgnoreBrokenAliases() |
void |
refresh()
Reloads all data and rebuilds (all nodes of) the tree from scratch.
|
void |
removeNodes(java.lang.Long[] ids)
Removes all nodes for the BOs with the given Ids from the tree.
|
void |
setCtx(ClientContextI $29) |
void |
setIgnoreBrokenAliases(boolean $31) |
void |
setNodecache(NavigationTreeModelNodeCacheI $30) |
void |
setRefresher(de.ipcon.form.navtree.ClientNavigationTree.Refresher $32) |
boolean |
shouldBeAvailableInTree(BO bo,
boolean isVisibilityChangeCheck) |
void |
viewUpdated() |
addTreeModelListener, asksAllowsChildren, getChild, getChildCount, getIndexOfChild, getListeners, getPathToRoot, getRoot, getTreeModelListeners, insertNodeInto, isLeaf, nodeChanged, nodesChanged, nodeStructureChanged, nodesWereInserted, nodesWereRemoved, reload, reload, removeNodeFromParent, removeTreeModelListener, setAsksAllowsChildren, setRoot, valueForPathChanged
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
nodesWereInserted, reload
public ClientNavigationTreeModel(ClientContextI _ctx, electric.xml.Element _confroot)
_ctx
- the ClientContextI to use for BO loading, etc._confroot
- (currently not used but required for a ClientPluginI)public void close()
public void refresh()
public void removeNodes(java.lang.Long[] ids)
removeNodes
in interface NavigationTreeModelI
ids
- the Ids of the (deleted or moved) BOs whose node(s) shall be removed.public void _removeNodes(java.util.List<BONavigationTreeNode> list)
public boolean shouldBeAvailableInTree(BO bo, boolean isVisibilityChangeCheck)
public boolean isAvailableInTree(BO bo)
public int findNodesByName(java.lang.String name, int searchtype, boolean istAutomatik)
public int findNodesByName(java.lang.String name, int searchtype, boolean istAutomatik, EntityI[] entities)
public int findNodesByName(java.lang.String name, int searchtype, boolean istAutomatik, EntityI[] entities, boolean auchAliasse)
public int findNodesByName(java.lang.String name, int searchtype, boolean istAutomatik, EntityI[] entities, boolean auchAliasse, boolean useL10n)
public void viewUpdated()
viewUpdated
in interface NavigationTreeModelI
public ClientContextI getCtx()
getCtx
in interface NavigationTreeModelI
public void setCtx(ClientContextI $29)
public NavigationTreeModelNodeCacheI getNodecache()
getNodecache
in interface NavigationTreeModelI
public void setNodecache(NavigationTreeModelNodeCacheI $30)
public boolean isIgnoreBrokenAliases()
public void setIgnoreBrokenAliases(boolean $31)
public de.ipcon.form.navtree.ClientNavigationTree.Refresher getRefresher()
public void setRefresher(de.ipcon.form.navtree.ClientNavigationTree.Refresher $32)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.