Child pages
  • ToolBar

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Rev: 1384958006482
Div
styledisplay:none

DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY (EXCEPT INSIDE THE DIV BELOW WITH ID=DESCRIPTION), UNLESS YOU KNOW WHAT YOU'RE DOING.
THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO AUTO UPDATE THE CONTENT THROUGH THE DOC GENERATOR. Enter additional information related to this 'class' inside the {div} macro with 'id=description'

Div
iddescription



HTML Table
id
classservoy sSummary
Colgroup Tag
Col
width80px
Col
Table Head (thead)
Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Method Summary
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
addButton(text, method)
Add a Button to the toolbar.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
addButton(text, method, arguments)
Add a Button to the toolbar.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
addButton(text, method, arguments, icon)
Add a Button to the toolbar.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
addButton(text, method, arguments, icon, tooltip)
Add a Button to the toolbar.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
addButton(text, method, arguments, icon, tooltip, enabled)
Add a Button to the toolbar.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
addButton(text, method, arguments, icon, tooltip, enabled, visible)
Add a Button to the toolbar.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
addCheckBox(text, method)
Add a CheckBox to the toolbar.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
addCheckBox(text, method, selected)
Add a CheckBox to the toolbar.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
addCheckBox(text, method, selected, tooltip)
Add a CheckBox to the toolbar.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
addCheckBox(text, method, selected, tooltip, enabled)
Add a CheckBox to the toolbar.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
addCheckBox(text, method, selected, tooltip, enabled, visible)
Add a CheckBox to the toolbar.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
addComboBox(method, index, values)
Add a ComboBox to the toolbar.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
addComboBox(method, index, values, tooltip)
Add a ComboBox to the toolbar.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
addComboBox(method, index, values, tooltip, enabled)
Add a ComboBox to the toolbar.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
addComboBox(method, index, values, tooltip, enabled, visible)
Add a ComboBox to the toolbar.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
addField(method, text)
Add a Field to the toolbar.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
addField(method, text, length)
Add a Field to the toolbar.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
addField(method, text, length, tooltip)
Add a Field to the toolbar.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
addField(method, text, length, tooltip, enabled)
Add a Field to the toolbar.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
addField(method, text, length, tooltip, enabled, visible)
Add a Field to the toolbar.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
addSeparator()
Add a Separator to the toolbar.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
enableItem(index, enabled)
Enable/disable the item at the specified index.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
removeAllItems()
Remove all Buttons, Checkboxes etc.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
removeItem(index)
Remove a Button, CheckBox, ComboBox from the toolbar.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
selectCheckBox(index, selected)
Set the CheckBox selection.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
selectComboBox(index, selection)
Select a row of the ComboBox via the index.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setFieldText(index, text)
Set a (default) text of the field at the given index.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
visibleItem(index, visible)
Make the item at the specified index visible/invisible.

...