This property works with certain widgetEvents to specify the action to take when the widgetEvent is triggered. For example, a mouseEvent, such as a click on a widget can change a Boolean status from true to false or prompt the user to select a setting. Argument options, like the widgetEvents, themselves, are context sensitive, depending on widget and binding type.
This property specifies how the object behaves when binding communications are not available. If a binding is not usable,
this property allows the designer to choose how to degrade the UI gracefully. For example, if the user does not have permission
to invoke a specific action, a button that is bound to that action can be dimmed or hidden entirely. To preserve backward
compatibility, the default degradeBehavior is none.
This spectrum binding property represents the total range of the bound value which maps from low to high.
This spectrum binding property specifies the color of the highest value assignment for a spectrum color binding. The high
color displays when the bound target is greater than setpoint+extent/2. As the bound value decreases below the maximum value
specified, the color approaches the color set by the Mid Color property.
This property provides a link to another object. When used, the hyperlink is active in the browser or in the Px viewer.
This property specifies an icon to appear in the top left corner of a popup window. The icon property is not available with the popup binding.
This property is a value that can be set to increment (increase) or decrement (decrease) a current value by the assigned amount. A positive number in this property field increments a value; a negative number in this field decrements a value.
This spectrum binding property specifies the color that is used for the lowest value assignment for a spectrum color binding. The low color displays when the bound target value is less than setpoint-extent/2. As the value bound to this property increases above the minimum value specified, the color approaches the color set by the Mid Color property.
This spectrum binding property specifies the color that is used for the middle value assignment for a spectrum color binding.
This color is displayed when the bound value is exactly at the setpoint. As the binding value increases above this point,
the displayed color approaches the color set by the High Color property. As the bound value decreases below this point, the
displayed color approaches the color set by the Low Color property.
This property applies to Popup Bindings. When set to true, the popup window associated with the Popup Binding is a modal window.
This property specifies the ORD to bind to the widget. This property must have a value for the widget to be bound. In a Popup binding this is the path that designates the component view that displays in the popup window.
This property allows (true) or prohibits (false) a secondary popup (right-click) menu to appear when a user clicks on this label from a browser or Px viewer.
false prevents actions from being executed at a control point from a specific Px graphic while still allowing access to the action
from a different Px graphic or Property Sheet.
position
This property designates an initial screen position for a popup window.
This binding property specifies the value that is used for displaying the Mid Color. For example, if you set this value to 70, the color that you define for Mid Color displays when the bound value is 70.
This property designates an initial screen size for a popup window.
this property provides three options for enabling or disabling status effects.
This option enables a background color change when the bound value status changes.
This option to enables a background color change and a blinking effect when the bound value status changes.
This option disables any effects based on bound value status changes.
This property specifies a display name for the widget in text or by means of a script.
This property specifies the text that appears in a popup window title bar.
This property specifies one of several possible events: actionPerformed, focusEvent, invokeAction, keyEvent, mouseEvent. Possible actions depend on the type of widget and action. Some widgetEvents specify an actionArgument, as described, above.
This property allows you to specify the property that you are targeting in the binding’s parent widget. For example, you can
use a spectrum binding that has a bound label parent to change the background property of that parent label by selecting background in the Widget property. Or, you can change the foreground color by choosing foreground. You can target only one value per binding but you may add additional bindings if you want to target more that one property
in the parent widget.