HAL Core Console :: Flow :: Core 2.5.1
A C E F G I O P R S T W 

A

abort() - Method in interface org.jboss.gwt.flow.client.Control
 
Async<C> - Class in org.jboss.gwt.flow.client
Flow control functions for GWT.
Async() - Constructor for class org.jboss.gwt.flow.client.Async
 
Async(Progress) - Constructor for class org.jboss.gwt.flow.client.Async
 

C

CompoundProgress - Class in org.jboss.gwt.flow.client
 
CompoundProgress(Progress...) - Constructor for class org.jboss.gwt.flow.client.CompoundProgress
 
ConsoleProgress - Class in org.jboss.gwt.flow.client
Progress implementation for the dev mode which prints the progress to System.out.
ConsoleProgress(String) - Constructor for class org.jboss.gwt.flow.client.ConsoleProgress
 
Control<C> - Interface in org.jboss.gwt.flow.client
Execution control handle passed into functions

E

execute(Control<C>) - Method in interface org.jboss.gwt.flow.client.Function
 

F

finish() - Method in class org.jboss.gwt.flow.client.CompoundProgress
 
finish() - Method in class org.jboss.gwt.flow.client.ConsoleProgress
 
finish() - Method in interface org.jboss.gwt.flow.client.Progress
 
finish() - Method in class org.jboss.gwt.flow.client.Progress.Nop
 
Function<C> - Interface in org.jboss.gwt.flow.client
An execution delegate able to control the outcome.

G

getContext() - Method in interface org.jboss.gwt.flow.client.Control
 

I

isMet() - Method in interface org.jboss.gwt.flow.client.Precondition
 

O

onFailure(C) - Method in interface org.jboss.gwt.flow.client.Outcome
 
onSuccess(C) - Method in interface org.jboss.gwt.flow.client.Outcome
 
org.jboss.gwt.flow.client - package org.jboss.gwt.flow.client
 
Outcome<C> - Interface in org.jboss.gwt.flow.client
The final outcome of the controlled flow.

P

parallel(C, Outcome<C>, Function<C>...) - Method in class org.jboss.gwt.flow.client.Async
Run an array of functions in parallel, without waiting until the previous function has completed.
Precondition - Interface in org.jboss.gwt.flow.client
A guard clause for certain flow semantics.
proceed() - Method in interface org.jboss.gwt.flow.client.Control
 
Progress - Interface in org.jboss.gwt.flow.client
Interface to reflect progress for flow control functions.
Progress.Nop - Class in org.jboss.gwt.flow.client
 
Progress.Nop() - Constructor for class org.jboss.gwt.flow.client.Progress.Nop
 

R

reset() - Method in class org.jboss.gwt.flow.client.CompoundProgress
 
reset(int) - Method in class org.jboss.gwt.flow.client.CompoundProgress
 
reset() - Method in class org.jboss.gwt.flow.client.ConsoleProgress
 
reset(int) - Method in class org.jboss.gwt.flow.client.ConsoleProgress
 
reset() - Method in class org.jboss.gwt.flow.client.Progress.Nop
 
reset(int) - Method in class org.jboss.gwt.flow.client.Progress.Nop
 
reset() - Method in interface org.jboss.gwt.flow.client.Progress
 
reset(int) - Method in interface org.jboss.gwt.flow.client.Progress
 

S

series(Outcome, Function...) - Method in class org.jboss.gwt.flow.client.Async
Run an array of functions in series, each one running once the previous function has completed.

T

tick() - Method in class org.jboss.gwt.flow.client.CompoundProgress
 
tick() - Method in class org.jboss.gwt.flow.client.ConsoleProgress
 
tick() - Method in class org.jboss.gwt.flow.client.Progress.Nop
 
tick() - Method in interface org.jboss.gwt.flow.client.Progress
 

W

waterfall(C, Outcome<C>, Function<C>...) - Method in class org.jboss.gwt.flow.client.Async
Runs an array of functions in series, working on a shared context.
whilst(Precondition, Outcome, Function) - Method in class org.jboss.gwt.flow.client.Async
Repeatedly call function, while condition is met.
whilst(Precondition, Outcome, Function, int) - Method in class org.jboss.gwt.flow.client.Async
Same as whilst(Precondition, Outcome, Function) but waits period millis between calls to function.
A C E F G I O P R S T W 
HAL Core Console :: Flow :: Core 2.5.1

Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.