Plumtree Portal UI  
 

SelectPTObjectModel Fields

The fields of the SelectPTObjectModel class are listed below. For a complete list of SelectPTObjectModel class members, see the SelectPTObjectModel Members topic.

Public Static Fields

CREATE_NEW_COL_ASNAME Create new array column: AS Name
CREATE_NEW_COL_CLASSID Create new array column: class ID
CREATE_NEW_COL_ICON Create new array column: icon to display for the create new link
CREATE_NEW_COL_LABEL Create new array column: text to display with the create new link
CREATE_NEW_COL_MAX Size of each m_arrCreateNewInfo row
CREATE_NEW_COL_MAXWITHPARAMS Size of each m_arrCreateNewInfo row with optional control parameters.
CREATE_NEW_COL_PARAMS Create new array column: extra control arguments for the create action. Use CREATE_NEW_COL_MAXWITHPARAMS to set the size of the array when using this element.
EXPLIST_COL_CLASSID This column contains the Object Class IDs.
EXPLIST_COL_MAX Number total of columns
EXPLIST_COL_OBJECTID This column contains the Object IDs.
EXPLIST_COL_STRING This is the String that we doisplay in the list. E.g.: Object name or folder path.
EXPLIST_DEFAULT_INITIAL_SIZE Default initial size for the sorted array.
HIDE_COL_CLASSID This column of the passed Objects to Hide contains the class IDs.
HIDE_COL_MAX Number total of columns for hide objects array.
HIDE_COL_OBJECTID This column of the passed Objects to Hide contains the object IDs.
PARAM_COL_PARAMNAME Optional control parameter index for the parameter name. Used in the create new array column: icon to display for the create new link
PARAM_COL_PARAMVALUE Optional control parameter index for the parameter value. Used in the create new array column: icon to display for the create new link
READ_ONLY_ROW_CLASSID JF- Array of read-only objects: column index for classID.
READ_ONLY_ROW_OBJECTID JF- Array of read-only objects: column index for objectID.
STR_MVC_CLASS_NAME Class name for the activity space
SUBSPACE_KEY_SELECTTREE Key name used by the Activity Space to store the tree.

Public Instance Fields

m_asOwner (inherited from com.plumtree.uiinfrastructure.editor.EditorHelperModel) 
m_nNextIndex (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListModel) 

Protected Instance Fields

m_arrCreateNewInfo Information about the create new links to display
m_arrExpListColInfo (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListModel) 
m_arrObjectClassIDs Class ID of the Objects displayed on the list.
m_arrReadOnlyObjects JF- Array of classID/objectID that cannot be deleted from the list.
m_bAddButtonDisabled (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListModel) 
m_bCheckBoxesDisabled (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListModel) 
m_bEnableMoveRowActions (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListModel) 
m_bIsReadOnly (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListModel) 
m_bNoRowIcons JH: Set to true if no row icons are to be displayed. This will override m_xphtRowIcons, m_imgDefaultRowIcon, and the default ClassDescriptor icon retrieval mechanism.
m_bTreeMultiSelect Selection type for the object tree.
m_bWrapColumnHeaders (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListModel) 
m_imgAddIcon (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListModel) 
m_imgDefaultRowIcon Icon to display on each row, just before the input text. RWW: This will now be the "default". See m_xphtRowIcons for precedence in icon loading.
m_imgDeleteIcon (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListModel) 
m_nAccessLevel This value determines the security access requirements for the objects to be added to the list... (a filter for the tree control).
m_nCommunityFolderID Community Folder ID to display objects from.
m_nCommunityMode Community Mode to display objects.
m_nListKey (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListModel) 
m_saData (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListModel) 
m_sAddIconAlt (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListModel) 
m_sAddLabel (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListModel) 
m_sDeleteIconAlt (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListModel) 
m_sDelRowConfirmMsg (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListModel) 
m_sDisplayObjects Class IDs and Object IDs of objects to display in the tree.
m_sEmptyListAlert (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListModel) 
m_sInstructions (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListModel) 
m_sMainMessage (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListModel) 
m_sSectionTitle (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListModel) 
m_sTableInstructions (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListModel) 
m_sTreeSpaceID Tree Space ID. The first time the ID is empty and a new AS is opened, but after that, we save the ID and the same tree AS is reopened each time.
m_sTreeSubTitle Tree sub title
m_sTreeTitle Tree title
m_strObjectsToHide Objects to hide for the object tree.
m_strTreeQueryFilter Query Filter for the object tree.
m_treeLeafType Leaf type for the object tree.
m_xphtRowIcons RWW: Stores multiple icons - allows us to store a different icon for each class id. When retrieving icons internally, this table will be checked first. If no icons appear here, then we will check the default row icon. If that is null, then we will show no image. Having an icon for a specific class id in this table will take precedence.
parent (inherited from com.plumtree.uiinfrastructure.expandablelist.ExpListModel) 

See Also

SelectPTObjectModel Class | com.plumtree.portaluiinfrastructure.expandablelist.selectptobject Namespace