Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal
Interface SearchableTreeModelController<T,M extends Modifiable>
- Type Parameters:
- T - the type of read-only nodes the model exposes
- M - the type of modifiable nodes the model exposes
- All Superinterfaces:
- Controller, LocatorProvider<T>, ModelController<T,M>, SearchableTreeModel<T>, TreeModel<T>, TreeModelController<T,M>
- All Known Subinterfaces:
- ContentModelController<T,M>, LayoutModelController<T,M>
public interface SearchableTreeModelController<T,M extends Modifiable>- extends TreeModelController<T,M>, SearchableTreeModel<T>
This interface provides a controller for searchable tree models. The LocatorProvider.getLocator() method can be used to get a Locator and find nodes of this controller.
- Since:
- 6.1.0
Method Summary
Methods inherited from interface com.ibm.portal.TreeModelController confirmDelete, confirmInsert, confirmInsert, delete, insert
Methods inherited from interface com.ibm.portal.ModelController confirmCreate, confirmGetModifiableNode, create, getModifiableNode, resolve
Methods inherited from interface com.ibm.portal.TreeModel getChildren, getParent, getRoot, hasChildren
Methods inherited from interface com.ibm.portal.LocatorProvider getLocator
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD