| Package | Description |
|---|---|
| org.richfaces.wait |
| Modifier and Type | Method and Description |
|---|---|
Wait |
Wait.dontFail()
Sets no failure after waiting timeout.
|
Wait |
Wait.failWith(CharSequence failureMessage,
Object... arguments)
Returns preset instance of waiting with given failure message parametrized by given objects.
|
Wait |
Wait.failWith(Exception exception)
Returns Waiting object initialized with given exception.
|
Wait |
Wait.interval(long interval)
Returns instance of waiting with same properties like this object and interval set to given interval.
|
Wait |
Wait.noDelay()
Sets no delay between start of waiting and first test for conditions.
|
Wait |
Wait.timeout(long timeout)
Returns instance of waiting with same properties like this object and timeout set to given timeout.
|
Wait |
Wait.withDelay(boolean isDelayed)
Set if testing condition should be delayed of one interval after the start of waiting.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.