Utility methods for "available-selected" list box components If isPage = 1, the list boxes are drawn on a page, not as part of a component. More...
Public Member Functions | |
_.Library.Status | DrawAvailableList (_.Library.String index, _.Library.Boolean isPage) |
Draw the beginning of the Available list box. | |
_.Library.Status | DrawSelectList (_.Library.String index, _.Library.Boolean isPage, _.Library.String SelectedItems) |
Draw the end of the Available list box, the arrows, and the Selected list box. | |
clearList (listID, isPage) | |
Clear all options from a box (except for the first, instructional one) | |
getSelList (delim, includeLeadingDelim, isPage) | |
Return a delimited string of selected items. | |
Static Public Member Functions | |
_.Library.Status | DrawArrows (_.Library.String index, _.Library.Boolean isPage) |
Draw arrows between Available and Selected list boxes. | |
DrawArrowsOld () | |
Draw arrows between Available and Selected list boxes. More... | |
DrawUpArrowsOld () | |
Draw up and down arraws next to the Selected list box. More... | |
Static Public Attributes | |
avaList = None | |
More... | |
selList = None | |
More... | |
Utility methods for "available-selected" list box components If isPage = 1, the list boxes are drawn on a page, not as part of a component.
|
static |
Draw arrows between Available and Selected list boxes.
Generic method used by other wizards
|
static |
Draw up and down arraws next to the Selected list box.
Generic method used by other wizards
|
static |
|
static |