Package | Description |
---|---|
org.tencompetence.portlet.common.components |
Provides gui component classes common to all portlets.
|
Modifier and Type | Method and Description |
---|---|
BasePreferences.CommunityMode |
BasePreferences.getPortletCommunityMode()
Gets the portlet community mode (CURRENT or ALL).
|
static BasePreferences.CommunityMode |
BasePreferences.CommunityMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BasePreferences.CommunityMode[] |
BasePreferences.CommunityMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|