Class FormLayout
java.lang.Object
com.foreach.across.modules.bootstrapui.elements.FormLayout
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetGrid()getType()static FormLayouthorizontal(int columnsForLabel) static FormLayouthorizontal(Grid grid) static FormLayouthorizontal(Grid.Position labelColumn, Grid.Position controlColumn) static FormLayoutinline(boolean showLabels) booleanstatic FormLayoutnormal()voidvoidsetShowLabels(boolean showLabels) voidsetType(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
 
 -