sprox.widgetselector

widgetselecter Module

this contains the class which allows the ViewConfig to select the appropriate widget for the given field

Classes: Name Description WidgetSelecter Parent Class SAWidgetSelector Selecter Based on sqlalchemy field types DatabaseViewWidgetSelector Database View always selects the same widget TableDefWidgetSelector Table def fields use the same widget

Exceptions: None

Functions: None

Copyright (c) 2007 Christopher Perkins Original Version by Christopher Perkins 2007Database Released under MIT license.

Classes

class sprox.widgetselector.WidgetSelector
select(field)
class sprox.widgetselector.SAWidgetSelector

Bases: sprox.widgetselector.WidgetSelector

default_multiple_select_field_widget_type

alias of PropertyMultipleSelectField

default_single_select_field_widget_type

alias of PropertySingleSelectField

select(field)
class sprox.widgetselector.EntitiesViewWidgetSelector

Bases: sprox.widgetselector.WidgetSelector

select(field)
class sprox.widgetselector.EntityDefWidgetSelector

Bases: sprox.widgetselector.WidgetSelector

select(field)

Discuss

blog comments powered by Disqus

Table Of Contents

Previous topic

sprox.recordviewbase

Next topic

sprox.validatorselector

This Page