L
- public abstract class TestComponent<L extends TestComponent.TestComponentLifecycle> extends Component<L>
Modifier and Type | Class and Description |
---|---|
static class |
TestComponent.TestComponentLifecycle |
Component.Builder<L extends ComponentLifecycle,T extends Component.Builder<L,T>>
Modifier and Type | Field and Description |
---|---|
protected boolean |
mIsUnique |
Modifier | Constructor and Description |
---|---|
protected |
TestComponent(L lifecycle) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getSimpleName()
Mostly used by logging to provide more readable messages.
|
int |
hashCode() |
boolean |
isBound() |
boolean |
isMounted() |
void |
resetInteractions()
Reset the tracking of which methods have been called on this component.
|
boolean |
wasMeasureCalled() |
boolean |
wasOnBindCalled() |
boolean |
wasOnBoundsDefinedCalled() |
boolean |
wasOnMountCalled() |
boolean |
wasOnUnbindCalled() |
boolean |
wasOnUnmountCalled() |
clearCachedLayout, copyInterStageImpl, getEventDispatcher, getEventTriggerTarget, getId, getLifecycle, getScopedContext, getStateContainer, isEquivalentTo, makeShallowCopy, measure, releaseCachedLayout, setScopedContext, willRender
protected TestComponent(L lifecycle)
public String getSimpleName()
Component
getSimpleName
in class Component<L extends TestComponent.TestComponentLifecycle>
public boolean wasOnMountCalled()
public boolean isMounted()
public boolean wasOnUnmountCalled()
public boolean wasOnBoundsDefinedCalled()
public boolean wasOnBindCalled()
public boolean isBound()
public boolean wasOnUnbindCalled()
public boolean wasMeasureCalled()
public void resetInteractions()