| Method parameters in org.xwiki.gwt.wysiwyg.client.plugin.macro with type arguments of type MacroDescriptor |
void |
MacroServiceAsyncCacheProxy.getMacroDescriptor(java.lang.String macroId,
java.lang.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 |
MacroServiceAsync.getMacroDescriptor(java.lang.String macroId,
java.lang.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.getMacroDescriptors(java.lang.String syntaxId,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<MacroDescriptor>> async)
Makes a request to the server to get all the macro descriptors for the specified syntax. |
void |
MacroServiceAsync.getMacroDescriptors(java.lang.String syntaxId,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<MacroDescriptor>> async)
Makes a request to the server to get all the macro descriptors for the specified syntax. |