@Deprecated public interface IltStatePropagator
Note that some containers share their object state with their overview object. On these containers, any changes made to the container's state will also affect the overview object's state.
Modifier and Type | Method and Description |
---|---|
void |
computeState(IltContainer container)
Deprecated.
Computes a state for the container, depending on the state of the
detail objects.
|
void |
computeStateIncrementally(IltContainer container,
IltStateChangedEvent event)
Deprecated.
Recomputes a state for the container, after the state of one of the
detail objects has changed.
|
void computeState(IltContainer container)
IltContainer.setObjectState
.
This function is called when the container has just been created, and
may also be called by computeStateIncrementally
.
void computeStateIncrementally(IltContainer container, IltStateChangedEvent event)
In its simplest implementation, this function can call
computeState(container)
.
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.