Public Member Functions | Public Attributes | Properties | Private Member Functions | Private Attributes
webtest.forms.MultipleSelect Class Reference
Inheritance diagram for webtest.forms.MultipleSelect:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def force_value
def select_multiple
def value__get
def value__set

Public Attributes

 options
 selectedIndices

Properties

 value = property(value__get, value__set)

Private Member Functions

def _get_value_for_texts

Private Attributes

 _forced_values

Detailed Description

Field representing ``<select multiple="multiple">``

Definition at line 162 of file forms.py.


Constructor & Destructor Documentation

def webtest.forms.MultipleSelect.__init__ (   self,
  args,
  attrs 
)

Definition at line 165 of file forms.py.


Member Function Documentation

def webtest.forms.MultipleSelect._get_value_for_texts (   self,
  texts 
) [private]

Definition at line 188 of file forms.py.

def webtest.forms.MultipleSelect.force_value (   self,
  values 
)
Like setting a value, except forces it (even for, say, hidden
fields).

Reimplemented from webtest.forms.Field.

Definition at line 172 of file forms.py.

def webtest.forms.MultipleSelect.select_multiple (   self,
  value = None,
  texts = None 
)

Definition at line 179 of file forms.py.

Reimplemented from webtest.forms.Field.

Definition at line 217 of file forms.py.

def webtest.forms.MultipleSelect.value__set (   self,
  values 
)

Reimplemented from webtest.forms.Field.

Definition at line 204 of file forms.py.


Member Data Documentation

Definition at line 165 of file forms.py.

Definition at line 165 of file forms.py.

Definition at line 165 of file forms.py.


Property Documentation

Reimplemented from webtest.forms.Field.

Definition at line 233 of file forms.py.


The documentation for this class was generated from the following file:


webtest
Author(s): AlexV
autogenerated on Sat Jun 8 2019 20:32:08