|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HasLayout
A widget that implements this interface has the ability to lay out its children. This interface provides access to the layout capability without compromising the ability to provide a mock container instance in JRE unit tests.
| Method Summary | |
|---|---|
void |
forceLayout()
Forces a class that implements HasLayout to lay out its child
widgets. |
boolean |
isLayoutRunning()
Returns true if invoked when a class that implements HasLayout
is in the process of laying out it's children. |
boolean |
isOrWasLayoutRunning()
Returns true if invoked when a class that implements HasLayout
is in the process of laying out it's children or has performed a lay out in
the past. |
| Method Detail |
|---|
void forceLayout()
HasLayout to lay out its child
widgets.
boolean isLayoutRunning()
HasLayout
is in the process of laying out it's children. Useful in avoiding recursive
lay out operations.
boolean isOrWasLayoutRunning()
HasLayout
is in the process of laying out it's children or has performed a lay out in
the past.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||