All Superinterfaces:
Cloneable, Component, CompositeComponent, Layout
All Known Implementing Classes:
TableImpl

public interface Table extends Layout
  • Method Details

    • getSorting

      List<Sorting> getSorting()
    • isSelectable

      Boolean isSelectable()
    • isClickable

      boolean isClickable()
    • getEndpoint

      String getEndpoint()
    • getSearchEndpoint

      String getSearchEndpoint()
    • getConstriction

      String getConstriction()
    • isOccupiesRemainingHeight

      default boolean isOccupiesRemainingHeight()
      Specified by:
      isOccupiesRemainingHeight in interface Layout