public class SelectionApiPublisher
extends java.lang.Object
window.MBAPI.selection
window.MBAPI.selection.saveScratchBasket(theWidgetId, theTabId, theName, theDescription, theFromDate, theToDate, theDownloadLimit, theIsPublic, thePosAction)
for example)Constructor and Description |
---|
SelectionApiPublisher() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.Integer> |
asIntegerList(com.google.gwt.core.client.JsArrayInteger theArray)
Returns a List of Integer type for the specified JsArrayInteger.
|
static void |
doFetchAssetIds(java.lang.String theResolverUrl,
int thePage,
int thePageSize,
com.google.gwt.core.client.JavaScriptObject theCallback)
This is not a JavaScript callable method
|
static void |
doGetCurrentPage(com.google.gwt.core.client.JavaScriptObject theCallback)
Internal method for calling server and doing get the current page.
|
static void |
doGetNextPage(com.google.gwt.core.client.JavaScriptObject theCallback)
Internal method for calling server and doing get the next page.
|
static void |
doGetPreviousPage(com.google.gwt.core.client.JavaScriptObject theCallback)
Internal method for calling server and doing get the previous page.
|
static void |
getCurrentPage(jb.gwt_main_modules.base_widgets.client.events.selectionchangelistener.SelectionRetrievalCallback theCallback)
Gets the current page of selections.
|
static void |
getNextPage(jb.gwt_main_modules.base_widgets.client.events.selectionchangelistener.SelectionRetrievalCallback theCallback)
Gets the next page of selections.
|
static void |
getPreviousPage(jb.gwt_main_modules.base_widgets.client.events.selectionchangelistener.SelectionRetrievalCallback theCallback)
Gets the previous page of selections.
|
static jb.gwt_main_modules.base_widgets.client.events.selectionchangelistener.SelectionManager |
getSelectionManager()
Gets the selection manager.
|
static void |
initializeScratchBasketAPI(jb.gwt_main_modules.scratchbasket.client.ScratchBasketController theInstance) |
static void |
setupJavascriptAPIs()
Setup javascript APIs.
|
public static jb.gwt_main_modules.base_widgets.client.events.selectionchangelistener.SelectionManager getSelectionManager()
public static void setupJavascriptAPIs()
public static void initializeScratchBasketAPI(jb.gwt_main_modules.scratchbasket.client.ScratchBasketController theInstance)
public static java.util.List<java.lang.Integer> asIntegerList(com.google.gwt.core.client.JsArrayInteger theArray)
theArray
- The JsArrayIntegerpublic static void doFetchAssetIds(java.lang.String theResolverUrl, int thePage, int thePageSize, com.google.gwt.core.client.JavaScriptObject theCallback)
theResolverUrl
- thePage
- thePageSize
- theCallback
- public static void doGetCurrentPage(com.google.gwt.core.client.JavaScriptObject theCallback)
theCallback
- the callbackpublic static void doGetNextPage(com.google.gwt.core.client.JavaScriptObject theCallback)
theCallback
- the callbackpublic static void doGetPreviousPage(com.google.gwt.core.client.JavaScriptObject theCallback)
theCallback
- the callbackpublic static void getCurrentPage(jb.gwt_main_modules.base_widgets.client.events.selectionchangelistener.SelectionRetrievalCallback theCallback)
theCallback
- the callbackpublic static void getNextPage(jb.gwt_main_modules.base_widgets.client.events.selectionchangelistener.SelectionRetrievalCallback theCallback)
theCallback
- the callbackpublic static void getPreviousPage(jb.gwt_main_modules.base_widgets.client.events.selectionchangelistener.SelectionRetrievalCallback theCallback)
theCallback
- the callbackCopyright © 2023 MediaBeacon, Inc. All Rights Reserved.