{ } }
Tree 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES   SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.portal.admin
Interface MarkupListController<T extends Markup,M extends ModifiableMarkup>

Type Parameters:
T - the type of read-only node the model exposes
M - the type of modifiable node the model exposes
All Superinterfaces:
Committable, Controller, Disposable, Invalidatable, InvalidatableListModel<T>, ListModel<T>, ListModelController<T,M>, LocatorProvider<T>, MarkupList<T>, ModelController<T,M>, SearchableListModel<T>
public interface MarkupListController<T extends Markup,M extends ModifiableMarkup>
extends MarkupList<T>, ListModelController<T,M>, Committable

A controller interface for the Markup interface.

Since:
6.1.0

Method Summary
 
Methods inherited from interface com.ibm.portal.admin.MarkupList
getByName, getMarkup
 
Methods inherited from interface com.ibm.portal.LocatorProvider
getLocator
 
Methods inherited from interface com.ibm.portal.ListModel
iterator
 
Methods inherited from interface com.ibm.portal.Invalidatable
invalidate, invalidate
 
Methods inherited from interface com.ibm.portal.ListModelController
confirmDelete, confirmInsert, delete, insert
 
Methods inherited from interface com.ibm.portal.ModelController
confirmCreate, confirmGetModifiableNode, create, getModifiableNode, resolve
 
Methods inherited from interface com.ibm.portal.Committable
commit, dispose
 

Tree 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES   SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD