Class BaseFormNavigatorEntry<T>
Object
com.liferay.portal.kernel.servlet.taglib.ui.BaseFormNavigatorEntry<T>
- All Implemented Interfaces:
FormNavigatorEntry<T>
- Direct Known Subclasses:
BaseJSPFormNavigatorEntry
@Deprecated
public abstract class BaseFormNavigatorEntry<T>
extends Object
implements FormNavigatorEntry<T>
Deprecated.
- Author:
- Sergio González
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract String
Deprecated.Returns the category key where the form navigator entry will be included.abstract String
Deprecated.Returns the form navigator ID where the form navigator entry will be included.abstract String
getKey()
Deprecated.Returns the key for the form navigator entry.abstract String
Deprecated.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 httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) Deprecated.Renders the HTML that needs to be displayed when the form navigator entry is displayed.boolean
Deprecated.Returnstrue
if the form navigator entry should be displayed.
-
Constructor Details
-
BaseFormNavigatorEntry
public BaseFormNavigatorEntry()Deprecated.
-
-
Method Details
-
getCategoryKey
Deprecated.Description copied from interface:FormNavigatorEntry
Returns the category key where the form navigator entry will be included.- Specified by:
getCategoryKey
in interfaceFormNavigatorEntry<T>
- Returns:
- the category key where the form navigator entry will be included
-
getKey
Deprecated.Description copied from interface:FormNavigatorEntry
Returns the key for the form navigator entry. This key needs to be unique in the scope of a category key and form navigator ID.- Specified by:
getKey
in interfaceFormNavigatorEntry<T>
- Returns:
- the key of the form navigator entry
-
getLabel
Deprecated.Description copied from interface:FormNavigatorEntry
Returns the label that will be displayed in the user interface when the form navigator entry is included in the form navigator.- Specified by:
getLabel
in interfaceFormNavigatorEntry<T>
- Parameters:
locale
- the locale that the label should be retrieved for- Returns:
- the label of the form navigator entry
-
include
public abstract void include(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException Deprecated.Description copied from interface:FormNavigatorEntry
Renders the HTML that needs to be displayed when the form navigator entry is displayed.- Specified by:
include
in interfaceFormNavigatorEntry<T>
- Parameters:
httpServletRequest
- the request with which the form navigator entry is renderedhttpServletResponse
- the response with which the form navigator entry is rendered- Throws:
IOException
- if an IO exception occurs
-
isVisible
Deprecated.Description copied from interface:FormNavigatorEntry
Returnstrue
if the form navigator entry should be displayed.- Specified by:
isVisible
in interfaceFormNavigatorEntry<T>
- Parameters:
user
- the user viewing the form navigator entryformModelBean
- the bean edited by the form navigator, ornull
- Returns:
true
if the form navigator entry should be displayed;false
otherwise
-
com.liferay.frontend.taglib.form.navigator.BaseFormNavigatorEntry