BBjSlider::getLabels
Description
In BBj 10.0 and higher, this method returns the labels from a BBjSlider control.
Syntax
Return Value |
Method |
getLabels() |
Parameters
None.
Return Value
Returns a Java Map<Integer,String> structure, where each Integer key is the slider position of the corresponding String label.
Remarks
If custom labels are not defined, the slider generates labels corresponding to the integer values of the major ticks.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.