Uses of Class
org.cruxframework.crux.core.client.collection.FastList

Packages that use FastList
org.cruxframework.crux.core.client.collection Contains a very optimized implementation for lists and maps. 
org.cruxframework.crux.core.client.db.indexeddb   
org.cruxframework.crux.core.client.screen   
org.cruxframework.crux.core.client.screen.views   
org.cruxframework.crux.core.client.utils   
org.cruxframework.crux.core.clientoffline   
 

Uses of FastList in org.cruxframework.crux.core.client.collection
 

Methods in org.cruxframework.crux.core.client.collection that return FastList
 FastList<String> FastMap.keys()
           
 

Uses of FastList in org.cruxframework.crux.core.client.db.indexeddb
 

Methods in org.cruxframework.crux.core.client.db.indexeddb that return FastList
 FastList<String> IDBIndex.getCompositeKeyPath()
           
 FastList<String> IDBObjectStore.listIndexNames()
           
 FastList<String> IDBDatabase.listObjectStoreNames()
           
 

Uses of FastList in org.cruxframework.crux.core.client.screen
 

Fields in org.cruxframework.crux.core.client.screen declared as FastList
protected  FastList<com.google.gwt.dom.client.Element> Screen.blockingDivs
           
 

Methods in org.cruxframework.crux.core.client.screen that return FastList
static FastList<String> Screen.listWidgetIds()
           
static FastList<com.google.gwt.user.client.ui.Widget> Screen.listWidgets()
           
protected  FastList<String> Screen.widgetsIdList()
           
protected  FastList<com.google.gwt.user.client.ui.Widget> Screen.widgetsList()
           
 

Uses of FastList in org.cruxframework.crux.core.client.screen.views
 

Fields in org.cruxframework.crux.core.client.screen.views declared as FastList
protected  FastList<ViewActivateHandler> View.attachHandlers
           
protected  FastList<ViewDeactivateHandler> View.detachHandlers
           
protected  FastList<com.google.gwt.event.logical.shared.ValueChangeHandler<String>> View.historyHandlers
           
protected  FastList<ViewLoadHandler> View.loadHandlers
           
protected  FastList<OrientationChangeHandler> View.orientationHandlers
           
protected  FastList<com.google.gwt.event.logical.shared.ResizeHandler> View.resizeHandlers
           
protected  FastList<ViewUnloadHandler> View.unloadHandlers
           
protected  FastList<com.google.gwt.event.logical.shared.CloseHandler<com.google.gwt.user.client.Window>> View.windowCloseHandlers
           
protected  FastList<com.google.gwt.user.client.Window.ClosingHandler> View.windowClosingHandlers
           
 

Methods in org.cruxframework.crux.core.client.screen.views that return FastList
 FastList<com.google.gwt.user.client.ui.Widget> View.listWidgets()
           
 FastList<String> View.listWidgetsId()
           
 FastList<String> View.widgetsIdList()
          Retrieve a list with all widgets identifiers present into this view
 FastList<com.google.gwt.user.client.ui.Widget> View.widgetsList()
          Retrieve a list with all widgets present into this view
 

Uses of FastList in org.cruxframework.crux.core.client.utils
 

Methods in org.cruxframework.crux.core.client.utils that return FastList
static FastList<String> JsUtils.toFastList(com.google.gwt.core.client.JsArrayString jSArray)
           
 

Uses of FastList in org.cruxframework.crux.core.clientoffline
 

Fields in org.cruxframework.crux.core.clientoffline declared as FastList
protected  FastList<NetworkEvent.Handler> Network.Impl.handlers
           
 



Copyright © 2014. All rights reserved.