| Modifier and Type | Interface and Description |
|---|---|
interface |
DirectionalManagedLayout |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ComponentConnector & com.google.gwt.event.dom.client.BlurHandler> |
EventHelper.updateBlurHandler(T connector,
com.google.gwt.event.shared.HandlerRegistration handlerRegistration)
Adds or removes a blur handler depending on if the connector has blur
listeners on the server side or not.
|
static <T extends ComponentConnector & com.google.gwt.event.dom.client.BlurHandler> |
EventHelper.updateBlurHandler(T connector,
com.google.gwt.event.shared.HandlerRegistration handlerRegistration,
com.google.gwt.user.client.ui.Widget widget)
Adds or removes a blur handler depending on if the connector has blur
listeners on the server side or not.
|
static <T extends ComponentConnector & com.google.gwt.event.dom.client.FocusHandler> |
EventHelper.updateFocusHandler(T connector,
com.google.gwt.event.shared.HandlerRegistration handlerRegistration)
Adds or removes a focus handler depending on if the connector has focus
listeners on the server side or not.
|
static <T extends ComponentConnector & com.google.gwt.event.dom.client.FocusHandler> |
EventHelper.updateFocusHandler(T connector,
com.google.gwt.event.shared.HandlerRegistration handlerRegistration,
com.google.gwt.user.client.ui.Widget widget)
Adds or removes a focus handler depending on if the connector has focus
listeners on the server side or not.
|
| Modifier and Type | Method and Description |
|---|---|
static ComponentConnector |
Util.findConnectorFor(com.google.gwt.user.client.ui.Widget widget) |
static ComponentConnector |
Util.findPaintable(ApplicationConnection client,
com.google.gwt.dom.client.Element element)
Helper method to find the nearest parent paintable instance by traversing
the DOM upwards from given element.
|
ComponentConnector[] |
ConnectorMap.getComponentConnectors()
Deprecated.
As of 7.0.1, use
ConnectorMap.getComponentConnectorsAsJsArray()
for better performance. |
ComponentConnector |
ConnectorMap.getConnector(com.google.gwt.dom.client.Element element)
Returns a
ComponentConnector element by its root element. |
ComponentConnector |
ConnectorMap.getConnector(com.google.gwt.user.client.ui.Widget widget)
Retrieves the connector whose widget matches the parameter.
|
static ComponentConnector |
Util.getConnectorForElement(ApplicationConnection client,
com.google.gwt.user.client.ui.Widget parent,
com.google.gwt.dom.client.Element element)
Locates the nested child component of
|
ComponentConnector |
VCaption.getOwner()
Returns Paintable for which this Caption belongs to.
|
ComponentConnector |
ApplicationConnection.getPaintable(UIDL uidl)
Deprecated.
|
ComponentConnector |
VCaptionWrapper.getWrappedConnector() |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentConnector> |
HasComponentsConnector.getChildComponents()
Returns the child components for this connector.
|
JsArrayObject<ComponentConnector> |
ConnectorMap.getComponentConnectorsAsJsArray() |
List<ComponentConnector> |
ConnectorHierarchyChangeEvent.getOldChildren()
Returns a collection of the old children for the connector.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ApplicationConnection.hasEventListeners(ComponentConnector connector,
String eventIdentifier)
Deprecated.
As of 7.0. Use
AbstractConnector.hasEventListener(String) instead |
static boolean |
VCaption.isNeeded(ComponentConnector connector) |
void |
LayoutManager.reportHeightAssignedToRelative(ComponentConnector component,
int assignedHeight)
Registers the height reserved for a relatively sized component.
|
void |
LayoutManager.reportOuterHeight(ComponentConnector component,
int outerHeight)
Registers the outer height (including margins, borders and paddings) of a
component.
|
void |
LayoutManager.reportOuterWidth(ComponentConnector component,
int outerWidth)
Registers the outer width (including margins, borders and paddings) of a
component.
|
void |
LayoutManager.reportWidthAssignedToRelative(ComponentConnector component,
int assignedWidth)
Registers the width reserved for a relatively sized component.
|
void |
LayoutManager.setNeedsMeasure(ComponentConnector component)
Informs this LayoutManager that the size of a component might have
changed.
|
void |
LayoutManager.setNeedsMeasureRecursively(ComponentConnector component)
Informs this LayoutManager that some sizes in a component hierarchy might
have changed.
|
static boolean |
Util.shouldSkipMeasurementOfConnector(ComponentConnector candidate)
Test if we can can skip measuring this connector.
|
static boolean |
Util.shouldSkipMeasurementOfConnector(ComponentConnector candidate,
ComponentConnector parent)
Test if we can can skip measuring this connector.
|
void |
HasComponentsConnector.updateCaption(ComponentConnector connector)
Update child components caption, description and error message.
|
static <H extends com.google.gwt.event.shared.EventHandler> |
EventHelper.updateHandler(ComponentConnector connector,
H handler,
String eventIdentifier,
com.google.gwt.event.shared.HandlerRegistration handlerRegistration,
com.google.gwt.event.dom.client.DomEvent.Type<H> type,
com.google.gwt.user.client.ui.Widget widget) |
static <H extends com.google.gwt.event.shared.EventHandler,W extends com.google.gwt.user.client.ui.Widget> |
EventHelper.updateHandler(ComponentConnector connector,
String eventIdentifier,
com.google.gwt.event.shared.HandlerRegistration handlerRegistration,
Supplier<com.google.gwt.event.shared.HandlerRegistration> handlerProvider)
Updates handler registered using
handlerProvider: removes it if
connector doesn't have anymore eventIdentifier using provided
handlerRegistration and adds it via provided
handlerProvider if connector has event listener with
eventIdentifier. |
| Modifier and Type | Method and Description |
|---|---|
void |
HasComponentsConnector.setChildComponents(List<ComponentConnector> children)
Sets the children for this connector.
|
void |
ConnectorHierarchyChangeEvent.setOldChildren(List<ComponentConnector> oldChildren)
Sets the collection of the old children for the connector.
|
| Constructor and Description |
|---|
VCaption(ComponentConnector component,
ApplicationConnection client)
Creates a caption for a
ComponentConnector. |
VCaptionWrapper(ComponentConnector toBeWrapped,
ApplicationConnection client)
Creates a new caption wrapper panel.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFocusableListingConnector<WIDGET extends com.google.gwt.user.client.ui.Widget & com.google.gwt.event.dom.client.HasAllFocusHandlers>
Abstract class for listing widget connectors that contains focusable children
to track their focus/blur events.
|
class |
AbstractListingConnector
A base connector class for
AbstractListing. |
class |
AbstractMultiSelectConnector
A base connector class for multiselects.
|
class |
AbstractSingleSelectConnector<WIDGET extends com.google.gwt.user.client.ui.Widget & com.google.gwt.event.dom.client.HasAllFocusHandlers>
An abstract class for single selection connectors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridConnector
A connector class for the typed Grid component.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComponentConnector> |
GridConnector.getChildComponents() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridConnector.updateCaption(ComponentConnector connector) |
| Modifier and Type | Method and Description |
|---|---|
void |
GridConnector.setChildComponents(List<ComponentConnector> children) |
| Modifier and Type | Method and Description |
|---|---|
void |
HierarchySection.FindHandler.onHover(ComponentConnector connector)
Called when the user hovers over a connector, which is highlighted.
|
void |
HierarchySection.FindHandler.onSelected(ComponentConnector connector)
Called when the user clicks on a highlighted connector.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HasErrorIndicator
Implemented by connectors supporting an error indicator.
|
interface |
HasRequiredIndicator
Implemented by connectors supporting a required flag.
|
interface |
ManagedLayout |
interface |
SimpleManagedLayout |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractComponentConnector
Base class for component connectors.
|
class |
AbstractComponentContainerConnector
Client side connector for subclasses of AbstractComponentConnector.
|
class |
AbstractFieldConnector
Base class for field connectors.
|
class |
AbstractHasComponentsConnector
Base class for component connectors whose widget is a component container.
|
class |
AbstractLayoutConnector
Base class for layout connectors.
|
class |
AbstractSingleComponentContainerConnector
Client side connector for subclasses of AbstractSingleComponentConnector.
|
class |
JavaScriptComponentConnector
A connector class for JavaScript components.
|
class |
LegacyConnector
Deprecated.
This class is only intended to ease migration and should not be
used for new projects.
|
class |
MediaBaseConnector
Base class for media component connectors.
|
class |
UnknownComponentConnector
A placeholder connector class for when a component's connector cannot be
determined.
|
| Modifier and Type | Field and Description |
|---|---|
protected ComponentConnector |
AbstractClickEventHandler.connector |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ComponentConnector |
LayoutClickEventHandler.getChildComponent(com.google.gwt.user.client.Element element) |
protected ComponentConnector |
LayoutClickEventHandler.getChildComponent(com.google.gwt.dom.client.NativeEvent event) |
ComponentConnector |
VGridLayout.getComponent(com.google.gwt.user.client.Element element)
Deprecated.
As of 7.2, call or override
VGridLayout.getComponent(Element)
instead |
ComponentConnector |
VGridLayout.getComponent(com.google.gwt.dom.client.Element element)
Returns the deepest nested child component which contains "element".
|
ComponentConnector |
VDragAndDropWrapper.getConnector() |
ComponentConnector |
VDragAndDropWrapper.CustomDropHandler.getConnector() |
protected ComponentConnector |
VTabsheetBase.getConnectorForWidget(com.google.gwt.user.client.ui.Widget widget)
For internal use only.
|
protected ComponentConnector |
AbstractSingleComponentContainerConnector.getContent()
Returns the content (only/first child) of the container.
|
ComponentConnector |
VFormLayout.Caption.getOwner()
Returns Paintable for which this Caption belongs to.
|
ComponentConnector |
VFormLayout.ErrorFlag.getOwner() |
abstract ComponentConnector |
VTabsheetBase.getTab(int index)
Implement in extending classes.
|
ComponentConnector |
VTabsheet.getTab(int index) |
ComponentConnector |
VAccordion.getTab(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentConnector> |
AbstractHasComponentsConnector.getChildComponents() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
VAccordion.StackItem.contains(ComponentConnector p)
Deprecated.
This method is not called by the framework code anymore.
|
void |
ShortcutActionHandler.handleKeyboardEvent(com.google.gwt.user.client.Event event,
ComponentConnector target) |
void |
VGridLayout.Cell.setComponent(ComponentConnector component,
List<ComponentConnector> ordering) |
void |
VPopupView.CustomPopup.setPopupConnector(ComponentConnector newPopupComponent)
Sets the connector of the popup content widget.
|
void |
VCustomLayout.updateCaption(ComponentConnector childConnector)
Update caption for the given child connector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractHasComponentsConnector.setChildComponents(List<ComponentConnector> childComponents) |
void |
VGridLayout.Cell.setComponent(ComponentConnector component,
List<ComponentConnector> ordering) |
| Constructor and Description |
|---|
AbstractClickEventHandler(ComponentConnector connector,
String clickEventIdentifier) |
Caption(ComponentConnector component) |
ClickEventHandler(ComponentConnector connector) |
ClickEventHandler(ComponentConnector connector,
String clickEventIdentifier) |
ErrorFlag(ComponentConnector owner) |
LayoutClickEventHandler(ComponentConnector connector) |
LayoutClickEventHandler(ComponentConnector connector,
String clickEventIdentifier) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbsoluteLayoutConnector
Connects the server side
AbsoluteLayout with the client side
counterpart VAbsoluteLayout. |
| Modifier and Type | Method and Description |
|---|---|
protected ComponentConnector |
AbsoluteLayoutConnector.getConnectorForElement(com.google.gwt.user.client.Element element)
Deprecated.
As of 7.2, call or override
AbsoluteLayoutConnector.getConnectorForElement(Element) instead |
protected ComponentConnector |
AbsoluteLayoutConnector.getConnectorForElement(com.google.gwt.dom.client.Element element)
Returns the deepest nested child component which contains "element".
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbsoluteLayoutConnector.updateCaption(ComponentConnector childConnector) |
| Modifier and Type | Class and Description |
|---|---|
class |
AccordionConnector
A connector class for the Accordion component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccordionConnector.updateCaption(ComponentConnector component) |
| Modifier and Type | Class and Description |
|---|---|
class |
AudioConnector
A connector class for the Audio component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BrowserFrameConnector
A connector class for the BrowserFrame component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ButtonConnector
A connector class for the Button component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CheckBoxConnector
The client-side connector for the
CheckBoxGroup component. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractColorPickerConnector
An abstract class that defines default implementation for a color picker
connector.
|
class |
ColorPickerAreaConnector
A class that defines an implementation for a color picker connector.
|
class |
ColorPickerConnector
A class that defines default implementation for a color picker connector.
|
class |
ColorPickerGradientConnector
A class that defines the default implementation for a color picker gradient
connector.
|
class |
ColorPickerGridConnector
A class that defines the default implementation for a color picker grid
connector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComboBoxConnector
A connector class for the ComboBox component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeConnector
Connector for the Composite component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeConnector.updateCaption(ComponentConnector component) |
| Modifier and Type | Class and Description |
|---|---|
class |
CssLayoutConnector
Connects the server side widget
CssLayout with the client side
counterpart VCssLayout. |
| Modifier and Type | Method and Description |
|---|---|
void |
CssLayoutConnector.updateCaption(ComponentConnector child) |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomComponentConnector
A connector class for the CustomComponent component base.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomComponentConnector.updateCaption(ComponentConnector component) |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomFieldConnector
A connector class for the CustomField component.
|
| Modifier and Type | Method and Description |
|---|---|
protected ComponentConnector |
CustomFieldConnector.getContent()
Returns the content (only/first child) of the container.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComponentConnector> |
CustomFieldConnector.getChildComponents() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomFieldConnector.updateCaption(ComponentConnector connector) |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomFieldConnector.setChildComponents(List<ComponentConnector> childComponents) |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomLayoutConnector
A connector class for CustomLayout.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomLayoutConnector.updateCaption(ComponentConnector paintable) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDateFieldConnector<R extends Enum<R>>
Base class for various DateField connectors.
|
class |
AbstractInlineDateFieldConnector<PANEL extends VAbstractCalendarPanel<R>,R extends Enum<R>>
Base class for inline data field connector.
|
class |
AbstractTextualDateConnector<R extends Enum<R>>
Abstract base class for date fields with textual date representation.
|
class |
DateFieldConnector
A connector class for the abstract AbstractLocalDateField component.
|
class |
DateTimeFieldConnector
The client-side connector for AbstractLocalDateTimeField.
|
class |
InlineDateFieldConnector
The client-side connector for InlineDateField.
|
class |
InlineDateTimeFieldConnector
The client-side connector for InlineDateTimeField.
|
class |
PopupDateFieldConnector
The client-side connector for DateField.
|
class |
PopupDateTimeFieldConnector
The client-side connector for DateTimeField.
|
class |
TextualDateConnector<PANEL extends VAbstractCalendarPanel<R>,R extends Enum<R>>
Abstract date/time field connector which extend
AbstractTextualDateConnector functionality with widget that shows
date/time chooser as a popup panel. |
| Modifier and Type | Method and Description |
|---|---|
ComponentConnector |
VDropHandler.getConnector()
Deprecated.
Returns the ComponentConnector with which this DropHandler is associated.
|
abstract ComponentConnector |
VAbstractDropHandler.getConnector()
Deprecated.
Returns the Paintable who owns this
VAbstractDropHandler. |
ComponentConnector |
VTransferable.getDragSource()
Deprecated.
Returns the component from which the transferable is created (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VTransferable.setDragSource(ComponentConnector component)
Deprecated.
Sets the component currently being dragged or from which the transferable
is created (e.g.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DragAndDropWrapperConnector
Deprecated.
Replaced in 8.1 with
DragSourceExtensionConnector and
DropTargetExtensionConnector. |
| Modifier and Type | Class and Description |
|---|---|
class |
EmbeddedConnector
A connector class for the Embedded component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FlashConnector
Deprecated.
No modern browsers support Flash content anymore.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FormLayoutConnector
A connector class for FormLayout.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FormLayoutConnector.updateCaption(ComponentConnector component) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridLayoutConnector
A connector class for the GridLayout component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridLayoutConnector.updateCaption(ComponentConnector childConnector) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImageConnector
A connector class for the Image component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LabelConnector
A connector class for the Label component.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentConnector |
ComponentConnectorLayoutSlot.getChild()
Returns the connector of the child component that has been assigned to
this slot.
|
ComponentConnector |
LayoutDependencyTree.getScrollingBoundary(ComponentConnector connector)
Returns the scrolling boundary for this component.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ComponentConnector> |
LayoutDependencyTree.getMeasureTargets()
Deprecated.
As of 7.0.1, use
LayoutDependencyTree.getMeasureTargetsJsArray() for
improved performance. |
| Modifier and Type | Method and Description |
|---|---|
ComponentConnector |
LayoutDependencyTree.getScrollingBoundary(ComponentConnector connector)
Returns the scrolling boundary for this component.
|
void |
LayoutDependencyTree.logDependencyStatus(ComponentConnector connector)
Logs horizontal and vertical
LayoutDependency state for the given
connector. |
void |
LayoutDependencyTree.markHeightAsChanged(ComponentConnector connector)
Marks the component's height as changed.
|
void |
LayoutDependencyTree.markWidthAsChanged(ComponentConnector connector)
Marks the component's width as changed.
|
boolean |
LayoutDependencyTree.noMoreChangesExpected(ComponentConnector connector)
Returns whether all required layouting and measuring has been done for
this component to both directions and there are no more blockers waiting
for handling.
|
void |
LayoutDependencyTree.setNeedsHorizontalMeasure(ComponentConnector connector,
boolean needsMeasure)
Informs this LayoutDependencyTree that the horizontal size of a component
might have changed and it needs measuring, or that the measuring is no
longer necessary.
|
void |
LayoutDependencyTree.setNeedsMeasure(ComponentConnector connector,
boolean needsMeasure)
Informs this LayoutDependencyTree that the size of a component might have
changed and it needs measuring in both directions, or that the measuring
is no longer necessary.
|
void |
LayoutDependencyTree.setNeedsVerticalMeasure(ComponentConnector connector,
boolean needsMeasure)
Informs this LayoutDependencyTree that the vertical size of a component
might have changed and it needs measuring, or that the measuring is no
longer necessary.
|
| Constructor and Description |
|---|
ComponentConnectorLayoutSlot(String baseClassName,
ComponentConnector child,
ManagedLayout layout)
Constructs a slot instance for a ManagedLayout cell.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LinkConnector
A connector class for the Link component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListSelectConnector
Client side connector for
ListSelect component. |
| Modifier and Type | Class and Description |
|---|---|
class |
LoginFormConnector
A connector class for the LoginForm component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoginFormConnector.updateCaption(ComponentConnector connector) |
| Modifier and Type | Class and Description |
|---|---|
class |
MenuBarConnector
A connector class for the MenuBar component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NativeButtonConnector
A connector class for the NativeButton component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NativeSelectConnector
The client-side connector for the
NativeSelect component. |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckBoxGroupConnector
CheckBoxGroup client side connector.
|
class |
RadioButtonGroupConnector
CheckBoxGroup client side connector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOrderedLayoutConnector
Base class for vertical and horizontal ordered layouts.
|
class |
HorizontalLayoutConnector
Connects the client widget
VHorizontalLayout with the Vaadin server
side counterpart HorizontalLayout. |
class |
VerticalLayoutConnector
Connects the client widget
VVerticalLayout with the Vaadin server
side counterpart VerticalLayout. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOrderedLayoutConnector.updateCaption(ComponentConnector connector) |
| Modifier and Type | Class and Description |
|---|---|
class |
PanelConnector
A connector class for the Panel component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PanelConnector.updateCaption(ComponentConnector component) |
| Modifier and Type | Class and Description |
|---|---|
class |
PasswordFieldConnector
A connector class for the PasswordField component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PopupViewConnector
A connector class for the PopupView component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PopupViewConnector.updateCaption(ComponentConnector childConnector) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProgressBarConnector
Connector for
VProgressBar. |
| Modifier and Type | Class and Description |
|---|---|
class |
RichTextAreaConnector
Connector for RichTextArea.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SliderConnector
A connector class for the Slider component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSplitPanelConnector
An abstract connector class for the SplitPanel components.
|
class |
HorizontalSplitPanelConnector
A connector class for the HorizontalSplitPanel component.
|
class |
VerticalSplitPanelConnector
A connector class for the VerticalSplitPanel component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSplitPanelConnector.updateCaption(ComponentConnector component) |
| Modifier and Type | Class and Description |
|---|---|
class |
TabsheetBaseConnector
An abstract connector class for components that share features with a
TabSheet.
|
class |
TabsheetConnector
A connector class for the TabSheet component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TabsheetConnector.updateCaption(ComponentConnector component) |
| Modifier and Type | Class and Description |
|---|---|
class |
TextAreaConnector
A connector class for the TextArea component.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ValueChangeHandler.Owner
Must be implemented by any user of a ValueChangeHandler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTextFieldConnector
Connector class for AbstractTextField.
|
class |
TextFieldConnector
Connector class for TextField.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TreeGridConnector
A connector class for the TreeGrid component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TwinColSelectConnector
Client side connector for
TwinColSelect component. |
| Modifier and Type | Class and Description |
|---|---|
class |
UIConnector
A connector class for the UI component.
|
| Modifier and Type | Method and Description |
|---|---|
protected ComponentConnector |
UIConnector.getContent() |
| Modifier and Type | Method and Description |
|---|---|
void |
UIConnector.scrollIntoView(ComponentConnector componentConnector)
Tries to scroll the viewport so that the given connector is in view.
|
void |
UIConnector.updateCaption(ComponentConnector component) |
| Modifier and Type | Class and Description |
|---|---|
class |
UploadConnector
A connector class for the Upload component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VideoConnector
A connector class for the Video component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WindowConnector
A connector class for the Window component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WindowConnector.updateCaption(ComponentConnector component) |
Copyright © 2023 Vaadin Ltd. All rights reserved.