public class UiVaadinComposite
extends de.mhus.lib.form.UiElement
| Modifier and Type | Field and Description |
|---|---|
protected com.vaadin.ui.GridLayout |
layout |
| Constructor and Description |
|---|
UiVaadinComposite() |
| Modifier and Type | Method and Description |
|---|---|
void |
addComponent(de.mhus.lib.form.LayoutElement element,
com.vaadin.ui.Component component,
int col1,
int row1,
int col2,
int row2) |
protected void |
addToCurrent(VaadinFormBuilder builder) |
int |
createRow() |
void |
createUi(VaadinFormBuilder builder) |
protected void |
doConnect() |
protected void |
doDisconnect() |
void |
doUpdate(de.mhus.lib.form.DataConnector data) |
com.vaadin.ui.GridLayout |
getGrid() |
boolean |
isTransparent() |
void |
setErrorMessage(String msg) |
protected void doConnect()
doConnect in class de.mhus.lib.form.UiElementprotected void doDisconnect()
doDisconnect in class de.mhus.lib.form.UiElementpublic boolean isTransparent()
public void doUpdate(de.mhus.lib.form.DataConnector data)
throws de.mhus.lib.errors.MException
doUpdate in class de.mhus.lib.form.UiElementde.mhus.lib.errors.MExceptionpublic void createUi(VaadinFormBuilder builder)
protected void addToCurrent(VaadinFormBuilder builder)
public com.vaadin.ui.GridLayout getGrid()
public void setErrorMessage(String msg)
setErrorMessage in class de.mhus.lib.form.UiElementpublic void addComponent(de.mhus.lib.form.LayoutElement element,
com.vaadin.ui.Component component,
int col1,
int row1,
int col2,
int row2)
public int createRow()
Copyright © 2014. All rights reserved.