| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object
|
+--xp.system.layout.LayoutManager
|
+--xp.system.layout.ListLayout
Constructor | ||
| public | ListLayout ( ) | |
| Create the layout manager instance | ||
Method Summary | ||
| public | addLayoutComponent ( component, constraint ): Void | |
| Adds the specified component with the specified name to the layout. | ||
| 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 |
|
| Adds the specified component with the specified name to the layout. | ||||||
|
|
| Calculates the preferred size for a 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 |
|