Interface HasWeight

All Known Subinterfaces:
CanvasLayout
All Known Implementing Classes:
AbstractCanvasLayout, CanvasCssLayout, CanvasGridLayout, CanvasHorizontalLayout, CanvasResponsiveLayout, CanvasRootLayout, CanvasVerticalLayout, CanvasWidgetLayout

public interface HasWeight
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
    setWeight(int weight)
     
  • Method Details

    • setWeight

      void setWeight(int weight)
    • getWeight

      int getWeight()