| Package | Description |
|---|---|
| org.xwiki.gwt.wysiwyg.client.plugin.macro | |
| org.xwiki.gwt.wysiwyg.client.plugin.macro.ui |
| Modifier and Type | Method and Description |
|---|---|
MacroDescriptor |
MacroService.getMacroDescriptor(String macroId,
String syntaxId) |
MacroDescriptor |
MacroService.getMacroDescriptor(String macroId,
String syntaxId,
String wikiId) |
| Modifier and Type | Method and Description |
|---|---|
List<MacroDescriptor> |
MacroService.getMacroDescriptors(String syntaxId) |
List<MacroDescriptor> |
MacroService.getMacroDescriptors(String syntaxId,
String wikiId) |
| Modifier and Type | Method and Description |
|---|---|
void |
MacroServiceAsyncCacheProxy.getMacroDescriptor(String macroId,
String syntaxId,
com.google.gwt.user.client.rpc.AsyncCallback<MacroDescriptor> async) |
void |
MacroServiceAsync.getMacroDescriptor(String macroId,
String syntaxId,
com.google.gwt.user.client.rpc.AsyncCallback<MacroDescriptor> async)
Makes a request to the server to get the descriptor for the specified macro.
|
void |
MacroServiceAsyncCacheProxy.getMacroDescriptor(String macroId,
String syntaxId,
String wikiId,
com.google.gwt.user.client.rpc.AsyncCallback<MacroDescriptor> async) |
void |
MacroServiceAsync.getMacroDescriptor(String macroId,
String syntaxId,
String wikiId,
com.google.gwt.user.client.rpc.AsyncCallback<MacroDescriptor> async)
Makes a request to the server to get the descriptor for the specified macro.
|
void |
MacroServiceAsyncCacheProxy.getMacroDescriptors(String syntaxId,
com.google.gwt.user.client.rpc.AsyncCallback<List<MacroDescriptor>> async) |
void |
MacroServiceAsync.getMacroDescriptors(String syntaxId,
com.google.gwt.user.client.rpc.AsyncCallback<List<MacroDescriptor>> async)
Makes a request to the server to get all the macro descriptors for the specified syntax.
|
void |
MacroServiceAsyncCacheProxy.getMacroDescriptors(String syntaxId,
String wikiId,
com.google.gwt.user.client.rpc.AsyncCallback<List<MacroDescriptor>> async) |
void |
MacroServiceAsync.getMacroDescriptors(String syntaxId,
String wikiId,
com.google.gwt.user.client.rpc.AsyncCallback<List<MacroDescriptor>> async)
Makes a request to the server to get all the macro descriptors for the specified syntax.
|
| Modifier and Type | Method and Description |
|---|---|
protected MacroDescriptor |
EditMacroWizardStep.getMacroDescriptor() |
Copyright © 2004–2016 XWiki. All rights reserved.