DroidUi
index
/storage/sdcard0/sl4a/scripts/DroidUi/DroidUi.py

Wrapper functions for FullScreenUi
(http://code.google.com/p/android-scripting/wiki/FullScreenUI)
 
DroidUi provides classes which alow the display, positioning and
control of widgets.
 
Properties of the widgets are specified with keyword arguments.
Keyword arguments have the same name as the corresponding resource
under android.

 
Modules
       
xml.etree.ElementTree
warnings

 
Classes
       
_AbsListView(AdapterView)
GridView
ListView
ExpandableListView
_AbsSeekBar(ProgressBar)
RatingBar
SeekBar
_AbsSpinner(AdapterView)
Gallery
Spinner
_View(xml.etree.ElementTree._ElementInterface)
View
AnalogClock
ImageView
ImageButton
ZoomButton
QuickContactBadge
KeyboardView
MediaRouteButton
ProgressBar
Space
SurfaceView
GLSurfaceView
VideoView
TextView
Button
CompoundButton
CheckBox
RadioButton
Switch
ToggleButton
CheckedTextView
Chronometer
DigitalClock
EditText
AutoCompleteTextView
MultiAutoCompleteTextView
ExtractEditText
TextClock
TextureView
ViewGroup
AbsoluteLayout
WebView
AdapterView
AdapterViewAnimator
AdapterViewFlipper
StackView
DrawerLayout
FragmentBreadCrumbs
FrameLayout
AppWidgetHostView
CalendarView
DatePicker
GestureOverlayView
HorizontalScrollView
MediaController
ScrollView
TabHost
FragmentTabHost
TimePicker
ViewAnimator
ViewFlipper
ViewSwitcher
ImageSwitcher
TextSwitcher
GridLayout
LinearLayout
NumberPicker
RadioGroup
SearchView
TabWidget
TableLayout
TableRow
ZoomControls
PagerTitleStrip
PagerTabStrip
RelativeLayout
DialerFilter
TwoLineListItem
SlidingDrawer
SlidingPaneLayout
ViewPager
ViewStub
__builtin__.object
DroidUi

 
class AbsoluteLayout(ViewGroup)
    
Method resolution order:
AbsoluteLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'AbsoluteLayout'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class AdapterView(ViewGroup)
    
Method resolution order:
AdapterView
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'AdapterView'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class AdapterViewAnimator(AdapterView)
    
Method resolution order:
AdapterViewAnimator
AdapterView
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'AdapterViewAnimator'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class AdapterViewFlipper(AdapterViewAnimator)
    
Method resolution order:
AdapterViewFlipper
AdapterViewAnimator
AdapterView
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'AdapterViewFlipper'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class AnalogClock(View)
    
Method resolution order:
AnalogClock
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'AnalogClock'

Data and other attributes inherited from View:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'wrap_content'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class AppWidgetHostView(FrameLayout)
    
Method resolution order:
AppWidgetHostView
FrameLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'AppWidgetHostView'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class AutoCompleteTextView(EditText)
    
Method resolution order:
AutoCompleteTextView
EditText
TextView
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'AutoCompleteTextView'

Data and other attributes inherited from EditText:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class Button(TextView)
    
Method resolution order:
Button
TextView
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'fill_parent'}
widgetName = 'Button'

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class CalendarView(FrameLayout)
    
Method resolution order:
CalendarView
FrameLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'CalendarView'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class CheckBox(CompoundButton)
    
Method resolution order:
CheckBox
CompoundButton
Button
TextView
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'CheckBox'

Data and other attributes inherited from Button:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'fill_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class CheckedTextView(TextView)
    
Method resolution order:
CheckedTextView
TextView
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'CheckedTextView'

Data and other attributes inherited from View:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'wrap_content'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class Chronometer(TextView)
    
Method resolution order:
Chronometer
TextView
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'Chronometer'

Data and other attributes inherited from View:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'wrap_content'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class CompoundButton(Button)
    
Method resolution order:
CompoundButton
Button
TextView
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'CompoundButton'

Data and other attributes inherited from Button:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'fill_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class DatePicker(FrameLayout)
    
Method resolution order:
DatePicker
FrameLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'DatePicker'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class DialerFilter(RelativeLayout)
    
Method resolution order:
DialerFilter
RelativeLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'DialerFilter'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class DigitalClock(TextView)
    
Method resolution order:
DigitalClock
TextView
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'DigitalClock'

Data and other attributes inherited from View:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'wrap_content'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class DrawerLayout(ViewGroup)
    
