com.ibm.portal.pcm.dialog.model
Interface DialogModel<T extends DialogDefinition>

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

public interface DialogModel<T extends DialogDefinition>
extends SearchableListModel<T>, InvalidatableListModel<T>, IterableListModel<T>

Interface for a dialog model. This list model provides DialogDefinitions.

The dialog model is searchable. This means it provides a Locator. This allows to search elements of the dialog model by ObjectID. This model may provide other locators as well such as the DialogDefinitionLocator.

Since:
8.0.0
See Also:
DialogDefinition, DialogDefinitionLocator, PortalDialogModelProvider, PortletDialogModelProvider

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