interface NoopView : View
| enter |
open fun enter(: ViewChangeEvent): Unit |
| 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 |