This is the base class for DataHubButton, DataHubCheckBox, DataHubButton, and DataHubRadioButton applets. It should not be directly instantiated.
Parameter | Type | Default | Description |
---|---|---|---|
bgcolor | color | white | The background color for this applet |
fgcolor | color | black | The foreground color for this applet |
text | string | Press | The text to display on the button. |
bgcolor1 | color | white | The background color used when the data point value is equal to value1. |
fgcolor1 | color | black | The foreground color used when the data point value is equal to value1. |
value1 | string | 0 | The data value that will cause the button to display in colors bgcolor1/fgcolor1. |
text1 | string | null | The text to display on the button when the data point value is value1. If this is not specified, it is given the value of the text parameter. |
bgcolor2 | color | white | The background color used when the data point value is equal to value2 |
fgcolor2 | color | black | The foreground color used when the data point value is equal to value2 |
value2 | string | 1 | The data value that will cause the button to display in colors bgcolor2/fgcolor2. |
text2 | string | null | The text to display on the button when the data point value is value2. If this is not specified, it is given the value of the text1 parameter. |
numeric | boolean | false | If this parameter is true, the data value will be compared to value1 and value2 using a numeric comparison. If false, the data value is assumed to be a string. |
Inherited | - | - | All parameters from DataHubListener. |
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.