|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpExpansionHandler
This interface allows a handler to customize the expansion or collapsing of container objects in the model. Such requests are typically triggered through object interactors.
| Method Summary | |
|---|---|
void |
handleCollapseObject(IlpRepresentationObject object)
Requests the collapse of a container object. |
void |
handleExpandObject(IlpRepresentationObject object)
Requests the expansion of a container object. |
| Method Detail |
|---|
void handleExpandObject(IlpRepresentationObject object)
The handler will:
object - The container to be expanded.void handleCollapseObject(IlpRepresentationObject object)
The handler will:
object - The container to be collapsed.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||