Module flower.widget.LayoutMgr
This is a class to manage the layout of the widget.
Please get an instance from the widget module.
Extends:
Info:
- Release: V3.0.0
- Author: Makoto
Functions
getInstance () | Return the singlton instance. |
LayoutMgr:init () | Constructor. |
LayoutMgr:invalidateDisplay (component) | Invalidate the display of the component. |
LayoutMgr:invalidateLayout (component) | Invalidate the layout of the component. |
LayoutMgr:validateAll () | Validate the all components. |
LayoutMgr:validateDisplay () | Validate the display of the all components. |
LayoutMgr:validateLayout () | Validate the layout of the all components. |
Functions
- getInstance ()
- Return the singlton instance.
- LayoutMgr:init ()
- Constructor.
- LayoutMgr:invalidateDisplay (component)
-
Invalidate the display of the component.
Parameters:
- component component
- LayoutMgr:invalidateLayout (component)
-
Invalidate the layout of the component.
Parameters:
- component component
- LayoutMgr:validateAll ()
- Validate the all components.
- LayoutMgr:validateDisplay ()
- Validate the display of the all components.
- LayoutMgr:validateLayout ()
- Validate the layout of the all components.