Plumtree Portal UI  
 

ISelectPTObjectModelRO Interface

This interface is implemented by the Model. It contains all the read-only mothods of the Model accessed by the Views.

For a list of all members of this type, see ISelectPTObjectModelRO Members.

com.plumtree.portaluiinfrastructure.expandablelist.selectptobject.ISelectPTObjectModelRO
   com.plumtree.portaluiinfrastructure.editor.commonpages.objectsecurity.IObjectSecurityModelRO
   com.plumtree.portaluiinfrastructure.securitymatrix.IMultiObjectsSecurityModelRO
   com.plumtree.portaluiinfrastructure.subscribematrix.IMultiObjectsSubscribeModelRO

public interface ISelectPTObjectModelRO : IExpListModelRO, IPaginationModelRO, IModelRO, IMVCObject

Types that implement ISelectPTObjectModelRO

Type Description
ObjectSecurityModel This is the implementation of the Expandable List framework for the the Select PTObject list. The Select PTObject is a list of objects. New objects can be added to the list by selecting them from the associated Object tree. The list is by default sorted by name ascending.
InheritListModel  
SelectPTObjectModel This is the implementation of the Expandable List framework for the the Select PTObject list. The Select PTObject is a list of objects. New objects can be added to the list by selecting them from the associated Object tree. The list is by default sorted by name ascending.
SelectPTObjectsByTypeModel This model sorts the expandable list of pt objects first by class id and then by name.
MultiObjectsSecurityModel This is the implementation of the Expandable List framework for the the Select PTObject list. The Select PTObject is a list of objects. New objects can be added to the list by selecting them from the associated Object tree. The list is by default sorted by name ascending.
MultiObjectsSubscribeModel This is the implementation of the Expandable List framework for the the Select PTObject list. The Select PTObject is a list of objects. New objects can be added to the list by selecting them from the associated Object tree. The list is by default sorted by name ascending.

Requirements

Namespace: com.plumtree.portaluiinfrastructure.expandablelist.selectptobject

Assembly: portaluiinfrastructure (in portaluiinfrastructure.dll)

See Also

ISelectPTObjectModelRO Members | com.plumtree.portaluiinfrastructure.expandablelist.selectptobject Namespace