Package org.vaadin.firitin.fluency.ui
Interface FluentHasComponents<S extends FluentHasComponents<S>>
-
- All Superinterfaces:
com.vaadin.flow.component.HasComponents,com.vaadin.flow.component.HasElement,com.vaadin.flow.component.HasEnabled,Serializable
- All Known Subinterfaces:
FluentHtmlContainer<S>
- All Known Implementing Classes:
ConfirmationDialog,VAnchor,VArticle,VAside,VDescriptionList,VDialog,VDiv,VEmphasis,VFlexLayout,VFooter,VFormLayout,VH1,VH2,VH3,VH4,VH5,VH6,VHeader,VHorizontalLayout,VHr,VImage,VLabel,VListItem,VMain,VNativeButton,VNav,VNotification,VOrderedList,VParagaph,VSection,VSelect,VSpan,VTab,VTabs,VUnorderedList,VVerticalLayout
public interface FluentHasComponents<S extends FluentHasComponents<S>> extends com.vaadin.flow.component.HasComponents
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default SwithComponentAsFirst(com.vaadin.flow.component.Component component)default SwithComponentAtIndex(int index, com.vaadin.flow.component.Component component)default SwithComponents(com.vaadin.flow.component.Component... components)
-
-
-
Method Detail
-
withComponents
default S withComponents(com.vaadin.flow.component.Component... components)
-
withComponentAsFirst
default S withComponentAsFirst(com.vaadin.flow.component.Component component)
-
withComponentAtIndex
default S withComponentAtIndex(int index, com.vaadin.flow.component.Component component)
-
-