Package io.jmix.ui.component
Interface HasMinSize
- All Known Subinterfaces:
DataGrid<E>
,GroupTable<E>
,Table<E>
,TreeDataGrid<E>
,TreeTable<E>
- All Known Implementing Classes:
AbstractDataGrid
,AbstractTable
,DataGridImpl
,GroupTableImpl
,TableImpl
,TreeDataGridImpl
,TreeTableImpl
public interface HasMinSize
Interface to be implemented by components that enable to configure
min-height
and min-width
CSS properties.-
Method Summary
Modifier and TypeMethodDescriptionvoid
setMinHeight
(String minHeight) Setsmin-height
CSS property value to the component.void
setMinWidth
(String minWidth) Setsmin-width
CSS property value to the component.
-
Method Details
-
getMinHeight
- Returns:
min-height
CSS property value of the component ornull
if not set
-
getMinHeightSizeUnit
- Returns:
min-height
size unit
-
setMinHeight
Setsmin-height
CSS property value to the component.- Parameters:
minHeight
- property value
-
getMinWidth
- Returns:
min-width
CSS property value of the component ornull
if not set
-
getMinWidthSizeUnit
- Returns:
min-width
size unit
-
setMinWidth
Setsmin-width
CSS property value to the component.- Parameters:
minWidth
- property value
-