| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
FastList<String> |
FastMap.keys() |
| Modifier and Type | Method and Description |
|---|---|
FastList<String> |
IDBIndex.getCompositeKeyPath() |
FastList<String> |
IDBObjectStore.listIndexNames() |
FastList<String> |
IDBDatabase.listObjectStoreNames() |
| Modifier and Type | Field and Description |
|---|---|
protected FastList<com.google.gwt.dom.client.Element> |
Screen.blockingDivs |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Field and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
static FastList<String> |
JsUtils.toFastList(com.google.gwt.core.client.JsArrayString jSArray) |
| Modifier and Type | Field and Description |
|---|---|
protected FastList<NetworkEvent.Handler> |
Network.Impl.handlers |
Copyright © 2015. All rights reserved.