COLUMN:
Attributes


ALIGNMENT

Specifies the alignment of the widgets inside this column. Confirmed to work with text and entry renderers (editable and non-editable text field), but behaviour with other renderers is undefined. Permitted values are

Value(s)

Default Value

left

AUTO-GEN

This is internal code used by glade2bond conversion programme to figure out which tags are hand made and which are generated. Any XML you write should have auto-gen set to false. This maybe replaced with namespace at some point.

Value(s)

Default Value

#IMPLIED

BGCOLOURFIELD

If set to true, the field associated with this column will be used to set the background colour of each row. This field will be hidden from view, as if visible was set to false.

Value(s)

Default Value

false

CLICKABLE

When any column has clickable set to true, all rows are able to be selected from the list.

Value(s)

Default Value

#IMPLIED

CONFIGVAR

Value(s)

CDATA

Default Value

#IMPLIED

CUSTOMLABEL

Value(s)

CDATA

Default Value

#IMPLIED

DEFAULTFOCUS

Value(s)

Default Value

false

EDITABLE

When set to true, the column entry for each row is editable.

Note that the edited value will be saved back to the database on each keypress, so this isn't recommended for complex fields such as dates. Simple fields such as numbers or text fields, which will be valid at each keypress, are safe.

Value(s)

Default Value

false

ELLIPSIZE

Value(s)

Default Value

#IMPLIED

FGCOLOURFIELD

Value(s)

Default Value

false

FIXEDWIDTH

Allows the column to be set to a fixedwidth. Expanding the window will not change this width.

Value(s)

CDATA

Default Value

-1

GRABFOCUS

Value(s)

Default Value

false

HTMLHEIGHT

Value(s)

CDATA

Default Value

#IMPLIED

HTMLLEFT

Value(s)

CDATA

Default Value

#IMPLIED

HTMLTOP

Value(s)

CDATA

Default Value

#IMPLIED

HTMLWIDTH

Value(s)

CDATA

Default Value

#IMPLIED

LONGNAME

Value(s)

CDATA

Default Value

#IMPLIED

MAXHEIGHT

Value(s)

CDATA

Default Value

-1

MAXWIDTH

Value(s)

CDATA

Default Value

-1

MINHEIGHT

This is useful for forcing widgets to be a minimum certain size.

Value(s)

CDATA

Default Value

-1

MINWIDTH

This is useful for forcing widgets to be a minimum certain size.

Value(s)

CDATA

Default Value

-1

NAME

Name of the widget that will be used in bond for api calls.

Value(s)

CDATA

Default Value

#IMPLIED

REORDERABLE

When set to true, the column headings can be reordered to read the list in an order.

Value(s)

Default Value

#IMPLIED

RESIZABLE

Value(s)

Default Value

#IMPLIED

SORTABLE

If set to true the heading of each column can be sorted either A-Z,Z-A,1-100,100-1.

Value(s)

Default Value

#IMPLIED

TITLE

Value(s)

CDATA

Default Value

#IMPLIED

TYPE

When a column type is set, the column is always ordered by this type, depending on the dbobject sql statement ordering.

Value(s)

Default Value

string

VISIBLE

When set to TRUE, this states which windows are visible once the xml program is executed.

Value(s)

Default Value

true
Back to COLUMN


bond-2.1 DTD