Method resolution order:
DrawerLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'DrawerLayout'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class DroidUi(__builtin__.object)
    layout object, like layout resource in android project
 
  Methods defined here:
__init__(self, source=None)
init layout object with a xml file
SOURCE may be a filename or file object
addOptionMenu(self, text, command, event=None, data=None, icon=None)
add an option menu item, after MENU key pressed
TEXT    - text of the menu
COMMAND - callback function if menu item clicked
EVENT   - event generated if menu item clicked
DATA    - parameter passed to COMMAND on called
ICON    - Android system menu icon.
for icon, see http://developer.android.com/reference/android/R.drawable.html
call(self, fun, *arg)
sl4a call wrapper
mainloop(self, title=None)
main loop
quit(self, data=None)
quit event loop
there is a DATA parameter, so quit can be used as a event handler as well as a click handler or key handler
reg_click_cb(self, id, callback)
register click event handler
if widget with id ID is clicked, then CALLBACK will be called
reg_event(self, name, handler)
register event handler
HANDLER should accept 1 param which contains event data
HANDLER should return True if the event is handled properly
reg_key_cb(self, key, callback, override=False)
register key event handler
if key KEY is pressed, then CALLBACK will be called
 
if OVERRRIDE is True, the key's default behaviour will be overrided
by default, BACK key quit current layout, MENU key shows menu if there's one
reg_obj(self, id, obj)
register widget objects
show(self)
show the layout on screen
showHook(self)
called right after layout showed
unreg_obj(self, id)
unregister widget objects
updateLayout(self)
update the xml content stands for this layout

Static methods defined here:
fromfile(source)
build layout object from a xml file
SOURCE may be a filename or file object
fromxml(xml)
build layout object from a string contains xml data

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
NAMESPACE = 'http://schemas.android.com/apk/res/android'

 
class EditText(TextView)
    
Method resolution order:
EditText
TextView
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'match_parent'}
widgetName = 'EditText'

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class ExpandableListView(ListView)
    
Method resolution order:
ExpandableListView
ListView
_AbsListView
AdapterView
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'ExpandableListView'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class ExtractEditText(EditText)
    
Method resolution order:
ExtractEditText
EditText
TextView
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'ExtractEditText'

Data and other attributes inherited from EditText:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class FragmentBreadCrumbs(ViewGroup)
    
Method resolution order:
FragmentBreadCrumbs
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'FragmentBreadCrumbs'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class FragmentTabHost(TabHost)
    
Method resolution order:
FragmentTabHost
TabHost
FrameLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'FragmentTabHost'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class FrameLayout(ViewGroup)
    
Method resolution order:
FrameLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'FrameLayout'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class GLSurfaceView(SurfaceView)
    
Method resolution order:
GLSurfaceView
SurfaceView
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'GLSurfaceView'

Data and other attributes inherited from View:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'wrap_content'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class Gallery(_AbsSpinner)
    
Method resolution order:
Gallery
_AbsSpinner
AdapterView
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'Gallery'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class GestureOverlayView(FrameLayout)
    
Method resolution order:
GestureOverlayView
FrameLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'GestureOverlayView'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class GridLayout(ViewGroup)
    
Method resolution order:
GridLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'GridLayout'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class GridView(_AbsListView)
    
Method resolution order:
GridView
_AbsListView
AdapterView
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'GridView'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class HorizontalScrollView(FrameLayout)
    
Method resolution order:
HorizontalScrollView
FrameLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'HorizontalScrollView'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class ImageButton(ImageView)
    
Method resolution order:
ImageButton
ImageView
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'ImageButton'

Data and other attributes inherited from View:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'wrap_content'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class ImageSwitcher(ViewSwitcher)
    
Method resolution order:
ImageSwitcher
ViewSwitcher
ViewAnimator
FrameLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'ImageSwitcher'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class ImageView(View)
    
Method resolution order:
ImageView
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'ImageView'

Data and other attributes inherited from View:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'wrap_content'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class KeyboardView(View)
    
Method resolution order:
KeyboardView
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'KeyboardView'

Data and other attributes inherited from View:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'wrap_content'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class LinearLayout(ViewGroup)
    
Method resolution order:
LinearLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'match_parent', 'orientation': 'vertical'}
widgetName = 'LinearLayout'

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class ListView(_AbsListView)
    
Method resolution order:
ListView
_AbsListView
AdapterView
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'ListView'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class MediaController(FrameLayout)
    
