Uses of Class
org.exoplatform.wiki.webui.WikiMode
-
Packages that use WikiMode Package Description org.exoplatform.wiki.commons org.exoplatform.wiki.webui org.exoplatform.wiki.webui.core -
-
Uses of WikiMode in org.exoplatform.wiki.commons
Methods in org.exoplatform.wiki.commons that return WikiMode Modifier and Type Method Description static WikiModeUtils. getModeFromAction(String actionParam)static WikiModeUtils. getWikiMode()Methods in org.exoplatform.wiki.commons with parameters of type WikiMode Modifier and Type Method Description static voidUtils. ajaxRedirect(org.exoplatform.webui.event.Event<? extends org.exoplatform.webui.core.UIComponent> event, org.exoplatform.wiki.service.WikiPageParams pageParams, WikiMode mode, Map<String,String[]> params)static StringUtils. createURLWithMode(org.exoplatform.wiki.service.WikiPageParams pageParams, WikiMode mode, Map<String,String[]> params)static StringUtils. getActionFromWikiMode(WikiMode mode)static voidUtils. redirect(org.exoplatform.wiki.service.WikiPageParams pageParams, WikiMode mode)static voidUtils. redirect(org.exoplatform.wiki.service.WikiPageParams pageParams, WikiMode mode, Map<String,String[]> params) -
Uses of WikiMode in org.exoplatform.wiki.webui
Fields in org.exoplatform.wiki.webui with type parameters of type WikiMode Modifier and Type Field Description List<WikiMode>UIWikiMaskWorkspace. accept_ModesMethods in org.exoplatform.wiki.webui that return WikiMode Modifier and Type Method Description WikiModeUIWikiMaskWorkspace. getCurrentMode()WikiModeUIWikiPortlet. getWikiMode()static WikiModeWikiMode. valueOf(String name)Returns the enum constant of this type with the specified name.static WikiMode[]WikiMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.exoplatform.wiki.webui with parameters of type WikiMode Modifier and Type Method Description voidUIWikiPortlet. changeMode(WikiMode newMode) -
Uses of WikiMode in org.exoplatform.wiki.webui.core
Fields in org.exoplatform.wiki.webui.core with type parameters of type WikiMode Modifier and Type Field Description protected List<WikiMode>UIWikiComponent. accept_Modesprotected List<WikiMode>UIWikiContainer. accept_Modesprotected List<WikiMode>UIWikiForm. accept_ModesMethods in org.exoplatform.wiki.webui.core that return WikiMode Modifier and Type Method Description WikiModeUIWikiComponent. getCurrentMode()WikiModeUIWikiContainer. getCurrentMode()WikiModeUIWikiForm. getCurrentMode()Methods in org.exoplatform.wiki.webui.core that return types with arguments of type WikiMode Modifier and Type Method Description List<WikiMode>UIWikiComponent. getAccept_Modes()List<WikiMode>UIWikiContainer. getAccept_Modes()List<WikiMode>UIWikiForm. getAccept_Modes()Method parameters in org.exoplatform.wiki.webui.core with type arguments of type WikiMode Modifier and Type Method Description voidUIWikiComponent. setAccept_Modes(List<WikiMode> acceptModes)voidUIWikiContainer. setAccept_Modes(List<WikiMode> acceptModes)voidUIWikiForm. setAccept_Modes(List<WikiMode> acceptModes)
-