| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object
|
+--xp.system.layout.LayoutManager
|
+--xp.system.layout.BoxLayout
Constructor | ||
| public | BoxLayout ( ) | |
| Create the layout manager instance | ||
Method Summary | ||
| public | getPreferredSize ( ): Void | |
| Calculates the preferred size for a container | ||
| public | layoutContainer ( ): Void | |
| Lays out the container using a horizontal box model Iterate over child cmps, position cmp at the left of the remainig space and stretch vertically to fit | ||
| ||
|
| Create the layout manager instance |
|
| Calculates the preferred size for a container updates the measured size of the container |
|
|
| Lays out the container using a horizontal box model Iterate over child cmps, position cmp at the left of the remainig space and stretch vertically to fit |
|