|
||||||||||
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 |
AbstractLayout
An abstract class that defines default implementation for the Layout
interface. |
class |
AbstractOrderedLayout
|
class |
CustomLayout
A container component with freely designed layout and style. |
class |
ExpandLayout
Deprecated. Deprecated in favor of the new OrderedLayout |
class |
FormLayout
FormLayout is used by Form to layout fields. |
class |
GridLayout
A container that consists of components with certain coordinates (cell position) on a grid. |
class |
HorizontalLayout
Horizontal layout HorizontalLayout is a component container, which shows the
subcomponents in the order of their addition (horizontally). |
class |
OrderedLayout
Deprecated. Replaced by VerticalLayout/HorizontalLayout. For type checking please not that VerticalLayout/HorizontalLayout do not extend OrderedLayout but AbstractOrderedLayout (which also OrderedLayout extends). |
class |
SplitPanel
SplitPanel. |
class |
VerticalLayout
Vertical layout VerticalLayout is a component container, which shows the
subcomponents in the order of their addition (vertically). |
Methods in com.itmill.toolkit.ui that return Layout | |
---|---|
Layout |
Form.getFooter()
Returns a layout that is rendered below normal form contents. |
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.setFooter(Layout newFormFooter)
Sets the layout that is rendered below normal form contens. |
void |
Window.setLayout(Layout newLayout)
|
void |
Form.setLayout(Layout newLayout)
Sets the layout of the form. |
void |
Panel.setLayout(Layout newLayout)
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 |