UIFactory
Factory class, creation of native user interface instances. View, ScrollView, TextView, Window ...
Methods
-
applyEvents(control,view)
Apply generic events to the current control and view.
-
createScrollView(control) : ScrollView
Create Moscrif native ScrollView instance.
-
createTextView(control) : TextView
Create Moscrif native TextView instance.
-
createView(control) : View
Create Moscrif native View instance
-
createWindow(control) : Window
Create Moscrif native Window instance.