| Modifier and Type | Method and Description |
|---|---|
Connector |
Connector.getParent()
Gets the parent connector of this connector, or
null if the
connector is not attached to any parent. |
| Modifier and Type | Method and Description |
|---|---|
void |
LayoutClickRpc.layoutClick(MouseEventDetails mouseDetails,
Connector clickedConnector)
Called when a layout click event has occurred and there are server side
listeners for the event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WindowOrderRpc.windowOrderChanged(Map<Integer,Connector> windowOrders)
Sends RPC request about windows order change.
|
| Modifier and Type | Field and Description |
|---|---|
Map<Connector,String> |
CssLayoutState.childCss |
| Modifier and Type | Field and Description |
|---|---|
Connector |
CustomFieldState.focusDelegate
The component which should receive focus events instead of the custom
field wrapper.
|
| Modifier and Type | Field and Description |
|---|---|
Map<Connector,String> |
CustomLayoutState.childLocations |
| Modifier and Type | Field and Description |
|---|---|
Connector |
SectionState.CellState.connector
The connector for the component that is set to be displayed in this
cell.
|
Connector |
ColumnState.renderer |
| Modifier and Type | Field and Description |
|---|---|
Map<Connector,GridLayoutState.ChildComponentData> |
GridLayoutState.childData |
| Modifier and Type | Field and Description |
|---|---|
Connector |
LoginFormState.loginButtonConnector |
Connector |
LoginFormState.passwordFieldConnector |
Connector |
LoginFormState.userNameFieldConnector |
| Modifier and Type | Field and Description |
|---|---|
HashMap<Connector,AbstractOrderedLayoutState.ChildComponentData> |
AbstractOrderedLayoutState.childData |
| Modifier and Type | Field and Description |
|---|---|
Connector |
AbstractSplitPanelState.firstChild |
Connector |
AbstractSplitPanelState.secondChild |
| Modifier and Type | Method and Description |
|---|---|
void |
DebugWindowServerRpc.showServerDebugInfo(Connector connector)
Sends a request to the server to print details to console that will help
the developer to locate the corresponding server-side connector in the
source code.
|
void |
DebugWindowServerRpc.showServerDesign(Connector connector)
Sends a request to the server to print a design to the console for the
given component.
|
| Modifier and Type | Field and Description |
|---|---|
Connector[] |
WindowState.contentDescription |
Copyright © 2021 Vaadin Ltd. All rights reserved.