Skip to content

Vaadin 8 | Behaviors

appreciated edited this page Jun 25, 2018 · 1 revision
LEFT(Left.class, false, true, false, false),
LEFT_RESPONSIVE(LeftResponsive.class, false, true, false, false),
LEFT_HYBRID(LeftHybrid.class, false, true, false, false),
LEFT_RESPONSIVE_HYBRID(LeftResponsiveHybrid.class, false, true, false, false),
LEFT_RESPONSIVE_HYBRID_NO_APP_BAR(LeftResponsiveHybridNoAppBar.class, false, false, false, false),
LEFT_RESPONSIVE_HYBRID_OVERLAY_NO_APP_BAR(LeftResponsiveHybridOverlayNoAppBar.class, false, false, false, false),
LEFT_OVERLAY(LeftOverlay.class, false, true, true, false),
LEFT_RESPONSIVE_OVERLAY(LeftResponsiveOverlay.class, false, true, true, false),
LEFT_RESPONSIVE_OVERLAY_NO_APP_BAR(LeftResponsiveOverlayNoAppBar.class, false, false, true, false),
LEFT_RESPONSIVE_SMALL(LeftResponsiveSmall.class, false, true, false, true),
LEFT_RESPONSIVE_SMALL_NO_APP_BAR(LeftResponsiveSmallNoAppBar.class, false, false, false, true),
TOP(Top.class, true, true, false, false),
TOP_LARGE(TopLarge.class, true, true, false, false);