class VerticalLayoutView : VerticalLayout, NoopView
<init> |
VerticalLayoutView() |
enter |
open fun enter(: ViewChangeEvent): Unit |
absoluteLayout |
fun HasComponents.absoluteLayout(init: AbsoluteLayout.() -> Unit = {}): <ERROR CLASS> |
accordion |
fun HasComponents.accordion(init: Accordion.() -> Unit = {}): <ERROR CLASS> |
audio |
fun HasComponents.audio(: String? = null, source: Resource? = null, init: Audio.() -> Unit = {}): Audio |
button |
fun HasComponents.button(: String? = null, icon: Resource? = null, onClick: (ClickEvent) -> Unit = null, init: Button.() -> Unit = {}): <ERROR CLASS>
see http://demo.vaadin.com/sampler/#ui/interaction |
calendar |
fun HasComponents.calendar(: String? = null, eventProvider: CalendarEventProvider = BasicEventProvider(), init: Calendar.() -> Unit = {}): Calendar |
checkBox |
fun HasComponents.checkBox(: String? = null, value: Boolean = false, init: CheckBox.() -> Unit = {}): <ERROR CLASS>
see http://demo.vaadin.com/sampler/#ui/data-input/other fun HasComponents.checkBox(: String? = null, dataSource: Property<out Any>, init: CheckBox.() -> Unit = {}): <ERROR CLASS> |
classpathFrame |
fun HasComponents.classpathFrame(: String? = null, source: String, init: BrowserFrame.() -> Unit = {}): BrowserFrame |
classpathImage |
fun HasComponents.classpathImage(: String? = null, source: String, init: Image.() -> Unit = {}): Image |
colorPicker |
fun HasComponents.colorPicker(: String = "Colors", : Color = WHITE, : ColorPicker.() -> Unit = {}): <ERROR CLASS> |
colorPickerArea |
fun HasComponents.colorPickerArea(: String = "Colors", : Color = WHITE, : ColorPickerArea.() -> Unit = {}): <ERROR CLASS> |
comboBox |
fun HasComponents.comboBox(: String? = null, vararg options: Any, onValueChange: (ValueChangeEvent) -> Unit = {}, init: ComboBox.() -> Unit = {}): <ERROR CLASS> fun HasComponents.comboBox(: String? = null, options: Collection<Any> = emptyList(), onValueChange: (ValueChangeEvent) -> Unit = {}, init: ComboBox.() -> Unit = {}): ComboBox fun HasComponents.comboBox(: String? = null, dataSource: Container, onValueChange: (ValueChangeEvent) -> Unit = {}, init: ComboBox.() -> Unit = {}): ComboBox |
cssLayout |
fun HasComponents.cssLayout(init: CssLayout.() -> Unit = {}): <ERROR CLASS> |
customComponent |
fun <T : Component> HasComponents.customComponent(component: T, init: CustomComponent.() -> Unit = {}): <ERROR CLASS> fun HasComponents.customComponent(init: CustomComponentWrapper.() -> Unit = {}): <ERROR CLASS> |
customLayout |
fun HasComponents.customLayout(init: CustomLayout.() -> Unit = {}): <ERROR CLASS> fun HasComponents.customLayout(template: String, init: CustomLayout.() -> Unit = {}): <ERROR CLASS> fun HasComponents.customLayout(templateStream: InputStream, init: CustomLayout.() -> Unit = {}): <ERROR CLASS> |
dateField |
fun HasComponents.dateField(: String? = null, value: Date? = null, init: DateField.() -> Unit = {}): DateField fun HasComponents.dateField(: String? = null, dataSource: Property<Date>, init: DateField.() -> Unit = {}): DateField |
fileFrame |
fun HasComponents.fileFrame(: String? = null, source: String, init: BrowserFrame.() -> Unit = {}): BrowserFrame |
fileImage |
fun HasComponents.fileImage(: String? = null, source: String, init: Image.() -> Unit = {}): Image |
flash |
fun HasComponents.flash(: String? = null, source: Resource? = null, init: Flash.() -> Unit = {}): Flash |
formLayout |
fun HasComponents.formLayout(spacing: Boolean = true, margin: Boolean = true, init: FormLayout.() -> Unit = {}): <ERROR CLASS> |
frame |
fun HasComponents.frame(: String? = null, source: Resource? = null, init: BrowserFrame.() -> Unit = {}): BrowserFrame |
grid |
fun HasComponents.grid(: String? = null, dataSource: Indexed = IndexedContainer(), init: Grid.() -> Unit = {}): Grid
see http://demo.vaadin.com/sampler/#ui/grids-and-trees/grid |
gridLayout |
fun HasComponents.gridLayout(columns: Int = 1, rows: Int = 1, spacing: Boolean = false, margin: Boolean = false, init: GridLayout.() -> Unit = {}): <ERROR CLASS> |
height |
fun Sizeable.height(height: String): Unit fun Sizeable.height(height: Float, unit: Unit): Unit fun Sizeable.height(height: Height): Unit |
heightUndefined |
fun Sizeable.heightUndefined(): Unit |
horizontalLayout |
fun HasComponents.horizontalLayout(spacing: Boolean = false, margin: Boolean = false, init: HorizontalLayout.() -> Unit = {}): <ERROR CLASS> |
horizontalSplitPanel |
fun HasComponents.horizontalSplitPanel(init: HorizontalSplitPanel.() -> Unit = {}): <ERROR CLASS> |
html |
fun HasComponents.html(content: String? = null, init: Label.() -> Unit = {}): <ERROR CLASS> fun HasComponents.html(contentSource: Property<out String>, init: Label.() -> Unit = {}): <ERROR CLASS> |
image |
fun HasComponents.image(: String? = null, source: Resource? = null, init: Image.() -> Unit = {}): Image |
inlineDateField |
fun HasComponents.inlineDateField(: String? = null, value: Date? = null, init: InlineDateField.() -> Unit = {}): InlineDateField fun HasComponents.inlineDateField(: String? = null, dataSource: Property<Date>, init: InlineDateField.() -> Unit = {}): InlineDateField |
label |
fun HasComponents.label(: String? = null, : ContentMode = TEXT, : Label.() -> Unit = {}): <ERROR CLASS>
see http://demo.vaadin.com/sampler/#ui/data-presentation fun HasComponents.label(: Property<out String>, : ContentMode = TEXT, : Label.() -> Unit = {}): <ERROR CLASS> |
link |
fun HasComponents.link(: String, : Resource? = null, : String? = null, : Int = -1, : Int = -1, : BorderStyle = NONE, : Link.() -> Unit = {}): <ERROR CLASS> |
listSelect |
fun HasComponents.listSelect(: String? = null, vararg options: Any, onValueChange: (ValueChangeEvent) -> Unit = {}, init: ListSelect.() -> Unit = {}): <ERROR CLASS> fun HasComponents.listSelect(: String? = null, options: Collection<Any> = emptyList(), onValueChange: (ValueChangeEvent) -> Unit = {}, init: ListSelect.() -> Unit = {}): ListSelect fun HasComponents.listSelect(: String? = null, dataSource: Container, onValueChange: (ValueChangeEvent) -> Unit = {}, init: ListSelect.() -> Unit = {}): ListSelect |
menuBar |
fun HasComponents.menuBar(: MenuBar.() -> Unit = {}): MenuBar |
nativeButton |
fun HasComponents.nativeButton(: String? = null, clickListener: (ClickEvent) -> Unit = null, init: NativeButton.() -> Unit = {}): <ERROR CLASS> |
nativeSelect |
fun HasComponents.nativeSelect(: String? = null, vararg options: Any, onValueChange: (ValueChangeEvent) -> Unit = {}, init: NativeSelect.() -> Unit = {}): <ERROR CLASS> fun HasComponents.nativeSelect(: String? = null, options: Collection<Any> = emptyList(), onValueChange: (ValueChangeEvent) -> Unit = {}, init: NativeSelect.() -> Unit = {}): NativeSelect fun HasComponents.nativeSelect(: String? = null, dataSource: Container, onValueChange: (ValueChangeEvent) -> Unit = {}, init: NativeSelect.() -> Unit = {}): NativeSelect |
optionGroup |
fun HasComponents.optionGroup(: String? = null, options: Collection<Any> = emptyList(), onValueChange: (ValueChangeEvent) -> Unit = {}, init: OptionGroup.() -> Unit = {}): OptionGroup fun HasComponents.optionGroup(: String? = null, vararg options: String, onValueChange: (ValueChangeEvent) -> Unit = {}, init: OptionGroup.() -> Unit = {}): <ERROR CLASS> fun HasComponents.optionGroup(: String? = null, dataSource: Container, onValueChange: (ValueChangeEvent) -> Unit = {}, init: OptionGroup.() -> Unit = {}): OptionGroup |
panel |
fun HasComponents.panel(: String? = null, init: Panel.() -> Unit = {}): <ERROR CLASS>
http://demo.vaadin.com/sampler/#ui/structure |
passwordField |
fun HasComponents.passwordField(: String? = null, value: String? = "", init: PasswordField.() -> Unit = {}): PasswordField fun HasComponents.passwordField(: String? = null, dataSource: Property<String>, init: PasswordField.() -> Unit = {}): PasswordField |
popupView |
fun HasComponents.popupView(content: Content, init: PopupView.() -> Unit = {}): <ERROR CLASS> fun HasComponents.popupView(html: String, init: PopupView.() -> Unit): PopupView |
progressBar |
fun HasComponents.progressBar(progress: Float = 0f, init: ProgressBar.() -> Unit = {}): <ERROR CLASS> fun HasComponents.progressBar(dataSource: Property<out Float>, init: ProgressBar.() -> Unit = {}): <ERROR CLASS> |
richTextArea |
fun HasComponents.richTextArea(: String? = null, value: String = "", init: RichTextArea.() -> Unit = {}): RichTextArea fun HasComponents.richTextArea(: String? = null, dataSource: Property<String>, init: RichTextArea.() -> Unit = {}): RichTextArea |
size |
fun Sizeable.size(width: String, height: String): Unit fun Sizeable.size(width: Float, height: Float, unit: Unit): Unit fun Sizeable.size(width: Float, widthUnit: Unit, height: Float, heightUnit: Unit): Unit fun Sizeable.size(width: Width, height: Height): Unit |
sizeFull |
fun Sizeable.sizeFull(): Unit |
sizeUndefined |
fun Sizeable.sizeUndefined(): Unit |
slider |
fun HasComponents.slider(: String? = null, min: Int, max: Int, resolution: Int, init: Slider.() -> Unit = {}): <ERROR CLASS> fun HasComponents.slider(: String? = null, min: Double, max: Double, init: Slider.() -> Unit = {}): <ERROR CLASS> |
tabSheet |
fun HasComponents.tabSheet(init: TabSheet.() -> Unit = {}): <ERROR CLASS> |
table |
fun HasComponents.table(: String? = null, dataSource: Container? = null, init: Table.() -> Unit = {}): Table |
textArea |
fun HasComponents.textArea(: String? = null, value: String? = "", init: TextArea.() -> Unit = {}): TextArea fun HasComponents.textArea(: String? = null, dataSource: Property<String>, init: TextArea.() -> Unit = {}): TextArea |
textField |
fun HasComponents.textField(: String? = null, value: String = "", init: TextField.() -> Unit = {}): TextField fun HasComponents.textField(: String? = null, dataSource: Property<String>, init: TextField.() -> Unit = {}): TextField |
themeFrame |
fun HasComponents.themeFrame(: String? = null, source: String, init: BrowserFrame.() -> Unit = {}): BrowserFrame |
themeImage |
fun HasComponents.themeImage(: String? = null, source: String, init: Image.() -> Unit = {}): Image |
tree |
fun HasComponents.tree(: String? = null, dataSource: Container = HierarchicalContainer(), init: Tree.() -> Unit = {}): Tree |
treeTable |
fun HasComponents.treeTable(: String? = null, dataSource: Container = HierarchicalContainer(), init: TreeTable.() -> Unit = {}): TreeTable |
twinColSelect |
fun HasComponents.twinColSelect(: String? = null, vararg options: Any, onValueChange: (ValueChangeEvent) -> Unit = {}, init: TwinColSelect.() -> Unit = {}): <ERROR CLASS> fun HasComponents.twinColSelect(: String? = null, options: Collection<Any> = emptyList(), onValueChange: (ValueChangeEvent) -> Unit = {}, init: TwinColSelect.() -> Unit = {}): TwinColSelect fun HasComponents.twinColSelect(: String? = null, dataSource: Container, onValueChange: (ValueChangeEvent) -> Unit = {}, init: TwinColSelect.() -> Unit = {}): TwinColSelect |
upload |
fun HasComponents.upload(: String? = null, uploadReceiver: Receiver, init: Upload.() -> Unit = {}): <ERROR CLASS> fun HasComponents.upload(uploadReceiver: Receiver, init: Upload.() -> Unit = {}): <ERROR CLASS> |
verticalLayout |
fun HasComponents.verticalLayout(spacing: Boolean = false, margin: Boolean = false, init: VerticalLayout.() -> Unit = {}): <ERROR CLASS> |
verticalSplitPanel |
fun HasComponents.verticalSplitPanel(init: VerticalSplitPanel.() -> Unit = {}): <ERROR CLASS> |
video |
fun HasComponents.video(: String? = null, source: Resource? = null, init: Video.() -> Unit = {}): Video |
width |
fun Sizeable.width(width: String): Unit fun Sizeable.width(width: Float, unit: Unit): Unit fun Sizeable.width(width: Width): Unit |
widthUndefined |
fun Sizeable.widthUndefined(): Unit |