requiresLayout
Indicates whether a layout is needed because of the given size change to the Container. This is called whenever the container's size
changes.
Return
true
if a layout is needed
Parameters
managed by this Layout
size of the container
size of the container
Indicates whether a layout is needed because of the given bounds change to a child of the given Container. This is called whenever the container's size
changes.
Return
true
if a layout is needed
Parameters
whose bounds has changed
the given container
bounds of the child
bounds of the child
Indicates whether a layout is needed because of the given size preferences change to a child of the given Container. This is called whenever the container's size
changes.
Return
true
if a layout is needed
Parameters
whose bounds has changed
the given container
preferences of the child
preferences of the child