Preference | Description | Type | Req'd |
com.ibm.rcp.viewId | This specifies the unique ID of the Eclipse-based view to which this portlet is mapped.
The default is
com.ibm.rcp.portletviewer.viewer | String | yes |
com.ibm.rcp.folder | This specifies the unique ID of the Eclipse tabbed folder to which this view should be added when it is added to the perspective layout.
There is no default. | String | no |
com.ibm.rcp.showTitle | This specifies the Boolean value determining if the view should have a title bar when it is rendered.
The default is true. | boolean | no |
com.ibm.rcp.ratio | This specifies the portion of the layout area this component should occupy based on the component it is attached to within the layout. This is the Eclipse- based sizing of perspective layouts. If this is not specified, the default ratio constant supplied by Eclipse is used.
The default is 0.5. | float | no |
com.ibm.rcp.visible | This specifies the Boolean value determining if the view should be visible when the perspective is first opened. If set to false the view is added to the layout as a placeholder. This opens the view in the proper location.
The default is true. | boolean | no |
com.ibm.rcp.fastView | This specifies the Boolean value determining if this view should be added to the layout as a fast view. Fast views are added to the client's fast view bar.
The default is false. | boolean | no |
com.ibm.rcp.standalone | This specifies the Boolean value determining if this view should be added to the layout as a standalone view.
The default is false. | boolean | no |
com.ibm.rcp.moveable | This specifies the Boolean value determining if this view should be moveable within the perspective.
The default value is true. | boolean | no |
Parameter | Description | Portal Mapping | Req'd |
id | The unique identifier of the page or label. If the navigation element is a page, this identifier is the identifier of the perspective | id | yes |
theme | The unique identifier of the theme specified for this navigation element (if applicable) | none | no |
com.ibm.rcp.defaultFolder | The id of the default Eclipse folder to be used for this navigation object. This applies only to navigation elements which are pages. When an eclipse view is opened in this perspective dynamically, it will open in this folder.
There is no default. | com.ibm.rcp.defaultFolder | no |
com.ibm.rcp.activities | The list of Eclipse activities to be associated with the page. The value for this attribute should be in the format of a semi-colon delimited list, such as:
activities=com.ibm.myactivity;
com.ibm.mail.activity
There is no default. | com.ibm.rcp.activities | no |
com.ibm.rcp.type | A restricted value indicating what type of navigation element this is. This can be one of two types, TYPE_PERSPECTIVE and TYPE_LABEL | same | yes |
com.ibm.rcp.parent | This is the unique identifier of this navigation elementfs parent element. If none is specified then it is assumed to be a root level navigation element. | same | no |
com.ibm.rcp.useNavigator | True or false value determining if this perspective should use the navigator view handled by the user interface layer. This attribute should only be set on the root label for a portal application.
The default is true. | com.ibm.rcp.useNavigator | no |
com.ibm.rcp.autoStart | True or false value determining if this perspective should be launched automatically when the application is loaded.
The default is false. | com.ibm.rcp.autoStart | no |
com.ibm.rcp.launcher | True or false value which determines if this perspective/label should be added to the launcher in the user interface.
The default is false. | com.ibm.rcp.launcher | no |