Class GridLayoutModel

All Implemented Interfaces:
IAdaptable, IPropertySource

public class GridLayoutModel extends AbstractLayoutModel
The widget model for grid layout widget which layout widgets in grids.
  • Field Details

  • Constructor Details

    • GridLayoutModel

      public GridLayoutModel()
  • Method Details

    • configureProperties

      protected void configureProperties()
      Description copied from class: AbstractWidgetModel
      Configure the properties of the widget. Subclass should add new properties in this method.
      Specified by:
      configureProperties in class AbstractWidgetModel
    • getTypeID

      public String getTypeID()
      Specified by:
      getTypeID in class AbstractWidgetModel
      Returns:
      the unique typeID of the model.
    • getNumberOfColumns

      public int getNumberOfColumns()
    • isFillGrids

      public boolean isFillGrids()
    • getGridGap

      public int getGridGap()