|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectComplexPanel
com.vaadin.client.ui.VGridLayout
public class VGridLayout
| Nested Class Summary | |
|---|---|
class |
VGridLayout.Cell
For internal use only. |
| Field Summary | |
|---|---|
static java.lang.String |
CLASSNAME
|
ApplicationConnection |
client
For internal use only. |
int[] |
colExpandRatioArray
For internal use only. |
int[] |
columnWidths
For internal use only. |
java.util.Set<java.lang.Integer> |
explicitColRatios
|
java.util.Set<java.lang.Integer> |
explicitRowRatios
|
boolean |
hideEmptyRowsAndColumns
|
int[] |
rowExpandRatioArray
For internal use only. |
int[] |
rowHeights
For internal use only. |
DivElement |
spacingMeasureElement
For internal use only. |
java.util.HashMap<Widget,VGridLayout.Cell> |
widgetToCell
For internal use only. |
| Constructor Summary | |
|---|---|
VGridLayout()
|
|
| Method Summary | |
|---|---|
VGridLayout.Cell |
createNewCell(int row,
int col)
Creates a new Cell with the given coordinates. |
VGridLayout.Cell |
getCell(int row,
int col)
For internal use only. |
protected int[] |
getColumnWidths()
Returns the column widths measured in pixels |
ComponentConnector |
getComponent(com.google.gwt.user.client.Element element)
Deprecated. As of 7.2, call or override getComponent(Element)
instead |
ComponentConnector |
getComponent(Element element)
Returns the deepest nested child component which contains "element". |
protected int |
getHorizontalSpacing()
Returns the spacing between the cells horizontally in pixels |
protected int[] |
getRowHeights()
Returns the row heights measured in pixels |
protected int |
getVerticalSpacing()
Returns the spacing between the cells vertically in pixels |
boolean |
remove(Widget w)
|
void |
setCaption(Widget widget,
VCaption caption)
For internal use only. |
void |
setSize(int rows,
int cols)
|
void |
updateHeight()
For internal use only. |
void |
updateMarginStyleNames(com.vaadin.shared.ui.MarginInfo marginInfo)
For internal use only. |
void |
updateSpacingStyleName(boolean spacingEnabled)
For internal use only. |
void |
updateWidth()
For internal use only. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CLASSNAME
public ApplicationConnection client
public java.util.HashMap<Widget,VGridLayout.Cell> widgetToCell
public int[] columnWidths
public int[] rowHeights
public int[] colExpandRatioArray
public int[] rowExpandRatioArray
public DivElement spacingMeasureElement
public java.util.Set<java.lang.Integer> explicitRowRatios
public java.util.Set<java.lang.Integer> explicitColRatios
public boolean hideEmptyRowsAndColumns
| Constructor Detail |
|---|
public VGridLayout()
| Method Detail |
|---|
protected int[] getColumnWidths()
protected int[] getRowHeights()
protected int getHorizontalSpacing()
protected int getVerticalSpacing()
public void updateHeight()
public void updateWidth()
public VGridLayout.Cell getCell(int row,
int col)
public VGridLayout.Cell createNewCell(int row,
int col)
For internal use only. May be removed or replaced in the future.
row - col -
@Deprecated public ComponentConnector getComponent(com.google.gwt.user.client.Element element)
getComponent(Element)
instead
For internal use only. May be removed or replaced in the future.
element - An element that is a nested sub element of the root element in
this layout
public ComponentConnector getComponent(Element element)
For internal use only. May be removed or replaced in the future.
element - An element that is a nested sub element of the root element in
this layout
public void setCaption(Widget widget,
VCaption caption)
public void updateMarginStyleNames(com.vaadin.shared.ui.MarginInfo marginInfo)
public void updateSpacingStyleName(boolean spacingEnabled)
public void setSize(int rows,
int cols)
public boolean remove(Widget w)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||