Package io.jmix.dashboardsui.component
Interface HasWeight
- All Known Subinterfaces:
- CanvasLayout
- All Known Implementing Classes:
- AbstractCanvasLayout,- CanvasCssLayout,- CanvasGridLayout,- CanvasHorizontalLayout,- CanvasResponsiveLayout,- CanvasRootLayout,- CanvasVerticalLayout,- CanvasWidgetLayout
public interface HasWeight
- 
Method Summary
- 
Method Details- 
setWeightvoid setWeight(int weight) 
- 
getWeightint getWeight()
 
-