com.ibm.portal.wire
Interface WireModelController<T extends Wire,M extends ModifiableWire>

All Superinterfaces:
Invalidatable, InvalidatableListModel<T>, java.lang.Iterable<T>, IterableListModel<T>, ListModel<T>, LocatorProvider<T>, SearchableListModel<T>, WireModel<T>

public interface WireModelController<T extends Wire,M extends ModifiableWire>
extends WireModel<T>

A controller interface for the WireModel interface.

Since:
6.1.0
See Also:
ModifiableWire, WireModelControllerProvider

Method Summary
 
Methods inherited from interface com.ibm.portal.wire.WireModel
getEffectiveWires
 
Methods inherited from interface com.ibm.portal.Invalidatable
invalidate, invalidate
 
Methods inherited from interface com.ibm.portal.LocatorProvider
getLocator
 
Methods inherited from interface com.ibm.portal.IterableListModel
iterator