public interface UIComponent extends Serializable
| Modifier and Type | Method and Description |
|---|---|
UIComponentData |
getComponentData()
Returns the component definition (LSPS RecordHolder instance which is
subtype of "ui::Component") associated with this Vaadin component.
|
com.vaadin.ui.AbstractComponent |
getWidget()
Returns the Vaadin widget which implements the UI part of this component.
|
void |
refresh()
This method is called from LSPS rendering engine.
|
com.vaadin.ui.AbstractComponent getWidget()
void refresh()
UIComponentData.getHints().UIComponentData getComponentData()
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.