Liferay 7.0-ce-m6

com.liferay.portal.servlet.taglib.ui
Class UserDetailsFormNavigatorEntry

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.taglib.ui.BaseFormNavigatorEntry<T>
      extended by com.liferay.portal.kernel.servlet.taglib.ui.BaseJSPFormNavigatorEntry<User>
          extended by com.liferay.portal.servlet.taglib.ui.BaseUserFormNavigatorEntry
              extended by com.liferay.portal.servlet.taglib.ui.UserDetailsFormNavigatorEntry
All Implemented Interfaces:
FormNavigatorEntry<User>

public class UserDetailsFormNavigatorEntry
extends BaseUserFormNavigatorEntry


Constructor Summary
UserDetailsFormNavigatorEntry()
           
 
Method Summary
 String getCategoryKey()
          Returns the category key where the form navigator entry will be included.
protected  String getJspPath()
           
 String getKey()
          Returns the key for the form navigator entry.
 
Methods inherited from class com.liferay.portal.servlet.taglib.ui.BaseUserFormNavigatorEntry
getFormNavigatorId, getLabel
 
Methods inherited from class com.liferay.portal.kernel.servlet.taglib.ui.BaseJSPFormNavigatorEntry
getServletContext, include, setServletContext
 
Methods inherited from class com.liferay.portal.kernel.servlet.taglib.ui.BaseFormNavigatorEntry
isVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.servlet.taglib.ui.FormNavigatorEntry
isVisible
 

Constructor Detail

UserDetailsFormNavigatorEntry

public UserDetailsFormNavigatorEntry()
Method Detail

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

getJspPath

protected String getJspPath()
Specified by:
getJspPath in class BaseJSPFormNavigatorEntry<User>

Liferay 7.0-ce-m6