Package p6 :: Package ui :: Module fields
[show private | hide private]
[frames | no frames]

Module p6.ui.fields

Adapters from MetadataField type interfaces to actual widgets.

Each adapter is expected to return a class object which can be called with a single parameter -- the parent window -- to instantiate. Additionally, each class should have a getValue method which returns the current value.

XXX These classes should really adhere to a common interface.

See configure.zcml for registration details.
Function Summary
  checkField(field)
Basic checkbox field.
  comboField(field)
Proxied combo box class with GetStringSelection mapped to getValue.
  passwordField(field)
Proxied text input widget with password style set.
  textField(field)
Basic text input widget.

Function Details

checkField(field)

Basic checkbox field.

comboField(field)

Proxied combo box class with GetStringSelection mapped to getValue.

passwordField(field)

Proxied text input widget with password style set.

textField(field)

Basic text input widget.

Generated by Epydoc 2.1 on Fri Jun 24 12:01:26 2005 http://epydoc.sf.net