public static class UITableBase.ComponentTuple extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
UIComponent |
uiComponent
The UI component which shows column data.
|
com.vaadin.ui.Component |
wrapper
Sometimes it is necessary to wrap
uiComponent in a Vaadin CssLayout or similar. |
Constructor and Description |
---|
ComponentTuple(UIComponent uiComponent,
com.vaadin.ui.Component wrapper) |
Modifier and Type | Method and Description |
---|---|
void |
unregister() |
public final UIComponent uiComponent
public final com.vaadin.ui.Component wrapper
uiComponent
in a Vaadin CssLayout
or similar.public ComponentTuple(UIComponent uiComponent, com.vaadin.ui.Component wrapper)
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.