| Package | Description |
|---|---|
| org.granite.client.tide.collection | |
| org.granite.client.tide.impl | |
| org.granite.client.tide.server |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractPagedCollection.findResult(TideResultEvent<?> event,
int first,
int max)
Event handler for results query
|
protected org.granite.tide.data.model.Page<E> |
AbstractPagedCollection.getResult(TideResultEvent<?> event,
int first,
int max)
Build a result object from the result event
|
protected void |
AbstractPagedCollection.handleResult(org.granite.tide.data.model.Page<E> page,
TideResultEvent<?> event,
int first,
int max)
Event handler for results query
|
protected void |
AbstractPagedCollection.initialize(TideResultEvent<?> event)
Initialize collection after first find
|
| Modifier and Type | Method and Description |
|---|---|
<T> TideResultEvent<T> |
ComponentImpl.newResultEvent(T result)
Create a result event for this component
|
| Modifier and Type | Method and Description |
|---|---|
void |
TideResultHandler.call(TideResultEvent<T> event) |
void |
TideResponder.result(TideResultEvent<T> event) |