Package gnue :: Package forms
[show private | hide private]

Package gnue.forms

Form management.
Submodules
  • GFConfig: Valid configuration options for forms (appears under [forms] section in gnue.conf)
  • GFObjects
    • GFBlock: Classes making up the Block object.
    • GFBox: Logical box support
    • GFButton: Logical button support
    • GFComponent: Component support (bonobo for gtk2, ole for win32, etc.)
    • GFContainer: A base class for all GFObjects that can be containers
    • GFDataSource: Logical datasource support
    • GFEntry: The primary data entry widget in forms
    • GFField: Fields of a block, representing database columns.
    • GFGrid: Logical box support
    • GFGridLine: Logical box support
    • GFHBox: Logical box support
    • GFImage: Wrapper class for image objects
    • GFLabel: A class wrapping static text objects
    • GFLayout: Handles the <layout> tag.
    • GFLogic: Handles the <logic> tag.
    • GFObj: Base class for all objects represented by an XML tag in a GFD tree.
    • GFOption: Option support
    • GFOptions: Options container support
    • GFPage: Logical page support
    • GFParameter: Parameter support.
    • GFScrollBar: Class implementing scrollbars for controlling record positions within blocks
    • GFTabStop: Base class for all objects that can receive the keyboard focus on the UI.
    • GFVBox: Logical box support
  • input
    • GFKeyMapper: Handles physical to logical key mapping for GNUe Forms.
    • displayHandlers
      • Checkbox: Display handler for entries of type checkbox
      • Component: DisplayHandler classes for Forms input validation
      • Dropdown: DisplayHandler classes for Forms input validation
      • Listbox: DisplayHandler classes for Forms input validation
      • Numeric: DisplayHandler classes for Forms input validation
      • Password: DisplayHandler classes for Forms input validation
      • Text: Text display handler
  • uidrivers

Variable Summary
str __hexversion__ = '0006f180'
str __version__ = '0.6.1+svn.9878'
str HEXVERSION = '0006f180'
str PACKAGE = 'GNUe-Forms'
str TITLE = 'GNU Enterprise Forms'
str VERSION = '0.6.1+svn.9878'
Version version = <gnue.common.utils.version.Version instance at...

Variable Details

__hexversion__

Type:
str
Value:
'0006f180'                                                             

__version__

Type:
str
Value:
'0.6.1+svn.9878'                                                       

HEXVERSION

Type:
str
Value:
'0006f180'                                                             

PACKAGE

Type:
str
Value:
'GNUe-Forms'                                                           

TITLE

Type:
str
Value:
'GNU Enterprise Forms'                                                 

VERSION

Type:
str
Value:
'0.6.1+svn.9878'                                                       

version

Type:
Version
Value:
<gnue.common.utils.version.Version instance at 0xb7db930c>             


GNUe Home

Public API

Developer's Corner