Interface GridPlacement

All Known Implementing Classes:
AbstractGridPlacement, ComponentGridPlacement, FloatingComponentGridPlacement

public interface GridPlacement
  • Method Details

    • getRow

      int getRow()
    • getColumn

      int getColumn()
    • getRowSpan

      int getRowSpan()
    • getColSpan

      int getColSpan()
    • getMinWidth

      int getMinWidth()
    • getMaxWidth

      int getMaxWidth()
    • getMinHeight

      int getMinHeight()
    • getMaxHeight

      int getMaxHeight()
    • getVerticalAlignment

      VerticalElementAlignment getVerticalAlignment()
    • getHorizontalAlignment

      HorizontalElementAlignment getHorizontalAlignment()
    • createUiGridPlacement

      org.teamapps.dto.UiGridPlacement createUiGridPlacement()
    • getComponents

      java.util.List<Component> getComponents()