Package gavo :: Package svcs :: Module customwidgets :: Class Interval
[frames] | no frames]

Class Interval

source code

object --+
         |
        Interval

A widget to enter an interval (lower/upper) pair of something.

As usual with formal widgets, this is constructed with the type, which must be PairOf here; we're taking the widget we're supposed to pair from it.

Instance Methods
 
__init__(self, original)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
render(self, ctx, key, args, errors) source code
 
renderImmutable(self, ctx, key, args, errors) source code
 
processInput(self, ctx, key, args, default=['', '']) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

__init__(self, original)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)