Share via


Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

Control.onLayout

Triggers the layout event.

Syntax

protected void onLayout( LayoutEvent event )

Parameters

event

A LayoutEvent object that provides the event data.

Remarks

Inheriting controls should override this function to do any custom layout logic. It is not neccessary to call super.onLayout. However, for normal docking and anchoring functions to work, you must call super.onLayout.

See Also   addOnLayout