Uses of Class
org.nuiton.jaxx.runtime.swing.nav.treetable.NavTreeTableNodeChildLoador
-
Packages that use NavTreeTableNodeChildLoador Package Description org.nuiton.jaxx.runtime.swing.nav.treetable JAXX - nav tree table implementation -
-
Uses of NavTreeTableNodeChildLoador in org.nuiton.jaxx.runtime.swing.nav.treetable
Fields in org.nuiton.jaxx.runtime.swing.nav.treetable declared as NavTreeTableNodeChildLoador Modifier and Type Field Description protected NavTreeTableNodeChildLoador<?,?,N>NavTreeTableNode. childLoadorOptional child loador to lazy create childs of the node.Constructors in org.nuiton.jaxx.runtime.swing.nav.treetable with parameters of type NavTreeTableNodeChildLoador Constructor Description NavTreeTableNode(Class<?> internalClass, String id, String context, NavTreeTableNodeChildLoador<?,?,N> childLoador)
-