|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Resize | |
---|---|
qx.ui.table.columnmodel.resizebehavior |
Uses of Resize in qx.ui.table.columnmodel.resizebehavior |
---|
Methods in qx.ui.table.columnmodel.resizebehavior with parameters of type Resize | |
---|---|
void |
Default._computeColumnsFlexWidth(Resize tableColumnModel,
Event event)
Computes the width of all flexible children (based loosely on the method of the same name in HorizontalBoxLayoutImpl). |
void |
Default._extendLastColumn(Resize tableColumnModel,
DataEvent event)
If a column was just made invisible, extend the last column to fill any available space within the inner width of the table. |
void |
Default._extendNextColumn(Resize tableColumnModel,
DataEvent event)
Extend the visible column to right of the column which just changed width, to fill any available space within the inner width of the table. |
java.lang.Object |
Abstract._getAvailableWidth(Resize tableColumnModel)
Determine the inner width available to columns in the table. |
void |
Default.onAppear(Resize tableColumnModel,
java.lang.Object event)
|
void |
Abstract.onAppear(Resize tableColumnModel,
java.lang.Object event)
Called when the table has first been rendered. |
void |
Default.onColumnWidthChanged(Resize tableColumnModel,
java.lang.Object event)
|
void |
Abstract.onColumnWidthChanged(Resize tableColumnModel,
java.lang.Object event)
Called when a column width is changed. |
void |
Default.onTableWidthChanged(Resize tableColumnModel,
java.lang.Object event)
|
void |
Abstract.onTableWidthChanged(Resize tableColumnModel,
java.lang.Object event)
Called when the table width changes due to either a window size change or a parent object changing size causing the table to change size. |
void |
Default.onVerticalScrollBarChanged(Resize tableColumnModel,
java.lang.Object event)
|
void |
Abstract.onVerticalScrollBarChanged(Resize tableColumnModel,
java.lang.Object event)
Called when the use of vertical scroll bar in the table changes, either from present to not present, or vice versa. |
void |
Default.onVisibilityChanged(Resize tableColumnModel,
java.lang.Object event)
|
void |
Abstract.onVisibilityChanged(Resize tableColumnModel,
java.lang.Object event)
Called when a column visibility is changed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |