V - Value typepublic interface ViewComponent<V> extends ValueHolder<V>, ValueComponent<V>, com.vaadin.ui.Component
ValueHolder Component to display a value in UI.ValueHolder.ValueChangeEvent<V>, ValueHolder.ValueChangeListener<V>com.vaadin.ui.Component.ErrorEvent, com.vaadin.ui.Component.Event, com.vaadin.ui.Component.Focusable, com.vaadin.ui.Component.Listenercom.vaadin.server.ClientConnector.AttachEvent, com.vaadin.server.ClientConnector.AttachListener, com.vaadin.server.ClientConnector.ConnectorErrorEvent, com.vaadin.server.ClientConnector.DetachEvent, com.vaadin.server.ClientConnector.DetachListener| Modifier and Type | Method and Description |
|---|---|
static <T> ViewComponentBuilder<T> |
builder(Class<? extends T> valueType)
Gets a builder to create
ViewComponent instances. |
addValueChangeListener, clear, getEmptyValue, getOptionalValue, getValue, isEmpty, setValuegetComponent, getValueaddListener, addStyleName, attach, getCaption, getDescription, getIcon, getId, getLocale, getParent, getPrimaryStyleName, getStyleName, getUI, isEnabled, isReadOnly, isVisible, readDesign, removeListener, removeStyleName, setCaption, setEnabled, setIcon, setId, setParent, setPrimaryStyleName, setReadOnly, setStyleName, setVisible, writeDesignaddAttachListener, addDetachListener, beforeClientResponse, detach, encodeState, getErrorHandler, getExtensions, getRpcManager, getStateType, handleConnectorRequest, isAttached, isConnectorEnabled, markAsDirty, markAsDirtyRecursive, removeAttachListener, removeDetachListener, removeExtension, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandlerstatic <T> ViewComponentBuilder<T> builder(Class<? extends T> valueType)
ViewComponent instances.T - Value typevalueType - Value type handled by the ViewComponentCopyright © 2019 The Holon Platform. All rights reserved.