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, setPortletLocalService, setUserNotificationEventLocalServicepublic java.lang.String getKey()
PanelEntrygetKey in interface PanelEntrygetKey in class BasePanelApppublic java.lang.String getLabel(java.util.Locale locale)
PanelEntrygetLabel in interface PanelEntrygetLabel in class BasePanelApplocale - the label's retrieved localepublic java.lang.String getPortletId()
PanelApp