public interface ITableLayout
Modifier and Type | Method and Description |
---|---|
void |
addRowLayout(ITableRowLayout tableRowLayout) |
void |
beginLayout() |
void |
endLayout() |
ITableLayoutBuilder.Alignment[] |
getAlignments() |
int[] |
getGaps() |
int |
getLayoutHashCode() |
Dimension |
getPreferredSize() |
int[] |
getWidths() |
void |
invalidate() |
void |
removeRowLayout(ITableRowLayout tableRowLayout) |
ITableRowLayoutFactoryBuilder |
rowBuilder() |
void |
validate() |
void invalidate()
void validate()
void beginLayout()
void endLayout()
void addRowLayout(ITableRowLayout tableRowLayout)
void removeRowLayout(ITableRowLayout tableRowLayout)
int getLayoutHashCode()
int[] getGaps()
int[] getWidths()
ITableLayoutBuilder.Alignment[] getAlignments()
Dimension getPreferredSize()
ITableRowLayoutFactoryBuilder rowBuilder()
Siehe auch Jowidgets Nutzerhandbuch