| 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 |
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) |
| 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 |
GridConnector
Connects the client side
Grid widget with the server side
components.grid.Grid component. |
| Modifier and Type | Method and Description |
|---|---|
void |
GridConnector.updateCaption(ComponentConnector connector) |
| 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 |
ManagedLayout |
static interface |
ShortcutActionHandler.BeforeShortcutActionListener
A focusable
ComponentConnector implementing this interface will
be notified before shortcut actions are handled if it will be the target
of the action (most commonly means it is the focused component during the
keyboard combination is triggered by the user). |
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() |
ComponentConnector |
VScrollTable.VScrollTableDropHandler.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) |
abstract ComponentConnector |
VTabsheetBase.getTab(int index)
Implement in extending classes.
|
ComponentConnector |
VTabsheet.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) |
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 paintable)
Update caption for given widget
|
| 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 component) |
| 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 |
CalendarConnector
Handles communication between Calendar on the server side and
VCalendar on the client side. |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckBoxConnector |
| 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 |
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 |
class |
DateFieldConnector |
class |
InlineDateFieldConnector |
class |
PopupDateFieldConnector |
class |
TextualDateConnector |
| Modifier and Type | Method and Description |
|---|---|
abstract ComponentConnector |
VAbstractDropHandler.getConnector()
Returns the Paintable who owns this
VAbstractDropHandler. |
ComponentConnector |
VDropHandler.getConnector()
Returns the ComponentConnector with which this DropHandler is associated
|
ComponentConnector |
VTransferable.getDragSource()
Returns the component from which the transferable is created (eg.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VTransferable.setDragSource(ComponentConnector component)
Sets the component currently being dragged or from which the transferable
is created (eg.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DragAndDropWrapperConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
EmbeddedConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
FlashConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
FormConnector |
| Modifier and Type | Method and Description |
|---|---|
void |
FormConnector.updateCaption(ComponentConnector component) |
| 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 |
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
OptionGroupBaseConnector |
class |
OptionGroupConnector |
| 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 component) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProgressBarConnector
Connector for
VProgressBar. |
class |
ProgressIndicatorConnector
Deprecated.
as of 7.1, use
ProgressBarConnector combined with server
push or UI polling. |
| Modifier and Type | Class and Description |
|---|---|
class |
RichTextAreaConnector |
| 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 |
TableConnector |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentConnector> |
TableConnector.getChildComponents() |
| Modifier and Type | Method and Description |
|---|---|
void |
TableConnector.updateCaption(ComponentConnector component) |
| Modifier and Type | Method and Description |
|---|---|
void |
TableConnector.setChildComponents(List<ComponentConnector> childComponents) |
| 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 | Class and Description |
|---|---|
class |
TextFieldConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
TreeConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
TreeTableConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
TwinColSelectConnector |
| 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 © 2016 Vaadin Ltd. All rights reserved.