Class FormLayout
java.lang.Object
com.foreach.across.modules.bootstrapui.elements.FormLayout
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetGrid()
getType()
static FormLayout
horizontal
(int columnsForLabel) static FormLayout
horizontal
(Grid grid) static FormLayout
horizontal
(Grid.Position labelColumn, Grid.Position controlColumn) static FormLayout
inline
(boolean showLabels) boolean
static FormLayout
normal()
void
void
setShowLabels
(boolean showLabels) void
setType
(FormLayout.Type type)
-
Constructor Details
-
FormLayout
public FormLayout()
-
-
Method Details
-
getType
-
setType
-
isShowLabels
public boolean isShowLabels() -
setShowLabels
public void setShowLabels(boolean showLabels) -
getGrid
-
setGrid
-
normal
-
inline
-
horizontal
-
horizontal
-
horizontal
-