public class LayoutSetAdvancedFormNavigatorEntry extends BaseLayoutSetFormNavigatorEntry
| Constructor and Description |
|---|
LayoutSetAdvancedFormNavigatorEntry() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCategoryKey() |
protected java.lang.String |
getJspPath() |
java.lang.String |
getKey() |
boolean |
isVisible(com.liferay.portal.kernel.model.User user,
com.liferay.portal.kernel.model.LayoutSet layoutSet) |
void |
setServletContext(javax.servlet.ServletContext servletContext) |
getFormNavigatorId, getLabelpublic java.lang.String getCategoryKey()
getCategoryKey in interface com.liferay.portal.kernel.servlet.taglib.ui.FormNavigatorEntry<com.liferay.portal.kernel.model.LayoutSet>getCategoryKey in class BaseLayoutSetFormNavigatorEntrypublic java.lang.String getKey()
getKey in interface com.liferay.portal.kernel.servlet.taglib.ui.FormNavigatorEntry<com.liferay.portal.kernel.model.LayoutSet>getKey in class BaseLayoutSetFormNavigatorEntrypublic boolean isVisible(com.liferay.portal.kernel.model.User user,
com.liferay.portal.kernel.model.LayoutSet layoutSet)
isVisible in interface com.liferay.portal.kernel.servlet.taglib.ui.FormNavigatorEntry<com.liferay.portal.kernel.model.LayoutSet>isVisible in class com.liferay.portal.kernel.servlet.taglib.ui.BaseFormNavigatorEntry<com.liferay.portal.kernel.model.LayoutSet>public void setServletContext(javax.servlet.ServletContext servletContext)
setServletContext in class com.liferay.portal.kernel.servlet.taglib.ui.BaseJSPFormNavigatorEntry<com.liferay.portal.kernel.model.LayoutSet>protected java.lang.String getJspPath()
getJspPath in class com.liferay.portal.kernel.servlet.taglib.ui.BaseJSPFormNavigatorEntry<com.liferay.portal.kernel.model.LayoutSet>