Package org.vaadin.firitin.fluency.ui
Interface FluentHasSize<S extends FluentHasSize<S>>
-
- All Superinterfaces:
com.vaadin.flow.component.HasElement,com.vaadin.flow.component.HasSize,Serializable
- All Known Subinterfaces:
FluentHtmlContainer<S>,FluentVaadinTextField<S,F,T>
- All Known Implementing Classes:
ConfirmationDialog,DefaultButton,LocaleSelect,PagingGrid,UploadFileHandler,VAnchor,VArticle,VAside,VBigDecimalField,VButton,VCheckBox,VCheckboxGroup,VComboBox,VCustomField,VDatePicker,VDateTimePicker,VDescriptionList,VDialog,VDiv,VEmailField,VEmphasis,VFlexLayout,VFooter,VFormLayout,VGrid,VH1,VH2,VH3,VH4,VH5,VH6,VHeader,VHorizontalLayout,VHr,VImage,VIntegerField,VIronList,VLabel,VListBox,VListItem,VMain,VMenuBar,VMultiSelectListBox,VNativeButton,VNav,VNumberField,VOrderedList,VParagaph,VPasswordField,VProgressBar,VSection,VSelect,VSpan,VSplitLayout,VTextArea,VTextField,VTimePicker,VUnorderedList,VUpload,VVerticalLayout
public interface FluentHasSize<S extends FluentHasSize<S>> extends com.vaadin.flow.component.HasSize
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default SwithFullHeight()Sets the height to 100%.default SwithFullWidth()Sets the width to 100%.default SwithHeight(String height)default SwithMaxHeight(String maxHeight)default SwithMaxSize(String width, String height)default SwithMaxWidth(String maxWidth)default SwithMinHeight(String minHeight)default SwithMinSize(String width, String height)default SwithMinWidth(String minWidth)default SwithSize(String width, String height)default SwithSizeFull()default SwithSizeUndefined()default SwithWidth(String width)-
Methods inherited from interface com.vaadin.flow.component.HasSize
getHeight, getHeightUnit, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, getWidthUnit, setHeight, setHeight, setHeightFull, setMaxHeight, setMaxHeight, setMaxWidth, setMaxWidth, setMinHeight, setMinHeight, setMinWidth, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidth, setWidthFull
-
-
-
-
Method Detail
-
withSizeFull
default S withSizeFull()
-
withSizeUndefined
default S withSizeUndefined()
-
withFullWidth
default S withFullWidth()
Sets the width to 100%.- Returns:
- this (for method chaining)
-
withFullHeight
default S withFullHeight()
Sets the height to 100%.- Returns:
- this (for method chaining)
-
-