Package org.vaadin.firitin.fluency.ui
Interface FluentHtmlContainer<S extends FluentHasComponents<S> & FluentHasText<S> & FluentHasStyle<S> & FluentHasSize<S> & FluentComponent<S>>
-
- All Superinterfaces:
com.vaadin.flow.component.AttachNotifier,com.vaadin.flow.component.DetachNotifier,FluentAttachNotifier<S>,FluentComponent<S>,FluentDetachNotifier<S>,FluentHasComponents<S>,FluentHasSize<S>,FluentHasStyle<S>,FluentHasText<S>,com.vaadin.flow.component.HasComponents,com.vaadin.flow.component.HasElement,com.vaadin.flow.component.HasEnabled,com.vaadin.flow.component.HasSize,com.vaadin.flow.component.HasStyle,com.vaadin.flow.component.HasText,Serializable
- All Known Implementing Classes:
VAnchor,VArticle,VAside,VDescriptionList,VDiv,VEmphasis,VFooter,VH1,VH2,VH3,VH4,VH5,VH6,VHeader,VHr,VImage,VLabel,VListItem,VMain,VNativeButton,VNav,VOrderedList,VParagaph,VSection,VSpan,VUnorderedList
public interface FluentHtmlContainer<S extends FluentHasComponents<S> & FluentHasText<S> & FluentHasStyle<S> & FluentHasSize<S> & FluentComponent<S>> extends FluentHasComponents<S>, FluentHasText<S>, FluentHasStyle<S>, FluentHasSize<S>, FluentComponent<S>
-
-
Method Summary
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentAttachNotifier
withAttachListener
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentComponent
setId, setVisible, withId, withVisible
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentDetachNotifier
withDetachListener
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentHasComponents
withComponentAsFirst, withComponentAtIndex, withComponents
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentHasSize
withFullHeight, withFullWidth, withHeight, withMaxHeight, withMaxSize, withMaxWidth, withMinHeight, withMinSize, withMinWidth, withSize, withSizeFull, withSizeUndefined, withWidth
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentHasStyle
withAddedClassName, withClassName, withStyle
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentHasText
withText
-
Methods inherited from interface com.vaadin.flow.component.HasComponents
add, add, addComponentAsFirst, addComponentAtIndex, remove, removeAll
-
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
-
-