public class ParentImpl<T> extends AbstractParent<T>
| Constructor and Description |
|---|
ParentImpl(Environment env,
Class<T> type,
ControlHierarchy ch) |
ParentImpl(Environment env,
Class<T> type,
ControlHierarchy ch,
Wrapper wrapper) |
ParentImpl(Environment env,
Class<T> type,
ControlList cl) |
ParentImpl(Environment env,
Class<T> type,
ControlList cl,
Wrapper wrapper) |
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getType() |
<ST extends T> |
lookup(Class<ST> controlClass,
LookupCriteria<ST> criteria)
Searcher the hierarchy for objects extending
ST which fit
the criteria. |
Lookup<T> |
lookup(LookupCriteria<T> criteria)
Searcher the hierarchy for objects extending
T which fit
the criteria. |
lookup, lookuppublic ParentImpl(Environment env, Class<T> type, ControlHierarchy ch)
public ParentImpl(Environment env, Class<T> type, ControlHierarchy ch, Wrapper wrapper)
public ParentImpl(Environment env, Class<T> type, ControlList cl)
public ParentImpl(Environment env, Class<T> type, ControlList cl, Wrapper wrapper)
public <ST extends T> Lookup<ST> lookup(Class<ST> controlClass, LookupCriteria<ST> criteria)
ParentST which fit
the criteria.ST - todo documentcontrolClass - todo documentcriteria - todo documentLookup,
LookupCriteriapublic Lookup<T> lookup(LookupCriteria<T> criteria)
ParentT which fit
the criteria.criteria - todo documentLookup,
LookupCriteriaCopyright © 2018. All rights reserved.