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, wait
areEqualInModel, areEqualInModel, areEqualInModel, areEqualInModel
public AbstractWindow(WindowDefinition.Type type, long value)
public AbstractWindow(WindowDefinition.Type type, long value, TimeUnit timeUnit)
public long getValue()
getValue
in interface WindowDefinition
public WindowDefinition.Type getType()
getType
in interface WindowDefinition
public boolean isEqualTo(ModelComponent o)
isEqualTo
in interface ModelComponent
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.