Plumtree Portal UI  
 

IPTMultiColumnListModelRO Methods

The methods of the IPTMultiColumnListModelRO interface are listed below. For a complete list of IPTMultiColumnListModelRO interface members, see the IPTMultiColumnListModelRO Members topic.

Public Instance Methods

GetAccessLevel Returns the accesslevel of the objects for the tree control to display.
GetCreateNewInfo Returns the create new actions information.
GetCreateNewURL Returns the URL to the Editor in create mode (new object).
GetDisplayObjects 
GetEditObjectURL Returns the URL to edit the object.
GetEditRow Returns the row currently being edited.
GetHiddenObjects Returns the comma-delimited string of classids and objectids for objects that are to be hidden by the tree. The format of the string is as follows: ClassID1,ObjectID1, ClassID2,ObjectID2, etc..
GetIncludePTSelect Returns true if this list includes a Plumtree object selected from the tree object selector.
GetNumColumns Returns the number of columns other than the columns used by the Plumtree selected object.
GetObjectClassIDs Returns String of Class ID of the Objects displayed in the tree. E.g.: "2,45,3" This is the format used by the tree.
GetPTObjectPosition Returns the zero-based display position of the selected Plumtree object, if applicable.
GetRowIcon Returns the icon to display on each row before the input text. If the value is null, no icon is displayed.
GetSelectedItems Returns a String of Class IDs and Object IDs of the Objects to select in the tree. E.g.: "classID1,ObjID1,classID2,objID2" This is the format used by the tree.
GetTreeLeafType Returns the leaf type of the tree.
GetTreeMultiSelect Returns the selection type of the tree. Converts the boolean value to a string so that it can be put in the query string for the tree.
GetTreeQueryFilter Returns the query filter for the tree.
GetTreeSpaceID Returns tree AS ID.
GetTreeSubTitle Returns the Tree sub title.
GetTreeTitle Returns the Tree title.
IsEditLinkEnabled Returns true if it should be possible to edit Objects from this class ID.

See Also

IPTMultiColumnListModelRO Interface | com.plumtree.portaluiinfrastructure.ptmulticolumnlist Namespace