| Package | Description |
|---|---|
| com.liferay.portal.kernel.servlet.taglib.ui |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseFormNavigatorEntry<T>
Deprecated.
As of Cavanaugh (7.4.x), replaced by
com.liferay.frontend.taglib.form.navigator.BaseFormNavigatorEntry |
class |
BaseJSPFormNavigatorEntry<T>
Deprecated.
As of Cavanaugh (7.4.x), replaced by
com.liferay.frontend.taglib.form.navigator.BaseJSPFormNavigatorEntry |
| Modifier and Type | Method and Description |
|---|---|
protected static <T> List<FormNavigatorEntry<T>> |
FormNavigatorEntryUtil.filterVisibleFormNavigatorEntries(List<FormNavigatorEntry<T>> formNavigatorEntries,
User user,
T formModelBean)
Deprecated.
|
<T> Optional<List<FormNavigatorEntry<T>>> |
FormNavigatorEntryConfigurationHelper.getFormNavigatorEntries(String formNavigatorId,
String categoryKey,
T formModelBean)
Deprecated.
|
static <T> List<FormNavigatorEntry<T>> |
FormNavigatorEntryUtil.getFormNavigatorEntries(String formNavigatorId,
String categoryKey,
User user,
T formModelBean)
Deprecated.
|
static <T> List<FormNavigatorEntry<T>> |
FormNavigatorEntryUtil.getFormNavigatorEntries(String formNavigatorId,
User user,
T formModelBean)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected static <T> List<FormNavigatorEntry<T>> |
FormNavigatorEntryUtil.filterVisibleFormNavigatorEntries(List<FormNavigatorEntry<T>> formNavigatorEntries,
User user,
T formModelBean)
Deprecated.
|