|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.kernel.servlet.taglib.ui.BaseFormNavigatorEntry<T>
public abstract class BaseFormNavigatorEntry<T>
| Constructor Summary | |
|---|---|
BaseFormNavigatorEntry()
|
|
| Method Summary | |
|---|---|
abstract String |
getCategoryKey()
Returns the category key where the form navigator entry will be included. |
abstract String |
getFormNavigatorId()
Returns the form navigator ID where the form navigator entry will be included. |
abstract String |
getKey()
Returns the key for the form navigator entry. |
abstract String |
getLabel(Locale locale)
Returns the label that will be displayed in the user interface when the form navigator entry is included in the form navigator. |
abstract void |
include(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Renders the HTML that needs to be displayed when the form navigator entry is displayed. |
boolean |
isVisible(User user,
T formModelBean)
Returns true if the form navigator entry should be
displayed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseFormNavigatorEntry()
| Method Detail |
|---|
public abstract String getCategoryKey()
FormNavigatorEntry
getCategoryKey in interface FormNavigatorEntry<T>public abstract String getFormNavigatorId()
FormNavigatorEntryliferay-ui:form-navigator tag, where this form navigator
entry is to be included.
getFormNavigatorId in interface FormNavigatorEntry<T>public abstract String getKey()
FormNavigatorEntry
getKey in interface FormNavigatorEntry<T>public abstract String getLabel(Locale locale)
FormNavigatorEntry
getLabel in interface FormNavigatorEntry<T>locale - the locale that the label should be retrieved for
public abstract void include(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
FormNavigatorEntry
include in interface FormNavigatorEntry<T>request - the request with which the form navigator entry is
renderedresponse - the response with which the form navigator entry is
rendered
IOException - if an IO exception occurs
public boolean isVisible(User user,
T formModelBean)
FormNavigatorEntrytrue if the form navigator entry should be
displayed.
isVisible in interface FormNavigatorEntry<T>user - the user viewing the form navigator entryformModelBean - the bean edited by the form navigator, or
null
true if the form navigator entry should be
displayed; false otherwise
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||