Package com.storedobject.vaadin
Interface HasSize
- All Superinterfaces:
com.vaadin.flow.component.HasElement
,com.vaadin.flow.component.HasSize
,Serializable
- All Known Implementing Classes:
AbstractResourcedComponent
,Audio
,Audio
,AudioCapture
,CSSGrid
,Dashboard
,DetailComponent
,DocumentViewer
,ELabel
,GridLayout
,Media
,PDFViewer
,StyledText
,Video
,Video
,VideoCapture
public interface HasSize
extends com.vaadin.flow.component.HasSize
Enhancement to Vaadin's
HasSize
interface.
Vaadin's HasSize
sets width/height as "styles"
whereas this interface's default methods sets it as "attributes" too.- Author:
- Syam
-
Method Summary
Methods inherited from interface com.vaadin.flow.component.HasElement
getElement
Methods inherited from interface com.vaadin.flow.component.HasSize
getHeight, getHeightUnit, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, getWidthUnit, setHeight, setHeightFull, setMaxHeight, setMaxHeight, setMaxWidth, setMaxWidth, setMinHeight, setMinHeight, setMinWidth, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidthFull
-
Method Details
-
setWidth
- Specified by:
setWidth
in interfacecom.vaadin.flow.component.HasSize
-
setHeight
- Specified by:
setHeight
in interfacecom.vaadin.flow.component.HasSize
-