|
def | __init__ (self, session, title="", windowTitle=_("Input"), config=default_config) |
|
def | __init__ (self, session, parent=None, windowTitle=None) |
|
def | saveKeyboardMode (self) |
|
def | setKeyboardModeAscii (self) |
|
def | setKeyboardModeNone (self) |
|
def | restoreKeyboardMode (self) |
|
def | execBegin (self) |
|
def | execEnd (self) |
|
def | doClose (self, immediate=True) |
|
def | doCloseInternal (self) |
|
def | close (self, *retval) |
|
def | setFocus (self, o) |
|
def | show (self) |
|
def | hide (self) |
|
def | enable (self, do_show=True) |
|
def | disable (self) |
|
def | isEnabled (self) |
|
def | __repr__ (self) |
|
def | getRelatedScreen (self, name) |
|
def | setShowHideAnimation (self, animation_key) |
|
def | neverAnimate (self) |
|
def | canAnimate (self) |
|
def | ignoreSource (self, name) |
|
def | __init__ (self, windowTitle=None) |
|
def | createGUIScreen (self, parent, desktop, updateonly=False) |
|
def | deleteGUIScreen (self) |
|
def | close (self) |
|
def | createSummary (self) |
|
def | addSummary (self, summary) |
|
def | removeSummary (self, summary) |
|
def | setTitle (self, title) |
|
def | getTitle (self) |
|
def | setDesktop (self, desktop) |
|
def | applySkin (self) |
|
def | setZPosition (self, z) |
|
def | __init__ (self, list, session=None, on_change=None) |
|
def | handleInputHelpers (self) |
|
def | KeyText (self) |
|
def | VirtualKeyBoardCallback (self, callback=None) |
|
def | keyOK (self) |
|
def | keyLeft (self) |
|
def | keyRight (self) |
|
def | keyHome (self) |
|
def | keyEnd (self) |
|
def | keyDelete (self) |
|
def | keyBackspace (self) |
|
def | keyToggleOW (self) |
|
def | keyGotAscii (self) |
|
def | keyNumberGlobal (self, number) |
|
def | keyPreviousSection (self) |
|
def | keyNextSection (self) |
|
def | saveAll (self) |
|
def | keySave (self) |
|
def | cancelConfirm (self, result) |
|
def | keyCancel (self) |
|
def | getCurrentEntry (self) |
|
def | getCurrentValue (self) |
|
def | createSummary (self) |
|
◆ __init__()
def Plugins.SystemPlugins.NetworkManager.MultiInputBox.MultiInputBox.__init__ |
( |
|
self, |
|
|
|
session, |
|
|
|
title = "" , |
|
|
|
windowTitle = _("Input") , |
|
|
|
config = default_config |
|
) |
| |
◆ default_config
list Plugins.SystemPlugins.NetworkManager.MultiInputBox.MultiInputBox.default_config |
|
static |
Initial value:= [
{
"key" : "User",
"value" : "",
"title" : _("User"),
"required" : True,
"type" : TYPE_TEXT,
"alternative" : None
},
{
"key" : "Password",
"value" : "",
"title" : _("Password"),
"required" : True,
"type" : TYPE_PASSWORD,
"alternatives" : None
},
]
◆ skin
string Plugins.SystemPlugins.NetworkManager.MultiInputBox.MultiInputBox.skin |
|
static |
Initial value:= """
<screen position="center,center" size="720,120" title="Input">
<widget source="title" render="Label" position="5,5" size="690,30" font="Regular;22" halign="left" valign="bottom" />
<widget name="config" position="10,40" size="700,600" scrollbarMode="showOnDemand"/>
</screen>"""
◆ TYPE_PASSWORD
int Plugins.SystemPlugins.NetworkManager.MultiInputBox.MultiInputBox.TYPE_PASSWORD = 1 |
|
static |
◆ TYPE_PIN
int Plugins.SystemPlugins.NetworkManager.MultiInputBox.MultiInputBox.TYPE_PIN = 2 |
|
static |
◆ TYPE_TEXT
int Plugins.SystemPlugins.NetworkManager.MultiInputBox.MultiInputBox.TYPE_TEXT = 0 |
|
static |
The documentation for this class was generated from the following file: