This interface defines the methods required by {@link DynamicTreeNodeFactory}. By providing these methods, you are able to interface some tree structure with the {@link DynamicTreeNodeFactory} so that whole or partial trees can becreated without having to do any tree conversion work (the work is done by the TreeAdaptor
implementation in conjunction with the {@link DynamicTreeNodeFactory}).
The TreeAdaptor
implementation must have a public static TreeAdaptor getInstance(FacesContext, LayoutComponent, UIComponent)
method in order to get access to an instance of the TreeAdaptor
instance.
|
|