| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
util.IEventListener --+
|
terminal.paintable.IPaintable --+
|
object --+ |
| |
terminal.variable_owner.IVariableOwner --+
|
object --+ |
| |
terminal.sizeable.ISizeable --+
|
component.IComponent --+
|
object --+ |
| |
event.method_event_source.IMethodEventSource --+
|
abstract_component.AbstractComponent --+
|
object --+ |
| |
data.buffered.IBuffered --+ |
| |
object --+ | |
| | |
data.validatable.IValidatable --+ |
| |
data.buffered.IBufferedValidatable --+ |
| |
object --+ | |
| | |
data.property.IValueChangeNotifier --+ |
| |
object --+ | |
| | |
data.property.IValueChangeListener --+ |
| |
object --+ | |
| | |
data.property.IViewer --+ | |
| | |
data.property.IEditor --+ |
| |
object --+ | |
| | |
util.IEventListener --+ | |
| | |
terminal.paintable.IPaintable --+ | |
| | |
object --+ | | |
| | | |
terminal.variable_owner.IVariableOwner --+ | |
| | |
object --+ | | |
| | | |
terminal.sizeable.ISizeable --+ | |
| | |
component.IComponent --+ | |
| | |
component.IFocusable --+ |
| |
field.IField --+
|
object --+ |
| |
event.action.IShortcutNotifier --+
|
object --+ |
| |
data.property.IReadOnlyStatusChangeNotifier --+
|
object --+ |
| |
data.property.IReadOnlyStatusChangeListener --+
|
abstract_field.AbstractField --+
|
object --+ |
| |
data.property.IValueChangeListener --+
|
object --+ |
| |
data.property.IProperty --+
|
object --+ |
| |
data.property.IViewer --+
|
ProgressIndicator
ProgressIndicator is component that shows user state of a
process (like long computing or file upload)
ProgressIndicator has two mainmodes. One for
indeterminate processes and other (default) for processes which progress
can be measured.
May view an other property that indicates progress 0...1
Version: 1.1.2
|
|||
|
Inherited from |
|||
|
|||
CLIENT_WIDGET = Nonehash(x) |
|||
CONTENT_TEXT = 0
|
|||
CONTENT_PREFORMATTED = 1
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Creates an a new ProgressIndicator.
|
Sets the component to read-only. Readonly is not used in ProgressIndicator.
|
Is the component read-only ? Readonly is not used in ProgressIndicator - this returns allways false.
|
Paints the content of this component.
|
Gets the value of the ProgressIndicator. Value of the ProgressIndicator is a float between 0 and 1.
See Also:
|
Sets the value of the ProgressIndicator. Value of the ProgressIndicator is the float between 0 and 1.
See Also:
|
Returns the value of the IProperty in human readable textual format.
See Also:
|
Returns the type of the IProperty. The methods
See Also:
|
Gets the viewing data-source property.
See Also:
|
Sets the property as data-source for viewing.
See Also:
|
Gets the mode of ProgressIndicator.
|
Sets wheter or not the ProgressIndicator is indeterminate.
|
Gets whether or not the ProgressIndicator is indeterminate.
|
Sets the interval that component checks for progress.
|
Gets the interval that component checks for progress.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Apr 20 16:52:57 2013 | http://epydoc.sourceforge.net |