public class FormLayout extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FormLayout.Type |
| Constructor and Description |
|---|
FormLayout() |
| Modifier and Type | Method and Description |
|---|---|
Grid |
getGrid() |
FormLayout.Type |
getType() |
static FormLayout |
horizontal(Grid.Position labelColumn,
Grid.Position controlColumn) |
static FormLayout |
horizontal(Grid grid) |
static FormLayout |
horizontal(int columnsForLabel) |
static FormLayout |
inline(boolean showLabels) |
boolean |
isShowLabels() |
static FormLayout |
normal() |
void |
setGrid(Grid grid) |
void |
setShowLabels(boolean showLabels) |
void |
setType(FormLayout.Type type) |
public FormLayout.Type getType()
public void setType(FormLayout.Type type)
public boolean isShowLabels()
public void setShowLabels(boolean showLabels)
public Grid getGrid()
public void setGrid(Grid grid)
public static FormLayout normal()
public static FormLayout inline(boolean showLabels)
public static FormLayout horizontal(int columnsForLabel)
public static FormLayout horizontal(Grid.Position labelColumn, Grid.Position controlColumn)
public static FormLayout horizontal(Grid grid)
Copyright © 2020. All rights reserved.