Represents tightly coupled unit of interaction, that enables the user to view application data and to carry out related tasks. Interactors are displayed in rectangular regions and are arranged using a hierarchy of containers to form the user interface display.<q ref="core.gml:Configurable">Configurable</q>(c) SAP AG 2003-2006. All rights reserved. The actions of this interactor. Column Layout specific. Gets or sets interactor's colspan. Defines the index of this object in its parent object layout calculation. Position, in format 'X Y', of this object in its parent UI container, in parent client coordinates. Specifies if this object is drawn in the Layout Board. Design-time only. Indicates whether to show the paging bar, if applicable. Indicates whether to show the title bar, if applicable. Indicates whether to show the toolbar, if applicable.Event if this property is <code>false,</code> the <q ref="core.gml:Interactor!toolbar">toolbar</q> property can have valid toolbar defintion. In such case, the toolbar will not be displayed. Size, in format 'W H', of this object on the screen. Defines interactor's toolbar, if any. Create a new control and insert it to the Interactor.The control class name to be created.A group to which this new control will be inserted. If <code>null</code> the new control is inserted as a direct child of Interactor.A collection of property values for initializing the new Control.The control that was addded to the Interactor, or <code>null</code> on failure. Gets the action associated with the given control.A control id.Returns the action associated with the given control. Get action by id.The id of an action.The action which matches the given id. Returns the actions of this Interactor.The collection of actions in this interactor. Get list of control classes that can be added to this interactor, as children of the group (parameter).The element that will be the parent of the added controls.A collection of names of the control-classes that can be added to the group. Get control by field id.The Id of the field attached to the control.The field attached to the control. Gets the control associated with the given action.An action id.Returns the control associated with the given action. Get Interactor controls.Defines if the method will also return inner controls, residing in control groups.The collection of controls. Get controls by field id.The Id of the field attached to the control.Returns all the controls that are bound to the field. getToolbarAllowedControls.The group that will host the newly created control.A collection of names of the control-classes that can be added to the group. Insert an action to the interactor.The action to be added.A group to which this new control will be inserted. If <code>null</code> the new control is inserted as a direct child of Interactor.Return true iff the indertion of the control succeeded. Insert control to the interactor/group.The control to be added.A group to which this new control will be inserted. If <code>null</code> the new control is inserted as a direct child of Interactor.Return true iff the indertion of the control succeeded.If the control already belongs to another parent , then it will be removed from the old parent as part of this operation. A callback method that is called if this object's <q ref="core.gml:RefInfoshape">RefInfoshape</q> is modified, or the <q ref="core.gml:BOInfoshape">BOInfoshape</q> object it points to is modified.the type of change of infoshape.An object containing data related to the change in the infoshape.<ul><li>See more details on the parameters passed to this method in <q ref="core.gml:Infoshape!notifyOnChange">notifyOnChange</q>. </li><li>Override this method to handle changes in this object as a result of changes in the related infoshape. </li></ul> A callback funtction which been called whenever fields are been added to the BOInfoshape.An array of fields object. A callback function which been called whenever fields are been removed from the BOInfoshape.An array of fields object. A callback function which been called whenever a field has been update in the BOInfoshape.A field object.An event object. A callback function which is executed whenever BOInfoshape is replaced for the interactor.The old BOInfoshape.The new BOInfoshape. Remove an action from the interactor.The control to be deleted.Returns <code>true</code> if the control has been deleted. Removes all controls. Remove control from the interactor.The Field attached to the control.The control to be deleted.Returns <code>true</code> if the control has been deleted. Remove the control that is attached to the field.The field which is strongly attached to a control.Returns <code>true</code> if the control has been deleteted. Remove controls that are attached to the field.The field which is strongly attached to a control.Returns <code>true</code> if the control has been deleteted.