Method resolution order:
MediaController
FrameLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'MediaController'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class MediaRouteButton(View)
    
Method resolution order:
MediaRouteButton
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'MediaRouteButton'

Data and other attributes inherited from View:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'wrap_content'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class MultiAutoCompleteTextView(AutoCompleteTextView)
    
Method resolution order:
MultiAutoCompleteTextView
AutoCompleteTextView
EditText
TextView
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'MultiAutoCompleteTextView'

Data and other attributes inherited from EditText:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class NumberPicker(LinearLayout)
    
Method resolution order:
NumberPicker
LinearLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'NumberPicker'

Data and other attributes inherited from LinearLayout:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'match_parent', 'orientation': 'vertical'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class PagerTabStrip(PagerTitleStrip)
    
Method resolution order:
PagerTabStrip
PagerTitleStrip
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'PagerTabStrip'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class PagerTitleStrip(ViewGroup)
    
Method resolution order:
PagerTitleStrip
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'PagerTitleStrip'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class ProgressBar(View)
    
Method resolution order:
ProgressBar
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'ProgressBar'

Data and other attributes inherited from View:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'wrap_content'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class QuickContactBadge(ImageView)
    
Method resolution order:
QuickContactBadge
ImageView
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'QuickContactBadge'

Data and other attributes inherited from View:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'wrap_content'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class RadioButton(CompoundButton)
    
Method resolution order:
RadioButton
CompoundButton
Button
TextView
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'RadioButton'

Data and other attributes inherited from Button:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'fill_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class RadioGroup(LinearLayout)
    
Method resolution order:
RadioGroup
LinearLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'RadioGroup'

Data and other attributes inherited from LinearLayout:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'match_parent', 'orientation': 'vertical'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class RatingBar(_AbsSeekBar)
    
Method resolution order:
RatingBar
_AbsSeekBar
ProgressBar
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'RatingBar'

Data and other attributes inherited from View:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'wrap_content'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class RelativeLayout(ViewGroup)
    
Method resolution order:
RelativeLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'RelativeLayout'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class ScrollView(FrameLayout)
    
Method resolution order:
ScrollView
FrameLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'ScrollView'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class SearchView(LinearLayout)
    
Method resolution order:
SearchView
LinearLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'SearchView'

Data and other attributes inherited from LinearLayout:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'match_parent', 'orientation': 'vertical'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class SeekBar(_AbsSeekBar)
    
Method resolution order:
SeekBar
_AbsSeekBar
ProgressBar
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'SeekBar'

Data and other attributes inherited from View:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'wrap_content'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class SlidingDrawer(ViewGroup)
    
Method resolution order:
SlidingDrawer
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'SlidingDrawer'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class SlidingPaneLayout(ViewGroup)
    
Method resolution order:
SlidingPaneLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'SlidingPaneLayout'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class Space(View)
    
Method resolution order:
Space
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'Space'

Data and other attributes inherited from View:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'wrap_content'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class Spinner(_AbsSpinner)
    
Method resolution order:
Spinner
_AbsSpinner
AdapterView
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'Spinner'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class StackView(AdapterViewAnimator)
    
Method resolution order:
StackView
AdapterViewAnimator
AdapterView
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'StackView'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class SurfaceView(View)
    
Method resolution order:
SurfaceView
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'SurfaceView'

Data and other attributes inherited from View:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'wrap_content'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class Switch(CompoundButton)
    
Method resolution order:
Switch
CompoundButton
Button
TextView
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'Switch'

Data and other attributes inherited from Button:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'fill_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class TabHost(FrameLayout)
    
Method resolution order:
TabHost
FrameLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'TabHost'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class TabWidget(LinearLayout)
    
Method resolution order:
TabWidget
LinearLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'TabWidget'

Data and other attributes inherited from LinearLayout:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'match_parent', 'orientation': 'vertical'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class TableLayout(LinearLayout)
    
Method resolution order:
TableLayout
LinearLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'TableLayout'

Data and other attributes inherited from LinearLayout:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'match_parent', 'orientation': 'vertical'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class TableRow(LinearLayout)
    
Method resolution order:
TableRow
LinearLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'TableRow'

Data and other attributes inherited from LinearLayout:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'match_parent', 'orientation': 'vertical'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class TextClock(TextView)
    
Method resolution order:
TextClock
TextView
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'TextClock'

Data and other attributes inherited from View:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'wrap_content'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class TextSwitcher(ViewSwitcher)
    
