C - Concrete configurator typepublic interface ThemableFlexComponentConfigurator<C extends ThemableFlexComponentConfigurator<C>> extends FlexComponentConfigurator<C>, ThemableLayoutConfigurator<C>, ComponentConfigurator<C>
FlexComponent and ThemableLayout type components.| Modifier and Type | Interface and Description |
|---|---|
static interface |
ThemableFlexComponentConfigurator.HorizontalLayoutConfigurator |
static interface |
ThemableFlexComponentConfigurator.VerticalLayoutConfigurator |
ComponentConfigurator.BaseComponentConfiguratorFULL_SIZE| Modifier and Type | Method and Description |
|---|---|
static ThemableFlexComponentConfigurator.HorizontalLayoutConfigurator |
configure(com.vaadin.flow.component.orderedlayout.HorizontalLayout component)
Get a new
ThemableFlexComponentConfigurator.HorizontalLayoutConfigurator for given component. |
static ThemableFlexComponentConfigurator.VerticalLayoutConfigurator |
configure(com.vaadin.flow.component.orderedlayout.VerticalLayout component)
Get a new
ThemableFlexComponentConfigurator.VerticalLayoutConfigurator for given component. |
addAndAlign, addAndExpand, addAndExpand, align, alignItems, alignSelf, expand, flexGrow, justifyContentModeadd, addwithEventListener, withEventListener, withThemeNamedisabled, enabledstyleName, styleNamesfullHeight, fullSize, fullWidth, height, height, heightUndefined, maxHeight, maxWidth, minHeight, minWidth, sizeUndefined, width, width, widthUndefinedboxSizing, margin, margin, padding, padding, spacing, spacing, withoutMargin, withoutPadding, withoutSpacingelementConfiguration, hidden, id, visible, withAttachListener, withDetachListenerstatic ThemableFlexComponentConfigurator.VerticalLayoutConfigurator configure(com.vaadin.flow.component.orderedlayout.VerticalLayout component)
ThemableFlexComponentConfigurator.VerticalLayoutConfigurator for given component.component - The component to configure (not null)ThemableFlexComponentConfigurator.VerticalLayoutConfiguratorstatic ThemableFlexComponentConfigurator.HorizontalLayoutConfigurator configure(com.vaadin.flow.component.orderedlayout.HorizontalLayout component)
ThemableFlexComponentConfigurator.HorizontalLayoutConfigurator for given component.component - The component to configure (not null)ThemableFlexComponentConfigurator.HorizontalLayoutConfiguratorCopyright © 2019 The Holon Platform. All rights reserved.