AbsoluteLayoutView |
class AbsoluteLayoutView : AbsoluteLayout, NoopView |
CssLayoutView |
class CssLayoutView : CssLayout, NoopView |
CustomComponentWrapper |
class CustomComponentWrapper : CustomComponent |
FormLayoutView |
class FormLayoutView : FormLayout, NoopView |
GridLayoutView |
class GridLayoutView : GridLayout, NoopView |
Height |
class Height : Size |
HorizontalLayoutView |
class HorizontalLayoutView : HorizontalLayout, NoopView
see http://demo.vaadin.com/sampler/#ui/layout |
NamedView |
class NamedView |
NoopView |
interface NoopView : View |
Position |
class Position |
Size |
open class Size |
Slot |
class Slot |
TabContainer |
class TabContainer : AbstractSingleComponentContainer
Used in InternalUtils.kt. |
VerticalLayoutView |
class VerticalLayoutView : VerticalLayout, NoopView |
Width |
class Width : Size |
absoluteLayout |
fun absoluteLayout(init: AbsoluteLayout.() -> Unit = {}): <ERROR CLASS> |
cssLayout |
fun cssLayout(init: CssLayout.() -> Unit = {}): <ERROR CLASS> |
customLayout |
fun customLayout(init: CustomLayout.() -> Unit = {}): <ERROR CLASS> fun customLayout(template: String, init: CustomLayout.() -> Unit = {}): <ERROR CLASS> fun customLayout(templateStream: InputStream, init: CustomLayout.() -> Unit = {}): <ERROR CLASS> |
error |
fun error(message: String, description: String? = null, html: Boolean = false, init: Notification.() -> Unit = {}): Unit |
formLayout |
fun formLayout(spacing: Boolean = true, margin: Boolean = true, init: FormLayout.() -> Unit = {}): <ERROR CLASS> |
gridLayout |
fun gridLayout(columns: Int = 1, rows: Int = 1, spacing: Boolean = false, margin: Boolean = false, init: GridLayout.() -> Unit = {}): <ERROR CLASS> |
horizontalLayout |
fun horizontalLayout(spacing: Boolean = false, margin: Boolean = false, init: HorizontalLayout.() -> Unit = {}): <ERROR CLASS> |
location |
fun location(uri: String): <ERROR CLASS> fun location(uri: URI): <ERROR CLASS> |
page |
fun page(init: Page.() -> Unit = {}): <ERROR CLASS> |
put |
infix fun Position.put(component: Component): Unit |
session |
fun session(init: VaadinSession.() -> Unit = {}): <ERROR CLASS> |
sessionLocale |
fun sessionLocale(locale: Locale): <ERROR CLASS> |
set |
infix fun Slot.set(component: Component): Unit |
show |
fun show(message: String, description: String? = null, html: Boolean = false, init: Notification.() -> Unit = {}): Unit |
theme |
fun theme(theme: String): <ERROR CLASS> |
title |
fun title(title: String): <ERROR CLASS> |
tray |
fun tray(message: String, description: String? = null, html: Boolean = false, init: Notification.() -> Unit = {}): Unit |
ui |
fun ui(init: UI.() -> Unit = {}): <ERROR CLASS> |
uiLocale |
fun uiLocale(locale: Locale): <ERROR CLASS> |
uriFragment |
fun uriFragment(newUriFragment: String = "", fireEvents: Boolean = true): <ERROR CLASS> |
verticalLayout |
fun verticalLayout(spacing: Boolean = false, margin: Boolean = false, init: VerticalLayout.() -> Unit = {}): <ERROR CLASS> |
warn |
fun warn(message: String, description: String? = null, html: Boolean = false, init: Notification.() -> Unit = {}): Unit |