[ Odielib Home | Main Table Of Contents | Table Of Contents | Keyword Index ]

taotk::dynamic(n) 9.1 odielib ""

Name

taotk::dynamic - Class taotk::dynamic

Table Of Contents

Synopsis

Description

Ancestors: taotk::dynamic, taotk::frame, taotk::meta::container, taotk::meta::widget, oo::object, tao::moac, taotk::meta::tkwidget Provides the ground rules for dynamic widgets

Methods

action::revert_to_default
ApplySelectedValue newvalue
DefaultValue
ErrorInvalid newvalue ?error?
get

Pull the contents from the widget and decode the human-readable input into machine values

GlobalVariableName
MiniButton f args
Option_Validate_Not_Null field value
put rawvalue

Pull new contents to the widget and encode the machine value to the human-readable output

Validate newvalue
value::get value

Convert an internally encoded value to its externally encoded value

Used for widgets that display human-readable values. For example converting the human readable c131 - 01-141-L - Passage into an integer (131) for encoding in a database field.

value::put value

Convert an externally encoded value to its internally encoded value

Used for widgets that display human-readable values. For example converting an integer in the database (131) to something mor intelligable to the user c131 - 01-141-L - Passage

widget::background
Widget::create
widget::get
widget::put value

REFERENCES

AUTHORS

Sean Woods

Bugs, Ideas, Feedback

This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category taotk of the Odielib Trackers. Please also report any ideas for enhancements you may have for either package and/or documentation.

Keywords

odielib, taotk, taotk::dynamic

Category

Class