public class WindowReferenceImpl<T> extends AbstractWindow implements WindowReference<T>, ModelComponent
WindowDefinition.Type
Constructor and Description |
---|
WindowReferenceImpl(WindowDefinition.Type type,
long value,
Class<T> patternType,
Predicate1<T>... predicates) |
WindowReferenceImpl(WindowDefinition.Type type,
long value,
TimeUnit timeUnit,
Class<T> patternType,
Predicate1<T>... predicates) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
Class<T> |
getPatternType() |
Predicate1<T>[] |
getPredicates() |
boolean |
isEqualTo(ModelComponent o) |
getType, getValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType, getValue
areEqualInModel, areEqualInModel, areEqualInModel, areEqualInModel
public WindowReferenceImpl(WindowDefinition.Type type, long value, Class<T> patternType, Predicate1<T>... predicates)
public WindowReferenceImpl(WindowDefinition.Type type, long value, TimeUnit timeUnit, Class<T> patternType, 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 boolean isEqualTo(ModelComponent o)
isEqualTo
in interface ModelComponent
isEqualTo
in class AbstractWindow
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.