com.mindoo.remote.api.com.ibm.rcp.topology
Interface IRemoteLabel

All Superinterfaces:
IRemoteEclipseWrapper

public interface IRemoteLabel
extends IRemoteEclipseWrapper

Remote API Wrapper for the com.ibm.rcp.topology.Label (Online documentation)

Original documentation:
Interface representing a label object object as defined in WebSphere Portal. A label is a top level element which can contain other child labels and pages.


Method Summary
 java.lang.String getUrlLink()
          Returns a url to which this lable provides as a link.
 boolean useNavigator()
          Returns true or false depending on the useNavigator parameter setting which is retrieved from the topology.
 
Methods inherited from interface com.mindoo.remote.api.IRemoteEclipseWrapper
_internalGetId, equalWrappedObjects
 

Method Detail

getUrlLink

java.lang.String getUrlLink()
                            throws RemoteEclipseAPIException
Returns a url to which this lable provides as a link. The url may or may not be a full url which will need to be interpreted by the URL handler.

Returns:
The url to a specified link.
Throws:
RemoteEclipseAPIException

useNavigator

boolean useNavigator()
                     throws RemoteEclipseAPIException
Returns true or false depending on the useNavigator parameter setting which is retrieved from the topology.

com.ibm.rcp.useNavigator = true | false If this value is true then this perspective will show a navigator view within the client UI.

Returns:
True or false to determine the navigator use
Throws:
RemoteEclipseAPIException