Packageorg.ow2.kerneos.core.view.window
Classpublic class IFrameModuleWindowControlsContainer
InheritanceIFrameModuleWindowControlsContainer Inheritance flexlib.mdi.containers.MDIWindowControlsContainer

The controls container for IFramemoduleWindows.

See also

IFramemoduleWindow


Public Properties
 PropertyDefined By
  navigateExternallyButton : Button
The "Navigate externally" button.
IFrameModuleWindowControlsContainer
  nextPageButton : Button
The "Next page" button.
IFrameModuleWindowControlsContainer
  previousPageButton : Button
The "Previous page" button.
IFrameModuleWindowControlsContainer
  separator : VRule
The separator.
IFrameModuleWindowControlsContainer
Public Methods
 MethodDefined By
  
Build a new IFrameModuleWindowControlsContainer.
IFrameModuleWindowControlsContainer
Protected Methods
 MethodDefined By
  
[override] Create UI children.
IFrameModuleWindowControlsContainer
  
positionToolTip(e:ToolTipEvent):void
Overrides the default positioning of the Tooltip, to avoid it being hidden by the IFrame.
IFrameModuleWindowControlsContainer
Property Detail
navigateExternallyButtonproperty
public var navigateExternallyButton:Button

The "Navigate externally" button.

nextPageButtonproperty 
public var nextPageButton:Button

The "Next page" button.

previousPageButtonproperty 
public var previousPageButton:Button

The "Previous page" button.

separatorproperty 
public var separator:VRule

The separator.

Constructor Detail
IFrameModuleWindowControlsContainer()Constructor
public function IFrameModuleWindowControlsContainer()

Build a new IFrameModuleWindowControlsContainer.

Method Detail
createChildren()method
override protected function createChildren():void

Create UI children.

positionToolTip()method 
protected function positionToolTip(e:ToolTipEvent):void

Overrides the default positioning of the Tooltip, to avoid it being hidden by the IFrame.

Parameters

e:ToolTipEvent