Class ContentDashboardItem.SpecificInformation<T>
java.lang.Object
com.liferay.content.dashboard.item.ContentDashboardItem.SpecificInformation<T>
- Enclosing interface:
- ContentDashboardItem<T>
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSpecificInformation
(String key, ContentDashboardItem.SpecificInformation.Type type, T value) SpecificInformation
(String helpText, String key, ContentDashboardItem.SpecificInformation.Type type, T value) -
Method Summary
Modifier and TypeMethodDescriptiongetKey()
getType()
getValue()
com.liferay.portal.kernel.json.JSONObject
toJSONObject
(com.liferay.portal.kernel.language.Language language, Locale locale)
-
Constructor Details
-
SpecificInformation
public SpecificInformation(String helpText, String key, ContentDashboardItem.SpecificInformation.Type type, T value) -
SpecificInformation
-
-
Method Details
-
getHelpText
-
getKey
-
getType
-
getValue
-
toJSONObject
public com.liferay.portal.kernel.json.JSONObject toJSONObject(com.liferay.portal.kernel.language.Language language, Locale locale)
-