Child pages
  • Popup

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)
CheckBox
Table Cell (td)
addCheckBox()
Add a checkbox.
Table Row (tr)
Table Cell (td)
CheckBox
Table Cell (td)
addCheckBox(index)
Add a checkbox at the selected index (starting at 0) or at the end.
Table Row (tr)
Table Cell (td)
CheckBox
Table Cell (td)
addCheckBox(name)
Add a checkbox with given name.
Table Row (tr)
Table Cell (td)
CheckBox
Table Cell (td)
addCheckBox(name, feedback_item)
Add a checkbox at the selected index (starting at 0) or at the end.
Table Row (tr)
Table Cell (td)
CheckBox
Table Cell (td)
addCheckBox(name, feedback_item, icon)
Add a checkbox at the selected index (starting at 0) or at the end.
Table Row (tr)
Table Cell (td)
CheckBox
Table Cell (td)
addCheckBox(name, feedback_item, icon, mnemonic)
Add a checkbox at the selected index (starting at 0) or at the end.
Table Row (tr)
Table Cell (td)
CheckBox
Table Cell (td)
addCheckBox(name, feedback_item, icon, mnemonic, enabled)
Add a checkbox at the selected index (starting at 0) or at the end.
Table Row (tr)
Table Cell (td)
CheckBox
Table Cell (td)
addCheckBox(name, feedback_item, icon, mnemonic, enabled, align)
Add a checkbox at the selected index (starting at 0) or at the end.
Table Row (tr)
Table Cell (td)
Menu
Table Cell (td)
addMenu()
Add a submenu at the end.
Table Row (tr)
Table Cell (td)
Menu
Table Cell (td)
addMenu(index)
Add a submenu at the selected index (starting at 0).
Table Row (tr)
Table Cell (td)
Menu
Table Cell (td)
addMenu(name)
Add a submenu with given name.
Table Row (tr)
Table Cell (td)
MenuItem
Table Cell (td)
addMenuItem()
Add a menu item.
Table Row (tr)
Table Cell (td)
MenuItem
Table Cell (td)
addMenuItem(index)
Add a menu item at the selected index (starting at 0) or at the end.
Table Row (tr)
Table Cell (td)
MenuItem
Table Cell (td)
addMenuItem(name)
Add a menu item with given name.
Table Row (tr)
Table Cell (td)
MenuItem
Table Cell (td)
addMenuItem(name, feedback_item)
Add a menu item at the selected index (starting at 0) or at the end.
Table Row (tr)
Table Cell (td)
MenuItem
Table Cell (td)
addMenuItem(name, feedback_item, icon)
Add a menu item at the selected index (starting at 0) or at the end.
Table Row (tr)
Table Cell (td)
MenuItem
Table Cell (td)
addMenuItem(name, feedback_item, icon, mnemonic)
Add a menu item at the selected index (starting at 0) or at the end.
Table Row (tr)
Table Cell (td)
MenuItem
Table Cell (td)
addMenuItem(name, feedback_item, icon, mnemonic, enabled)
Add a menu item at the selected index (starting at 0) or at the end.
Table Row (tr)
Table Cell (td)
MenuItem
Table Cell (td)
addMenuItem(name, feedback_item, icon, mnemonic, enabled, align)
Add a menu item at the selected index (starting at 0) or at the end.
Table Row (tr)
Table Cell (td)
RadioButton
Table Cell (td)
addRadioButton()
Add a radio button.
Table Row (tr)
Table Cell (td)
RadioButton
Table Cell (td)
addRadioButton(index)
Add a radiobutton at the selected index (starting at 0) or at the end.
Table Row (tr)
Table Cell (td)
RadioButton
Table Cell (td)
addRadioButton(name)
Add a radio button with given name.
Table Row (tr)
Table Cell (td)
RadioButton
Table Cell (td)
addRadioButton(name, feedback_item)
Add a radiobutton at the selected index (starting at 0) or at the end.
Table Row (tr)
Table Cell (td)
RadioButton
Table Cell (td)
addRadioButton(name, feedback_item, icon)
Add a radiobutton at the selected index (starting at 0) or at the end.
Table Row (tr)
Table Cell (td)
RadioButton
Table Cell (td)
addRadioButton(name, feedback_item, icon, mnemonic)
Add a radiobutton at the selected index (starting at 0) or at the end.
Table Row (tr)
Table Cell (td)
RadioButton
Table Cell (td)
addRadioButton(name, feedback_item, icon, mnemonic, enabled)
Add a radiobutton at the selected index (starting at 0) or at the end.
Table Row (tr)
Table Cell (td)
RadioButton
Table Cell (td)
addRadioButton(name, feedback_item, icon, mnemonic, enabled, align)
Add a radiobutton at the selected index (starting at 0) or at the end.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
addRadioGroup()
Add a radiogroup for radiobuttons.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
addSeparator()
Add the separator at the selected index (starting at 0) or at the end (empty).
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
addSeparator(index)
Add the separator at the selected index (starting at 0) or at the end (empty).
Table Row (tr)
Table Cell (td)
CheckBox
Table Cell (td)
getCheckBox(index)
Get the checkbox at the selected index (starting at 0).
Table Row (tr)
Table Cell (td)
Object
Table Cell (td)
getClientProperty(key)
Gets the specified client property for the element based on a key.
Table Row (tr)
Table Cell (td)
MenuItem
Table Cell (td)
getItem(index)
Get the item at the selected index (starting at 0).
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
getItemCount()
Get the number of items in the menu.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
getItemIndexByText(text)
Retrieve the index of the item by text.
Table Row (tr)
Table Cell (td)
Menu
Table Cell (td)
getMenu(index)
Get the submenu at the selected index (starting at 0).
Table Row (tr)
Table Cell (td)
RadioButton
Table Cell (td)
getRadioButton(index)
Get the radiobutton at the selected index (starting at 0).
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
putClientProperty(key, value)
Sets the value for the specified element client property key.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
removeAllItems()
Remove all items from the menu.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
removeItem(index)
Remove the item(s) at the selected index/indices.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
show()
Show the popup at the mouse coordinates (Smart client only).
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
show(component)
Show the popup above the specified element.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
show(component, x, y)
Show the popup above the specified element, adding x an y values relative to the element.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
show(x, y)
Show the popup at x an y coordinates.

...