| 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 |
class |
AbstractComponentContainerConnector
Client side connector for subclasses of AbstractComponentConnector.
|
class |
AbstractFieldConnector |
class |
AbstractHasComponentsConnector |
class |
AbstractLayoutConnector |
class |
AbstractSingleComponentContainerConnector
Client side connector for subclasses of AbstractSingleComponentConnector.
|
class |
JavaScriptComponentConnector |
class |
LegacyConnector
Deprecated.
This class is only intended to ease migration and should not be
used for new projects.
|
class |
MediaBaseConnector |
class |
UnknownComponentConnector |
| 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() |
ComponentConnector |
VAccordion.getTab(int index) |
ComponentConnector |
VTabsheet.getTab(int index) |
abstract ComponentConnector |
VTabsheetBase.getTab(int index)
Implement in extending classes.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComponentConnector> |
AbstractHasComponentsConnector.getChildComponents() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
VAccordion.StackItem.contains(ComponentConnector p) |
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) |
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 |
| Modifier and Type | Method and Description |
|---|---|
void |
AccordionConnector.updateCaption(ComponentConnector component) |
| Modifier and Type | Class and Description |
|---|---|
class |
AudioConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
BrowserFrameConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
ButtonConnector |
| 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 |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomComponentConnector.updateCaption(ComponentConnector component) |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomFieldConnector |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomLayoutConnector.updateCaption(ComponentConnector paintable) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDateFieldConnector<R extends Enum<R>> |
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 |
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 |
| Modifier and Type | Class and Description |
|---|---|
class |
FlashConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
FormLayoutConnector |
| Modifier and Type | Method and Description |
|---|---|
void |
FormLayoutConnector.updateCaption(ComponentConnector component) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridLayoutConnector |
| Modifier and Type | Method and Description |
|---|---|
void |
GridLayoutConnector.updateCaption(ComponentConnector childConnector) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImageConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
LabelConnector |
| Modifier and Type | Method and Description |
|---|---|
ComponentConnector |
ComponentConnectorLayoutSlot.getChild() |
ComponentConnector |
LayoutDependencyTree.getScrollingBoundary(ComponentConnector connector) |
| 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) |
void |
LayoutDependencyTree.logDependencyStatus(ComponentConnector connector) |
void |
LayoutDependencyTree.markHeightAsChanged(ComponentConnector connector) |
void |
LayoutDependencyTree.markWidthAsChanged(ComponentConnector connector) |
boolean |
LayoutDependencyTree.noMoreChangesExpected(ComponentConnector connector) |
void |
LayoutDependencyTree.setNeedsHorizontalMeasure(ComponentConnector connector,
boolean needsMeasure) |
void |
LayoutDependencyTree.setNeedsMeasure(ComponentConnector connector,
boolean needsMeasure) |
void |
LayoutDependencyTree.setNeedsVerticalMeasure(ComponentConnector connector,
boolean needsMeasure) |
| Constructor and Description |
|---|
ComponentConnectorLayoutSlot(String baseClassName,
ComponentConnector child,
ManagedLayout layout) |
| Modifier and Type | Class and Description |
|---|---|
class |
LinkConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
ListSelectConnector
Client side connector for
ListSelect component. |
| Modifier and Type | Class and Description |
|---|---|
class |
LoginFormConnector |
| Modifier and Type | Method and Description |
|---|---|
void |
LoginFormConnector.updateCaption(ComponentConnector connector) |
| Modifier and Type | Class and Description |
|---|---|
class |
MenuBarConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeButtonConnector |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
void |
PanelConnector.updateCaption(ComponentConnector component) |
| Modifier and Type | Class and Description |
|---|---|
class |
PasswordFieldConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
PopupViewConnector |
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSplitPanelConnector |
class |
HorizontalSplitPanelConnector |
class |
VerticalSplitPanelConnector |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSplitPanelConnector.updateCaption(ComponentConnector component) |
| Modifier and Type | Class and Description |
|---|---|
class |
TabsheetBaseConnector |
class |
TabsheetConnector |
| Modifier and Type | Method and Description |
|---|---|
void |
TabsheetConnector.updateCaption(ComponentConnector component) |
| Modifier and Type | Class and Description |
|---|---|
class |
TextAreaConnector |
| 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 |
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
VideoConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
WindowConnector |
| Modifier and Type | Method and Description |
|---|---|
void |
WindowConnector.updateCaption(ComponentConnector component) |
Copyright © 2018 Vaadin Ltd. All rights reserved.