public static class ContentDashboardItem.SpecificInformation<T>
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ContentDashboardItem.SpecificInformation.Type |
Constructor and Description |
---|
SpecificInformation(java.lang.String key,
ContentDashboardItem.SpecificInformation.Type type,
T value) |
SpecificInformation(java.lang.String helpText,
java.lang.String key,
ContentDashboardItem.SpecificInformation.Type type,
T value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHelpText() |
java.lang.String |
getKey() |
ContentDashboardItem.SpecificInformation.Type |
getType() |
T |
getValue() |
com.liferay.portal.kernel.json.JSONObject |
toJSONObject(com.liferay.portal.kernel.language.Language language,
java.util.Locale locale) |
public SpecificInformation(java.lang.String helpText, java.lang.String key, ContentDashboardItem.SpecificInformation.Type type, T value)
public SpecificInformation(java.lang.String key, ContentDashboardItem.SpecificInformation.Type type, T value)
public java.lang.String getHelpText()
public java.lang.String getKey()
public ContentDashboardItem.SpecificInformation.Type getType()
public T getValue()
public com.liferay.portal.kernel.json.JSONObject toJSONObject(com.liferay.portal.kernel.language.Language language, java.util.Locale locale)