113114115116117118119120121
} @Override public UIView getUIView() { if (uiView == null) { uiView = new UIViewImpl(); } return uiView; }