addView method
void
addView(
- LayoutView view
inherited
Implementation
void addView(LayoutView view) {
if (!_layoutManager.isAttached(view)) {
view.graphicsFactory = graphicsFactory;
_layoutManager.addView(view);
}
}