def PyCreateListContainerElement(self): return PyListContainerElementUI( PyUIFactory.CreateListContainerElementUI())
def PyCreateTabLayout(self): return PyTabLayoutUI(PyUIFactory.CreateTabLayoutUI())
def PyCreateList(self): return PyListUI(PyUIFactory.CreateListUI())
def PyCreateHorizontalLayout(self): return PyHorizontalLayoutUI(PyUIFactory.CreateHorizontalLayoutUI())
def PyCreateVerticalLayout(self): return PyVerticalLayoutUI(PyUIFactory.CreateVerticalLayoutUI())
def PyCreateAnimation(self): return PyAnimationUI(PyUIFactory.CreateAnimationUI())
def PyCreateContainer(self): return PyContainerUI(PyUIFactory.CreateContainerUI())
def PyCreateEdit(self): return PyEditUI(PyUIFactory.CreateEditUI())
def PyCreateProgress(self): return PyProgressUI(PyUIFactory.CreatProgressUI())
def PyCreateCheckBox(self): return PyCheckBoxUI(PyUIFactory.CreateCheckBoxUI())
def PyCreateOption(self): return PyOptionUI(PyUIFactory.CreateOptionUI())
def PyCreateButton(self): return PyButtonUI(PyUIFactory.CreateButtonUI())
def PyCreateLabel(self): return PyLabelUI(PyUIFactory.CreateLabelUI())
def PyCreateControl(self): return PyControlUI(PyUIFactory.CreateControlUI())