com.ibm.portal.app.component
Interface DisplayInfo


public interface DisplayInfo

DisplayInfo is one of the Application Component Interfaces, implemented by an application component. DisplayInfo is used to get information about a component that is shown to the user e.g. in lists of components.

All application components are required to implement at least the Lifecycle interface.

Since:
6.0

Method Summary
 Localized getDisplayInfo(java.lang.String id)
          Get the localized title and description for a component instance.
 

Method Detail

getDisplayInfo

Localized getDisplayInfo(java.lang.String id)
Get the localized title and description for a component instance.

Parameters:
id - The component instance identifier, must not be null.
Returns:
the localized title and description for the component instance.