|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
LAYOUT
- the type of layout object this helper provides.
@Deprecated public interface LayoutHelper<LAYOUT>
By providing an own implementation, the layout of the application can be influenced.
Method Summary | |
---|---|
LAYOUT |
getColumnLayout(int numColumns,
boolean equalWidth)
Deprecated. The Layout for aligning controls vertically in columns. |
Object |
getLeftColumnLayoutData()
Deprecated. The Layout data to use to set for a left column. |
Object |
getRightColumnLayoutData(int xSpan)
Deprecated. The Layout data to use to set for a right column. |
Object |
getSpanningLayoutData(int xSpan,
int ySpan)
Deprecated. The Layout data to use to set a spanning on an element. |
Object |
getValidationColumnLayoutData()
Deprecated. The Layout data to use to set for a validation column. |
Method Detail |
---|
LAYOUT getColumnLayout(int numColumns, boolean equalWidth)
numColumns
- the number of columns to createequalWidth
- whether the columns should be equal width
Object getSpanningLayoutData(int xSpan, int ySpan)
xSpan
- the horizontal spanySpan
- the vertical span
Object getLeftColumnLayoutData()
Object getRightColumnLayoutData(int xSpan)
xSpan
- the horizontal span
Object getValidationColumnLayoutData()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |