Beispiel #1
0
 def __init__(self):
     MobileFormItemFactory.__init__(self, "dynamicstring", "Dynamic string")
Beispiel #2
0
 def __init__(self):
   MobileFormItemFactory.__init__(self,"boolean","Boolean")
Beispiel #3
0
 def __init__(self):
   MobileFormItemFactory.__init__(self,"integer","Integer")
Beispiel #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")
Beispiel #7
0
 def __init__(self):
   MobileFormItemFactory.__init__(self,"string","String")
Beispiel #8
0
 def __init__(self):
   MobileFormItemFactory.__init__(self,"labelwithline","LabelWithLine")
Beispiel #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")
Beispiel #15
0
 def __init__(self):
   MobileFormItemFactory.__init__(self,"hidden","Hidden")
Beispiel #16
0
 def __init__(self):
     MobileFormItemFactory.__init__(self, "primary_key", "Primary key")
Beispiel #17
0
 def __init__(self):
     MobileFormItemFactory.__init__(self, "connectedstringcombo",
                                    "Connected combo string")