Example #1
0
 def PyCreateListContainerElement(self):
     return PyListContainerElementUI(
         PyUIFactory.CreateListContainerElementUI())
Example #2
0
 def PyCreateTabLayout(self):
     return PyTabLayoutUI(PyUIFactory.CreateTabLayoutUI())
Example #3
0
 def PyCreateList(self):
     return PyListUI(PyUIFactory.CreateListUI())
Example #4
0
 def PyCreateHorizontalLayout(self):
     return PyHorizontalLayoutUI(PyUIFactory.CreateHorizontalLayoutUI())
Example #5
0
 def PyCreateVerticalLayout(self):
     return PyVerticalLayoutUI(PyUIFactory.CreateVerticalLayoutUI())
Example #6
0
 def PyCreateAnimation(self):
     return PyAnimationUI(PyUIFactory.CreateAnimationUI())
Example #7
0
 def PyCreateContainer(self):
     return PyContainerUI(PyUIFactory.CreateContainerUI())
Example #8
0
 def PyCreateEdit(self):
     return PyEditUI(PyUIFactory.CreateEditUI())
Example #9
0
 def PyCreateProgress(self):
     return PyProgressUI(PyUIFactory.CreatProgressUI())
Example #10
0
 def PyCreateCheckBox(self):
     return PyCheckBoxUI(PyUIFactory.CreateCheckBoxUI())
Example #11
0
 def PyCreateOption(self):
     return PyOptionUI(PyUIFactory.CreateOptionUI())
Example #12
0
 def PyCreateButton(self):
     return PyButtonUI(PyUIFactory.CreateButtonUI())
Example #13
0
 def PyCreateLabel(self):
     return PyLabelUI(PyUIFactory.CreateLabelUI())
Example #14
0
 def PyCreateControl(self):
     return PyControlUI(PyUIFactory.CreateControlUI())