public abstract class ComponentsToProcess extends Object
ComponentsToProcess.Builder
to build the set.Modifier and Type | Class and Description |
---|---|
static class |
ComponentsToProcess.Builder |
Modifier and Type | Field and Description |
---|---|
static ComponentsToProcess |
ALL
A set which contains all screen components.
|
Constructor and Description |
---|
ComponentsToProcess() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
contains(UIComponent c)
Checks whether given component is contained in this set.
|
abstract boolean |
containsAll()
Returns true if this set contains all screen components.
|
public static final ComponentsToProcess ALL
public abstract boolean containsAll()
public abstract boolean contains(UIComponent c)
c
- the component, not null.Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.