LAYOUT - the type of layout object this helper provides.@Deprecated public interface LayoutHelper<LAYOUT>
| Modifier and Type | Method and Description |
|---|---|
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.
|
LAYOUT getColumnLayout(int numColumns, boolean equalWidth)
numColumns - the number of columns to createequalWidth - whether the columns should be equal widthObject getSpanningLayoutData(int xSpan, int ySpan)
xSpan - the horizontal spanySpan - the vertical spanObject getLeftColumnLayoutData()
Object getRightColumnLayoutData(int xSpan)
xSpan - the horizontal spanObject getValidationColumnLayoutData()
Copyright © 2019. All rights reserved.