Method resolution order:
TextSwitcher
ViewSwitcher
ViewAnimator
FrameLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'TextSwitcher'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class TextView(View)
    
Method resolution order:
TextView
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'TextView'

Data and other attributes inherited from View:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'wrap_content'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class TextureView(View)
    
Method resolution order:
TextureView
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'TextureView'

Data and other attributes inherited from View:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'wrap_content'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class TimePicker(FrameLayout)
    
Method resolution order:
TimePicker
FrameLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'TimePicker'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class ToggleButton(CompoundButton)
    
Method resolution order:
ToggleButton
CompoundButton
Button
TextView
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'ToggleButton'

Data and other attributes inherited from Button:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'fill_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class TwoLineListItem(RelativeLayout)
    
Method resolution order:
TwoLineListItem
RelativeLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'TwoLineListItem'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class VideoView(SurfaceView)
    
Method resolution order:
VideoView
SurfaceView
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'VideoView'

Data and other attributes inherited from View:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'wrap_content'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class View(_View)
    
Method resolution order:
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'wrap_content'}
widgetName = 'View'

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class ViewAnimator(FrameLayout)
    
Method resolution order:
ViewAnimator
FrameLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'ViewAnimator'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class ViewFlipper(ViewAnimator)
    
Method resolution order:
ViewFlipper
ViewAnimator
FrameLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'ViewFlipper'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class ViewGroup(View)
    
Method resolution order:
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}
widgetName = 'ViewGroup'

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class ViewPager(ViewGroup)
    
Method resolution order:
ViewPager
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'ViewPager'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class ViewStub(View)
    
Method resolution order:
ViewStub
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'ViewStub'

Data and other attributes inherited from View:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'wrap_content'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class ViewSwitcher(ViewAnimator)
    
Method resolution order:
ViewSwitcher
ViewAnimator
FrameLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'ViewSwitcher'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class WebView(AbsoluteLayout)
    
Method resolution order:
WebView
AbsoluteLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'WebView'

Data and other attributes inherited from ViewGroup:
defaultConfig = {'layout_height': 'match_parent', 'layout_width': 'match_parent'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class ZoomButton(ImageButton)
    
Method resolution order:
ZoomButton
ImageButton
ImageView
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'ZoomButton'

Data and other attributes inherited from View:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'wrap_content'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
class ZoomControls(LinearLayout)
    
Method resolution order:
ZoomControls
LinearLayout
ViewGroup
View
_View
xml.etree.ElementTree._ElementInterface

Data and other attributes defined here:
widgetName = 'ZoomControls'

Data and other attributes inherited from LinearLayout:
defaultConfig = {'layout_height': 'wrap_content', 'layout_width': 'match_parent', 'orientation': 'vertical'}

Methods inherited from _View:
__init__(self, master=None, cnf={}, pos=None, **kw)
MASTER parent of the view
CNF view element configure
POS position to insert in the parent view, at the end if None
cget(self, key, default=None)
get property value
config = configure(self, **kw)
configure view properties
configure(self, **kw)
configure view properties
focus(self)
require focus on this view
get(self, key, default=None)
Override the default get(). DON NOT call this
itemclick(self, item)
default itemclick event handler, should be override
key(self, key, handler)
set key handler
mainloop(self, title=None)
quit(self, data=None)
selected(self)
get the selected items from the attached list
set(self, key, value)
Override the default set(). DON NOT call this
setid(self, id)
set widget id
setlist(self, list)
Attach a list to widget
show(self)

Methods inherited from xml.etree.ElementTree._ElementInterface:
__delitem__(self, index)
__delslice__(self, start, stop)
__getitem__(self, index)
__getslice__(self, start, stop)
__len__(self)
__repr__(self)
__setitem__(self, index, element)
__setslice__(self, start, stop, elements)
append(self, element)
clear(self)
find(self, path)
findall(self, path)
findtext(self, path, default=None)
getchildren(self)
getiterator(self, tag=None)
insert(self, index, element)
items(self)
keys(self)
makeelement(self, tag, attrib)
remove(self, element)

Data and other attributes inherited from xml.etree.ElementTree._ElementInterface:
attrib = None
tag = None
tail = None
text = None

 
Functions
       
NoneHandler(data=None)
none handler, do nothing

 
Data
        BACK = 4
FILL_PARENT = 'fill_parent'
MATCH_PARENT = 'match_parent'
MENU = 82
VERTICAL = 'vertical'
WRAP_CONTENT = 'wrap_content'
XML_ENCODING = 'utf-8'