background image
<< Java Functions | Menu Object Functions >>
<< Java Functions | Menu Object Functions >>

List Item Functions

Java Vuser Scripts · Creating Java Vuser Scripts
Creating Vuser Scripts
Chapter 25, page 419
Edit Object Functions
edit_activate
Activates an edit object.
edit_delete_block
Deletes a text block from an edit object.
edit_insert_block
Inserts text in a multi-line edit object.
edit_replace
Replaces the specified contents of a one-line edit
object.
edit_replace_block
Replaces a block of text in a multi-line edit object.
edit_set
Replaces the entire contents of an edit object.
edit_set_selection
Selects text in an edit object.
edit_set_insert_pos
Places the cursor at the specified point.
List Item Functions
list_activate_item
Activates items in a list.
list_collapse_item
Hides items in a list.
list_deselect_item
Deselects an item in a list.
list_deselect_range
Deselects all items between two specified items
in a list.
list_expand_item
Shows hidden items in a list.
list_extend_item
Adds an item to a list.
list_select_item
Selects a list item.
list_select_range
Selects a range of items from a list.