com.ibm.etools.iseries.edit.utils
Class ListboxUtil
java.lang.Object
com.ibm.etools.iseries.edit.utils.ListboxUtil
public class ListboxUtil
- extends Object
Method Summary |
static void |
update(List listbox,
String[] straItems)
A convenience method that obtains the current selection and updates
the listbox while keeping the selection the same if the item still exists. |
static void |
update(List listbox,
String[] straItems,
String strSelected)
An intelligent listbox that only performs modification to the listbox as necessary. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
copyright
public static final String copyright
- See Also:
- Constant Field Values
ListboxUtil
public ListboxUtil()
update
public static void update(List listbox,
String[] straItems)
- A convenience method that obtains the current selection and updates
the listbox while keeping the selection the same if the item still exists.
update
public static void update(List listbox,
String[] straItems,
String strSelected)
- An intelligent listbox that only performs modification to the listbox as necessary.
The listbox is updated without it blinking.
The listbox is updated with the given list of items only if the list of items
is different than the current listbox content. The selection is set to the selection string.
Copyright © 2011 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.