public class PortletPanelAppAdapter extends BasePanelApp
groupProvider
Constructor and Description |
---|
PortletPanelAppAdapter(java.lang.String portletId) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey()
Returns the panel entry's key.
|
java.lang.String |
getLabel(java.util.Locale locale)
Returns the label that is displayed in the user interface when the panel
entry is included.
|
java.lang.String |
getPortletId()
Returns the portlet's ID associated with the application.
|
getControlPanelEntry, getGroup, getNotificationsCount, getPortlet, getPortletURL, include, isShow, setGroupProvider, setPortlet, setUserNotificationEventLocalService
public java.lang.String getKey()
PanelEntry
getKey
in interface PanelEntry
getKey
in class BasePanelApp
public java.lang.String getLabel(java.util.Locale locale)
PanelEntry
getLabel
in interface PanelEntry
getLabel
in class BasePanelApp
locale
- the label's retrieved localepublic java.lang.String getPortletId()
PanelApp