示例#1
0
 def __init__(self):
     MobileFormItemFactory.__init__(self, "dynamicstring", "Dynamic string")
示例#2
0
 def __init__(self):
   MobileFormItemFactory.__init__(self,"boolean","Boolean")
示例#3
0
 def __init__(self):
   MobileFormItemFactory.__init__(self,"integer","Integer")
示例#4
0
 def __init__(self):
     MobileFormItemFactory.__init__(self, "date", "Date")
 def __init__(self):
     MobileFormItemFactory.__init__(self, "pictures", "Pictures")
 def __init__(self):
   MobileFormItemFactory.__init__(self,"map","Map")
示例#7
0
 def __init__(self):
   MobileFormItemFactory.__init__(self,"string","String")
示例#8
0
 def __init__(self):
   MobileFormItemFactory.__init__(self,"labelwithline","LabelWithLine")
示例#9
0
 def __init__(self):
     MobileFormItemFactory.__init__(self, "sketch", "Sketch")
 def __init__(self):
   MobileFormItemFactory.__init__(self,"double","Double")
 def __init__(self):
   MobileFormItemFactory.__init__(self,"multistringcombo","Combo multi-string")
 def __init__(self):
     MobileFormItemFactory.__init__(self, "label", "Label")
 def __init__(self):
     MobileFormItemFactory.__init__(self, "time", "Time")
 def __init__(self):
     MobileFormItemFactory.__init__(self, "stringcombo", "Combo string")
示例#15
0
 def __init__(self):
   MobileFormItemFactory.__init__(self,"hidden","Hidden")
示例#16
0
 def __init__(self):
     MobileFormItemFactory.__init__(self, "primary_key", "Primary key")
示例#17
0
 def __init__(self):
     MobileFormItemFactory.__init__(self, "connectedstringcombo",
                                    "Connected combo string")