Base aspect for all objects editable by Layout Editor.
This includes: Container, ScenarioUsage, Interactor, Control.<q ref="core.lyt:Layout">Layout</q>(c) SAP AG 2003-2006. All rights reserved.
Called once after finishing a move operation.
This method can be used to apply custom behavior when the box is moved.
Called once after finishing a resize operation.
This method can be used to apply custom behavior when the box is resized.
Called once before starting a resize operation.
This method can be used to capture the box sized before it is resized.
Called once before starting a move operation.
This method can be used to capture the box position before it is moved.
Clears the contents of this box.
Creates a new element in the owner document of this box.The tag name of the new element.The CSS class name to assign to the new element.The parent element under which to append the new element.The new element.
Resizes the box to fit its contents.
Gets all box items (fields).
Gets a specified box item (field).The requested item name.
Rearranges the contents of this widget.
Repaints the contents of this box.
Reselects the box contents after the contents are scrolled.
Resets the box position and size to cancel any pending move/resize operation.
Resizes the contents repeater block.
Sets the widget position.The new position.Indicates whether to snap to the nearest valid position.
Sets the box position and size.The new rectangle containing position and size.Indicates whether to snap to the nearest valid size.
Updates box resize policy, used by Selection Manager.
Sets the box size.The new width.The new height.Indicates whether to snap to the nearest valid size.
Sets the box visibility.The box opacity level, between 0 (invisible) and 1 (visible).
Sets the box layer.The new z order index.