Uses of Interface
com.vaadin.shared.Connector
-
-
Uses of Connector in com.vaadin.shared
Methods in com.vaadin.shared that return Connector Modifier and Type Method Description ConnectorConnector. getParent()Gets the parent connector of this connector, ornullif the connector is not attached to any parent. -
Uses of Connector in com.vaadin.shared.ui
Methods in com.vaadin.shared.ui that return types with arguments of type Connector Modifier and Type Method Description Class<? extends Connector>value()Methods in com.vaadin.shared.ui with parameters of type Connector Modifier and Type Method Description voidLayoutClickRpc. layoutClick(MouseEventDetails mouseDetails, Connector clickedConnector)Called when a layout click event has occurred and there are server side listeners for the event.Method parameters in com.vaadin.shared.ui with type arguments of type Connector Modifier and Type Method Description voidWindowOrderRpc. windowOrderChanged(Map<Integer,Connector> windowOrders)Sends RPC request about windows order change. -
Uses of Connector in com.vaadin.shared.ui.csslayout
Fields in com.vaadin.shared.ui.csslayout with type parameters of type Connector Modifier and Type Field Description Map<Connector,String>CssLayoutState. childCss -
Uses of Connector in com.vaadin.shared.ui.customfield
Fields in com.vaadin.shared.ui.customfield declared as Connector Modifier and Type Field Description ConnectorCustomFieldState. focusDelegateThe component which should receive focus events instead of the custom field wrapper. -
Uses of Connector in com.vaadin.shared.ui.customlayout
Fields in com.vaadin.shared.ui.customlayout with type parameters of type Connector Modifier and Type Field Description Map<Connector,String>CustomLayoutState. childLocations -
Uses of Connector in com.vaadin.shared.ui.grid
Fields in com.vaadin.shared.ui.grid declared as Connector Modifier and Type Field Description ConnectorSectionState.CellState. connectorThe connector for the component that is set to be displayed in this cell.ConnectorColumnState. renderer -
Uses of Connector in com.vaadin.shared.ui.gridlayout
Fields in com.vaadin.shared.ui.gridlayout with type parameters of type Connector Modifier and Type Field Description Map<Connector,GridLayoutState.ChildComponentData>GridLayoutState. childData -
Uses of Connector in com.vaadin.shared.ui.loginform
Fields in com.vaadin.shared.ui.loginform declared as Connector Modifier and Type Field Description ConnectorLoginFormState. loginButtonConnectorConnectorLoginFormState. passwordFieldConnectorConnectorLoginFormState. userNameFieldConnector -
Uses of Connector in com.vaadin.shared.ui.orderedlayout
Fields in com.vaadin.shared.ui.orderedlayout with type parameters of type Connector Modifier and Type Field Description HashMap<Connector,AbstractOrderedLayoutState.ChildComponentData>AbstractOrderedLayoutState. childData -
Uses of Connector in com.vaadin.shared.ui.splitpanel
Fields in com.vaadin.shared.ui.splitpanel declared as Connector Modifier and Type Field Description ConnectorAbstractSplitPanelState. firstChildConnectorAbstractSplitPanelState. secondChild -
Uses of Connector in com.vaadin.shared.ui.ui
Methods in com.vaadin.shared.ui.ui with parameters of type Connector Modifier and Type Method Description voidDebugWindowServerRpc. 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.voidDebugWindowServerRpc. showServerDesign(Connector connector)Sends a request to the server to print a design to the console for the given component. -
Uses of Connector in com.vaadin.shared.ui.window
Fields in com.vaadin.shared.ui.window declared as Connector Modifier and Type Field Description Connector[]WindowState. contentDescription
-