Uses of Class
com.jalios.jcms.application.json.ApplicationLauncherTab
-
Packages that use ApplicationLauncherTab Package Description com.jalios.jcms.application com.jalios.jcms.application.json -
-
Uses of ApplicationLauncherTab in com.jalios.jcms.application
Methods in com.jalios.jcms.application that return ApplicationLauncherTab Modifier and Type Method Description ApplicationLauncherTab
ApplicationManager. getOrAddTab(Member mbr, ApplicationLauncher applicationLauncher, java.lang.String tabName)
Returns a tab by either finding it in the given launcher by its name, or by creating a new one if not foundApplicationLauncherTab
ApplicationManager. getTabByName(ApplicationLauncher applicationLauncher, java.lang.String tabName)
Returns a tab by searching by its name in given application launcherMethods in com.jalios.jcms.application that return types with arguments of type ApplicationLauncherTab Modifier and Type Method Description java.util.List<ApplicationLauncherTab>
ApplicationAppHandler. getTabs()
java.util.List<ApplicationLauncherTab>
ApplicationManager. getTabs(Member mbr)
-
Uses of ApplicationLauncherTab in com.jalios.jcms.application.json
Methods in com.jalios.jcms.application.json that return types with arguments of type ApplicationLauncherTab Modifier and Type Method Description java.util.List<ApplicationLauncherTab>
ApplicationLauncher. getTabs()
Method parameters in com.jalios.jcms.application.json with type arguments of type ApplicationLauncherTab Modifier and Type Method Description void
ApplicationLauncher. setTabs(java.util.List<ApplicationLauncherTab> tabs)
-