Class SetFields
Subclasses :
gui::Component
gui::MenuComponent
gui::Node
http::HttpRequest
net::NetClient
Package :
util
Source
Class summary
Methods defined in this class
as_attrib(attr, val)
attrib(a[])
cset_val(attr, val)
field_error(s)
int_val(attr, val)
int_vals(attr, val, n)
numeric_val(attr, val)
numeric_vals(attr, val, n)
set_fields(l)
set_one(attr, val)
string_val(attr, val)
string_vals(attr, val, n)
test_flag(attr, val)
Method detail
as_attrib(attr, val)
Source
attrib(a[])
Source
cset_val(attr, val)
Source
field_error(s)
Invoked on a field setup error: stop with an error. This is always a fatal error.
Parameters :
s - the error message
Source
int_val(attr, val)
Source
int_vals(attr, val, n)
Source
numeric_val(attr, val)
Source
numeric_vals(attr, val, n)
Source
set_fields(l)
Source
set_one(attr, val)
This must be implemented to set a single field.
Parameters :
attr - the field
val - the value
Source
string_val(attr, val)
Source
string_vals(attr, val, n)
Source
test_flag(attr, val)
Source