|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Layout | |
|---|---|
| com.itmill.toolkit.ui | Provides interfaces and classes in the IT Mill Toolkit. |
| Uses of Layout in com.itmill.toolkit.ui |
|---|
| Classes in com.itmill.toolkit.ui that implement Layout | |
|---|---|
class |
CustomLayout
A container component with freely designed layout and style. |
class |
ExpandLayout
Our layouts (except custom layout of course) don't currently work at all with relative widths. |
class |
GridLayout
A container that consists of components with certain coordinates on a grid. |
class |
OrderedLayout
Ordered layout. |
| Methods in com.itmill.toolkit.ui that return Layout | |
|---|---|
Layout |
Form.getLayout()
Gets the layout of the form. |
Layout |
Panel.getLayout()
Gets the current layout of the panel. |
| Methods in com.itmill.toolkit.ui with parameters of type Layout | |
|---|---|
void |
Form.setLayout(Layout newLayout)
Sets the layout of the form. |
void |
Panel.setLayout(Layout layout)
Sets the layout of the panel. |
| Constructors in com.itmill.toolkit.ui with parameters of type Layout | |
|---|---|
Form(Layout formLayout)
Contructs a new form with given layout. |
|
Form(Layout formLayout,
FieldFactory fieldFactory)
Contructs a new form with given layout and FieldFactory. |
|
Panel(Layout layout)
Creates a new empty panel with given layout. |
|
Panel(String caption,
Layout layout)
Creates a new empty panel with caption. |
|
Window(String caption,
Layout layout)
Creates a new window. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||