Components in kitPx module BoundLabel, BooleanImage, NumericImage, or EnumImageThis topic documents BoundLabel, BooleanImage, NumericImage, or EnumImage.ActionButtonThis topic documents ActionButton,. kitPx-ActionButton is a button that uses images to display the state of the button. For example, the action button may have three separate images to indicate the normal, mouseOver, and pressed states.HyperLink ButtonIncrementSetPointButtonDecrementSetPointButtonSaveButtonkitPx is used to issue a save command when it is clicked. The Save text that appears on the button is included by default in the Save property–but, like the other properties, it may be edited, as desired.RefreshButtonkitPx-RefreshButton is used to issue a refresh command when it is clicked. The Refresh text that appears on the button is included by default in the Text property. This button is designed to work well with Touchscreen displays that require a larger button. The Refresh button is located in the kitPx palette and is pre-configured so that all you have to do is drag it onto a Px page and save the page for it for it to take effect.ExportButtonkitPx-ExportButton can be used in Touchscreen displays that require a larger button. It works the same way as the Export button that is located on the Workbench toolbar menu (opens the Export dialog box when clicked). The ExportButton widget is located in the kitPx palette and is pre-configured so that all you have to do is drag it onto a Px page and save the page for it for it to take effect.BackButtonkitPx-BackButton is designed for Touchscreen displays that require a larger button. This widget works like the standard Workbench Back button that is located in the top left corner of the window. The button is dimmed when no previous page has been visited and is enabled when a previous page is available to go back to when you click it. It is located in the kitPx palette and is pre-configured so that all you have to do is drag it onto a Px page and save the page for it for it to take effect.ForwardButtonkitPx-ForwardButton is designed for Touchscreen displays that require a larger button. This widget works like the standard Workbench Forward button that is located in the top left corner of the toolbar. The button is dimmed when no forward page is available and is enabled when a page is available to go forward to when you click it. It is located in the kitPx palette and is pre-configured so that all you have to do is drag it onto a Px page and save the page for it for it to take effect.LogoffButtonkitPx-LogoffButton is designed for Touchscreen displays that require a larger button. When clicked, this widget automatically initiates a logoff command and disconnects the current user from any active session. The Logoff button is located in the kitPx palette and is pre-configured so that all you have to do is drag it onto a Px page and save the page for it for it to take effect.RebootButtonWhen clicked, this widget automatically initiates a Reboot command and restart the running station. The Reboot button is located in the kitPx palette and is pre-configured so that all you have to do is drag it onto a Px page and save the page for it for it to take effect.ButtonGroupkitPx-ButtonGroup is a widget that provides a convenient way to bind a group of buttons to a common boolean or enum point. This widget is comprised of a standard GridPane with a Button-GroupBinding already available. The ButtonGroup properties are editable in the Px Editor properties side bar.LocalizableButtonLocalizableButton allows localizable text to be used without requiring a binding. Animate the text property if you want the button bound to a value. This is an extension to the existing BButton and a few more properties such as there is no need to bind to provide localized text.LocalizableLabelLocalizableLabel allows localizable text to be used without requiring a binding. Animate the text property if you want the label bound to a value. This is an extension to the existing BButton and a few more properties such as there is no need to bind to provide localized text.AnalogMeterkitPx-AnalogMeter is a widget that is designed to look and act like a analog meter. This component comes with a value binding that should be bound to a value by an ORD.BargraphkitPx-Bargraph is a widget that is designed to display a single value in a bar graph. In addition to action bindings, value and setpoint bindings are available. To plot more than one value using a single widget (using a line chart) . Or, you can use a chart widget for history tables.SetPointSliderSetPointSlider, in the kitPx palette, provides a visual slider which is used to select and integer or floating point value between a fixed range.SetPointToggleButtonSetPointToggleButton, in the kitPx palette, provides a two-state widget which may be selected and unselected.SetPointCheckBoxThis component in the kitPx palette is a specialized ToggleButton, which displays its label next to a box that can be checked and unchecked.SetPointFieldEditorkitPx-SetPoinFieldEditor is a special field editor that is designed to allow you to edit setpoint values from a graphic view. It is designed for layout on panes and is comprised of standard widgets like buttons, text fields, and check boxes. For editing non-specific properties, use the kitPx GenericField-Editor.GenericFieldEditorkitPx-GenericFieldEditor is a field editor that allows you to edit properties from a graphic view on non-specific fields. It is designed for layout on panes and is comprised of standard widgets like buttons, text fields, and check boxes. Specialized field editor widgets include: SetPointFieldEditor.ActionBindingkitPx-ActionBinding invokes an action on the binding target component when an event is fired by the parent widget. The ORD of an action binding must resolve down to a specific action within a component.BoundLabelBindingkitPx-BoundLabelBinding is used exclusively for connecting a value to a bound label widget. Bound labels, which are located in the kitPx module, have properties that you can edit and access from the Px Editor properties side bar.ButtonGroupBindingkitPx-ButtonGroupBinding is used exclusively for connecting a value to a ButtonGroup widget. ButtonGroups, which are located in the kitPx module, have properties that you can edit and access from the Px Editor properties side bar. IncrementSetPointBindingkitPx-IncrementSetPointBinding is used to increment (increase) or decrement (decrease) a setpoint value.SetPointBindingkitPx-SetPointBinding is used to display the current value of a setpoint and also to provide the ability to modify it. The setpoint binding ORD must resolve down to the specific property that is being manipulated.Parent topic: Components, views and windows