Liferay 7.0-ce-b4

com.liferay.portal.kernel.servlet.taglib.ui
Class FormNavigatorCategoryUtil

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.taglib.ui.FormNavigatorCategoryUtil

public class FormNavigatorCategoryUtil
extends Object


Method Summary
static List<FormNavigatorCategory> getFormNavigatorCategories(String formNavigatorId)
           
static String[] getKeys(String formNavigatorId)
           
static String[] getLabels(String formNavigatorId, Locale locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFormNavigatorCategories

public static List<FormNavigatorCategory> getFormNavigatorCategories(String formNavigatorId)

getKeys

public static String[] getKeys(String formNavigatorId)

getLabels

public static String[] getLabels(String formNavigatorId,
                                 Locale locale)

Liferay 7.0-ce-b4