The SimpleControl class represents a data-bound display field.<q ref="core.gml:Control">Control</q><q ref="core.dev:IPropertyBagSupport">IPropertyBagSupport</q><font color="red">This class is in preliminary design stage, and is subject to change.</font>(c) SAP AG 2003-2006. All rights reserved.
Defines action to be executed when control is clicked.
Gets or sets the control's 'forceSync' attribute.
A set of PropertyBagItems holding specific control configuration properties.
Gets or sets the control's expression. Used to assosiate the control with fields.
Used for enforcing the property bag values persistency, even for default values.
Gets the bound field to the control.A BOInfoshape.Optional, The member name which reperesent the bound field. The default is "value".Returns the bound field iff the object is bound to a field.
Define an editor for the property bag.
Gets a property bag item value.The configuration property item name.Returns the value. Null is return when not found.
Returns whether this control has an action.true if this control has an action, otherwise false.
Sets the memeber propety of the object to repersent Bound object.An id of a field.Optional, The member name which reperesent the bound field. The default is "value".Returns <code>true</code> iff the setting of the bound field to the control was succeeded.
Sets a property bag item value. If no item is found a new one is created.The configuration property name.The configuration property value. If omitted or undefined the item will be removed.