protected static class UiWidgetAdapterGwtTableColumn.ColumnWidthRange extends Object
Modifier and Type | Field and Description |
---|---|
private double |
initialWidth
The initial width of the column.
|
private int |
maxDx
The maximum value allowed for deltaX (typically positive).
|
private int |
minDx
The minimum value allowed for deltaX (typically negative).
|
Constructor and Description |
---|
ColumnWidthRange(UiWidget widget)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
clip(int deltaX)
|
double |
getInitialWidth() |
int |
getMaxDx() |
int |
getMinDx() |
private final int minDx
private final int maxDx
private final double initialWidth
public ColumnWidthRange(UiWidget widget)
widget
- is the actual column widget.Copyright © 2001–2016 mmm-Team. All rights reserved.