public interface ItsNatComponentUI
This utility object manages only the markup layout of the component. The component calls UI methods typically as response of data model changes to synchronize the markup to match the data model. The UI object does not need the data model (if the component has one), only the tree UI implementation uses the tree data model internally.
This architecture, inspired in Swing, separates the layout manager (the UI object) and the component object working as a coordinator of data and selection models, UI and event based actions.
User code may use UI methods to "query" the markup of the component.
ItsNatComponent.getItsNatComponentUI()
Modifier and Type | Method and Description |
---|---|
ItsNatComponent |
getItsNatComponent()
Returns the associated component object.
|
ItsNatComponent getItsNatComponent()
Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.