public final class Component extends java.lang.Object implements Disposable
Observable
s,
Observer
s or ComputedValue
s.Modifier and Type | Method and Description |
---|---|
void |
complete()
The toolkit user should call this method when the component is complete.
|
void |
dispose()
Dispose the element.
|
java.lang.Object |
getId()
Return the unique id of the component.
|
java.lang.String |
getName()
Return the unique name of the component.
|
java.lang.String |
getType()
Return the component type.
|
boolean |
isComplete()
Return true if the creation of this component is complete.
|
boolean |
isDisposed()
Return true if dispose() has been called on object.
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
asDisposable, dispose, isDisposed
@Nonnull public java.lang.String getType()
@Nonnull public java.lang.Object getId()
@Nonnull public java.lang.String getName()
public void dispose()
Disposable
for a description of the implications.dispose
in interface Disposable
public boolean isDisposed()
isDisposed
in interface Disposable
@Nonnull public final java.lang.String toString()
toString
in class java.lang.Object
public boolean isComplete()
public void complete()
Observable
s,
Observer
s or ComputedValue
s on the component.