Interface FormSectionPlacement

All Known Implementing Classes:
FormSectionFieldPlacement, FormSectionFloatingFieldsPlacement

public interface FormSectionPlacement
  • Method Details

    • getRow

      int getRow()
    • getColumn

      int getColumn()
    • getRowSpan

      int getRowSpan()
    • getColSpan

      int getColSpan()
    • getMinWidth

      int getMinWidth()
    • getMaxWidth

      int getMaxWidth()
    • getVerticalAlignment

      VerticalElementAlignment getVerticalAlignment()
    • getHorizontalAlignment

      HorizontalElementAlignment getHorizontalAlignment()
    • createUiFormSectionPlacement

      org.teamapps.dto.UiFormSectionPlacement createUiFormSectionPlacement()