kaadin-core / ch.frankel.kaadin / NoopView

NoopView

interface NoopView : View

Functions

enter open fun enter(event: ViewChangeEvent): Unit

Inheritors

AbsoluteLayoutView class AbsoluteLayoutView : AbsoluteLayout, NoopView
CssLayoutView class CssLayoutView : CssLayout, NoopView
FormLayoutView class FormLayoutView : FormLayout, NoopView
GridLayoutView class GridLayoutView : GridLayout, NoopView
HorizontalLayoutView class HorizontalLayoutView : HorizontalLayout, NoopView

see http://demo.vaadin.com/sampler/#ui/layout

VerticalLayoutView class VerticalLayoutView : VerticalLayout, NoopView