com.liferay.portal.servlet.taglib.ui
Class UserAnnouncementsFormNavigatorEntry
java.lang.Object
com.liferay.portal.kernel.servlet.taglib.ui.BaseFormNavigatorEntry<T>
com.liferay.portal.kernel.servlet.taglib.ui.BaseJSPFormNavigatorEntry<User>
com.liferay.portal.servlet.taglib.ui.BaseUserFormNavigatorEntry
com.liferay.portal.servlet.taglib.ui.UserAnnouncementsFormNavigatorEntry
- All Implemented Interfaces:
- FormNavigatorEntry<User>
public class UserAnnouncementsFormNavigatorEntry
- extends BaseUserFormNavigatorEntry
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserAnnouncementsFormNavigatorEntry
public UserAnnouncementsFormNavigatorEntry()
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<User>- Specified by:
getCategoryKey in class BaseFormNavigatorEntry<User>
- 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<User>- Specified by:
getKey in class BaseFormNavigatorEntry<User>
- Returns:
- the key of the form navigator entry
isVisible
public boolean isVisible(User user,
User selUser)
- Description copied from interface:
FormNavigatorEntry
- Returns
true if the form navigator entry should be
displayed.
- Specified by:
isVisible in interface FormNavigatorEntry<User>- Overrides:
isVisible in class BaseFormNavigatorEntry<User>
- Parameters:
user - the user viewing the form navigator entryselUser - 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<User>