com.liferay.portal.servlet.taglib.ui
Class OrganizationReminderQueriesFormNavigatorEntry
java.lang.Object
com.liferay.portal.kernel.servlet.taglib.ui.BaseFormNavigatorEntry<T>
com.liferay.portal.kernel.servlet.taglib.ui.BaseJSPFormNavigatorEntry<Organization>
com.liferay.portal.servlet.taglib.ui.BaseOrganizationFormNavigatorEntry
com.liferay.portal.servlet.taglib.ui.OrganizationReminderQueriesFormNavigatorEntry
- All Implemented Interfaces:
- FormNavigatorEntry<Organization>
public class OrganizationReminderQueriesFormNavigatorEntry
- extends BaseOrganizationFormNavigatorEntry
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrganizationReminderQueriesFormNavigatorEntry
public OrganizationReminderQueriesFormNavigatorEntry()
getCategoryKey
public String getCategoryKey()
- Description copied from interface:
FormNavigatorEntry
- Returns the category key where the form navigator entry will be included.
- Specified by:
getCategoryKey in interface FormNavigatorEntry<Organization>- Specified by:
getCategoryKey in class BaseFormNavigatorEntry<Organization>
- Returns:
- the category key where the form navigator entry will be included
getKey
public String getKey()
- 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 interface FormNavigatorEntry<Organization>- Specified by:
getKey in class BaseFormNavigatorEntry<Organization>
- Returns:
- the key of the form navigator entry
isVisible
public boolean isVisible(User user,
Organization organization)
- Description copied from interface:
FormNavigatorEntry
- Returns
true if the form navigator entry should be
displayed.
- Specified by:
isVisible in interface FormNavigatorEntry<Organization>- Overrides:
isVisible in class BaseFormNavigatorEntry<Organization>
- Parameters:
user - the user viewing the form navigator entryorganization - the bean edited by the form navigator, or
null
- Returns:
true if the form navigator entry should be
displayed; false otherwise
getJspPath
protected String getJspPath()
- Specified by:
getJspPath in class BaseJSPFormNavigatorEntry<Organization>