java.lang.Object
com.foreach.across.modules.bootstrapui.elements.FormLayout

public class FormLayout extends Object
  • Constructor Details

    • FormLayout

      public FormLayout()
  • Method Details

    • getType

      public FormLayout.Type getType()
    • setType

      public void setType(FormLayout.Type type)
    • isShowLabels

      public boolean isShowLabels()
    • setShowLabels

      public void setShowLabels(boolean showLabels)
    • getGrid

      public Grid getGrid()
    • setGrid

      public void setGrid(Grid grid)
    • normal

      public static FormLayout normal()
    • inline

      public static FormLayout inline(boolean showLabels)
    • horizontal

      public static FormLayout horizontal(int columnsForLabel)
    • horizontal

      public static FormLayout horizontal(Grid.Position labelColumn, Grid.Position controlColumn)
    • horizontal

      public static FormLayout horizontal(Grid grid)