|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WikiMode | |
|---|---|
| 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 | |
|---|---|
static WikiMode |
Utils.getModeFromAction(String actionParam)
|
| Methods in org.exoplatform.wiki.commons with parameters of type WikiMode | |
|---|---|
static void |
Utils.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 String |
Utils.createURLWithMode(org.exoplatform.wiki.service.WikiPageParams pageParams,
WikiMode mode,
Map<String,String[]> params)
|
static String |
Utils.getActionFromWikiMode(WikiMode mode)
|
static void |
Utils.redirect(org.exoplatform.wiki.service.WikiPageParams pageParams,
WikiMode mode)
|
static void |
Utils.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 | |
|---|---|
List<WikiMode> |
UIWikiMaskWorkspace.accept_Modes
|
| Methods in org.exoplatform.wiki.webui that return WikiMode | |
|---|---|
WikiMode |
UIWikiMaskWorkspace.getCurrentMode()
|
WikiMode |
UIWikiPortlet.getWikiMode()
|
static WikiMode |
WikiMode.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 | |
|---|---|
void |
UIWikiPortlet.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 | |
|---|---|
protected List<WikiMode> |
UIWikiForm.accept_Modes
|
protected List<WikiMode> |
UIWikiContainer.accept_Modes
|
protected List<WikiMode> |
UIWikiComponent.accept_Modes
|
| Methods in org.exoplatform.wiki.webui.core that return WikiMode | |
|---|---|
WikiMode |
UIWikiForm.getCurrentMode()
|
WikiMode |
UIWikiContainer.getCurrentMode()
|
WikiMode |
UIWikiComponent.getCurrentMode()
|
| Methods in org.exoplatform.wiki.webui.core that return types with arguments of type WikiMode | |
|---|---|
List<WikiMode> |
UIWikiForm.getAccept_Modes()
|
List<WikiMode> |
UIWikiContainer.getAccept_Modes()
|
List<WikiMode> |
UIWikiComponent.getAccept_Modes()
|
| Method parameters in org.exoplatform.wiki.webui.core with type arguments of type WikiMode | |
|---|---|
void |
UIWikiForm.setAccept_Modes(List<WikiMode> acceptModes)
|
void |
UIWikiContainer.setAccept_Modes(List<WikiMode> acceptModes)
|
void |
UIWikiComponent.setAccept_Modes(List<WikiMode> acceptModes)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||