public class WindowReferenceImpl<T> extends AbstractWindow implements WindowReference<T>, ModelComponent
WindowDefinition.Type| Constructor and Description |
|---|
WindowReferenceImpl(WindowDefinition.Type type,
long value,
Class<T> patternType,
EntryPoint entryPoint,
Predicate1<T>... predicates) |
WindowReferenceImpl(WindowDefinition.Type type,
long value,
Class<T> patternType,
Predicate1<T>... predicates) |
WindowReferenceImpl(WindowDefinition.Type type,
long value,
TimeUnit timeUnit,
Class<T> patternType,
EntryPoint entryPoint,
Predicate1<T>... predicates) |
WindowReferenceImpl(WindowDefinition.Type type,
long value,
TimeUnit timeUnit,
Class<T> patternType,
Predicate1<T>... predicates) |
| Modifier and Type | Method and Description |
|---|---|
EntryPoint |
getEntryPoint() |
String |
getName() |
Class<T> |
getPatternType() |
Predicate1<T>[] |
getPredicates() |
boolean |
isEqualTo(ModelComponent o) |
getType, getValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetType, getValueareEqualInModel, areEqualInModel, areEqualInModel, areEqualInModelpublic WindowReferenceImpl(WindowDefinition.Type type, long value, Class<T> patternType, Predicate1<T>... predicates)
public WindowReferenceImpl(WindowDefinition.Type type, long value, Class<T> patternType, EntryPoint entryPoint, Predicate1<T>... predicates)
public WindowReferenceImpl(WindowDefinition.Type type, long value, TimeUnit timeUnit, Class<T> patternType, Predicate1<T>... predicates)
public WindowReferenceImpl(WindowDefinition.Type type, long value, TimeUnit timeUnit, Class<T> patternType, EntryPoint entryPoint, Predicate1<T>... predicates)
public Class<T> getPatternType()
getPatternType in interface WindowReference<T>public Predicate1<T>[] getPredicates()
getPredicates in interface WindowReference<T>public String getName()
getName in interface WindowReference<T>public EntryPoint getEntryPoint()
getEntryPoint in interface WindowReference<T>public boolean isEqualTo(ModelComponent o)
isEqualTo in interface ModelComponentisEqualTo in class AbstractWindowCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.