public interface HasMinSize
min-height and min-width CSS properties.| Modifier and Type | Method and Description |
|---|---|
java.lang.Float |
getMinHeight() |
SizeUnit |
getMinHeightSizeUnit() |
java.lang.Float |
getMinWidth() |
SizeUnit |
getMinWidthSizeUnit() |
void |
setMinHeight(java.lang.String minHeight)
Sets
min-height CSS property value to the component. |
void |
setMinWidth(java.lang.String minWidth)
Sets
min-width CSS property value to the component. |
@Nullable java.lang.Float getMinHeight()
min-height CSS property value of the component or null if not set@Nullable SizeUnit getMinHeightSizeUnit()
min-height size unitvoid setMinHeight(@Nullable
java.lang.String minHeight)
min-height CSS property value to the component.minHeight - property value@Nullable java.lang.Float getMinWidth()
min-width CSS property value of the component or null if not set@Nullable SizeUnit getMinWidthSizeUnit()
min-width size unitvoid setMinWidth(@Nullable
java.lang.String minWidth)
min-width CSS property value to the component.minWidth - property value