Uses of Interface
com.vaadin.shared.Connector
-
-
Uses of Connector in com.vaadin.shared
Fields in com.vaadin.shared declared as Connector Modifier and Type Field Description ConnectorAbstractFieldState. focusDelegateThe component which should receive focus events instead of the custom field wrapper.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. -
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.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.form
Fields in com.vaadin.shared.ui.form declared as Connector Modifier and Type Field Description ConnectorFormState. footerConnectorFormState. layout -
Uses of Connector in com.vaadin.shared.ui.grid
Fields in com.vaadin.shared.ui.grid declared as Connector Modifier and Type Field Description ConnectorGridStaticSectionState.CellState. connectorConnectorGridColumnState. editorConnectorThe connector for the field used to edit cells in this column when the editor interface is active.ConnectorGridColumnState. rendererConnectorThe connector for the renderer used to render the cells in this column. -
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
-