public abstract class AbstractWindow extends Object implements WindowDefinition, ModelComponent
WindowDefinition.Type| Constructor and Description |
|---|
AbstractWindow(WindowDefinition.Type type,
long value) |
AbstractWindow(WindowDefinition.Type type,
long value,
TimeUnit timeUnit) |
| Modifier and Type | Method and Description |
|---|---|
WindowDefinition.Type |
getType() |
long |
getValue() |
boolean |
isEqualTo(ModelComponent o) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitareEqualInModel, areEqualInModel, areEqualInModel, areEqualInModelpublic AbstractWindow(WindowDefinition.Type type, long value)
public AbstractWindow(WindowDefinition.Type type, long value, TimeUnit timeUnit)
public long getValue()
getValue in interface WindowDefinitionpublic WindowDefinition.Type getType()
getType in interface WindowDefinitionpublic boolean isEqualTo(ModelComponent o)
isEqualTo in interface ModelComponentCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.