public class ImageEditorConfigContributor extends BaseEditorConfigContributor
Constructor and Description |
---|
ImageEditorConfigContributor() |
Modifier and Type | Method and Description |
---|---|
protected com.liferay.item.selector.ItemSelector |
getItemSelector() |
void |
populateConfigJSONObject(com.liferay.portal.kernel.json.JSONObject jsonObject,
java.util.Map<java.lang.String,java.lang.Object> inputEditorTaglibAttributes,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
com.liferay.portal.kernel.portlet.RequestBackedPortletURLFactory requestBackedPortletURLFactory) |
void |
setItemSelector(com.liferay.item.selector.ItemSelector itemSelector) |
getItemSelectorPortletURL
public void populateConfigJSONObject(com.liferay.portal.kernel.json.JSONObject jsonObject, java.util.Map<java.lang.String,java.lang.Object> inputEditorTaglibAttributes, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay, com.liferay.portal.kernel.portlet.RequestBackedPortletURLFactory requestBackedPortletURLFactory)
public void setItemSelector(com.liferay.item.selector.ItemSelector itemSelector)
protected com.liferay.item.selector.ItemSelector getItemSelector()
getItemSelector
in class BaseEditorConfigContributor