Skip navigation links
MediaBeacon Client JS API
A B C D E F G H I J K L M N O P Q R S T U V W 

R

R3SearchHierarchyTermAddedEvent - Class in jb.gwt_main_modules.base_widgets.client.events.r3searchhierarchy
Event that's fired when a R3Search hierarchy term (SolrHierarchyTermLabel) is added.
R3SearchHierarchyTermAddedEvent(SolrHierarchyTermLabel) - Constructor for class jb.gwt_main_modules.base_widgets.client.events.r3searchhierarchy.R3SearchHierarchyTermAddedEvent
 
refreshMenus() - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.MBDOMUtils
Refresh the MB menus.
refreshView() - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.MBDOMUtils
Refresh the view
refreshView(DefaultCallback) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.SearchApiPublisher
Calling this method will reload our current ViewPage
registerDraggable(String, NativeDraggableInformationDelegate) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.MBDOMUtils
<style> .bob-test { height:15px; width:15px; background-color:red; } </style> <div style="background-color:white; border:2px solid orange" id="testDrag"><img src="oneBlankPixel.png" style="width:100px; height:100px;" onclick="var aTmp = function() { var aDelegate = new Object(); aDelegate.getTypes = function() { var aTypes = new Array(); aTypes[0] = 'javascriptdraggable'; return aTypes; }; aDelegate.getData= function() { return 'Draggable Data String'; } window.MBAPI.registerDraggable('testDrag', aDelegate); }; aTmp();"></div>
registerDropController(String, DropController) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.MBDOMUtils
<style> .bob-test { height:15px; width:15px; background-color:red; } </style> <div style="background-color:blue;" id="testDropController"><img src="oneBlankPixel.png" style="width:100px; height:100px;" onclick="var aTmp = function() { //window.alert('est'); var aDropController = new Object(); aDropController.onDrop = function(theContext) { window.alert(theContext.getData()); }; aDropController.onEnter = function(theContext) { theContext.setProxyStyle('bob-test'); }; aDropController.onLeave = function(theContext) { theContext.clearProxyStyle(); }; aDropController.onMove = function(){}; aDropController.onPreviewDrop = function(){return true;}; window.MBAPI.registerDropController('testDropController', aDropController); }; aTmp();"></div>
registerForEvents(String, DefaultCallback) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.MBDOMUtils
function register() { window.top.MBAPI.registerForEvents("ViewChangeEvent", callback); } function callback(theEvent) { console.log(theEvent); }
registerForUploadDragEvents(DefaultCallback) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.MBDOMUtils
Register your function here to be informed of any events fired by native widgets to the global event bus The function will receive one parameter, the event name.
registerJSNI(DownloadEvent) - Method in class jb.gwt_main_modules.base_widgets.client.events.download.DownloadEvent
 
registerJSNI(WorkspaceChangeEvent) - Method in class jb.gwt_main_modules.base_widgets.client.events.perspectivechange.WorkspaceChangeEvent
 
registerJSNI(R3SearchHierarchyTermAddedEvent) - Method in class jb.gwt_main_modules.base_widgets.client.events.r3searchhierarchy.R3SearchHierarchyTermAddedEvent
Exports the event to javascript.
registerJSNI(CurrentSelectionChangeEvent) - Method in class jb.gwt_main_modules.events.client.CurrentSelectionChangeEvent
 
registerJSNI(ViewChangeEvent) - Method in class jb.gwt_main_modules.events.client.ViewChangeEvent
 
registerJSNI(UploadEvent) - Method in class jb.gwt_main_modules.upload.client.UploadEvent
 
registerSPPlugin(String, String) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.MBDOMUtils
 
RemoteLoginManager - Class in jb.gwt_main_modules.base_widgets.client.js_api
Supports remote login from javascript clients.
RemoteLoginManager() - Constructor for class jb.gwt_main_modules.base_widgets.client.js_api.RemoteLoginManager
 
removeCurrentSelectionFromScratchBasket() - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.SelectionApiPublisher
Remove the current selection's contents into our current scratch basket
removeFromSavedSelection(int, DefaultCallback) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.SelectionApiPublisher
Remove assets in the current selection from the selection passed in
removeFromSavedSelectionBundle(int, DefaultCallback) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.SelectionApiPublisher
 
removeM3TAForm(String) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.mf.M3TAFormApiPublisher
Intended for internal use.
removeSiliconPublisherPluginInstaller() - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.MBDOMUtils
 
renameFile(int, String, DefaultCallback) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.FileApiPublisher
This method renames a file.
resetField() - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.mf.NativeField
Set back to default state
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links
MediaBeacon Client JS API

Copyright © 2016 MediaBeacon, Inc. All Rights Reserved.