Uses of Interface
com.vaadin.shared.Connector

Packages that use Connector
com.vaadin.shared   
com.vaadin.shared.ui   
com.vaadin.shared.ui.csslayout   
com.vaadin.shared.ui.customlayout   
com.vaadin.shared.ui.form   
com.vaadin.shared.ui.grid   
com.vaadin.shared.ui.gridlayout   
com.vaadin.shared.ui.loginform   
com.vaadin.shared.ui.orderedlayout   
com.vaadin.shared.ui.splitpanel   
com.vaadin.shared.ui.ui   
com.vaadin.shared.ui.window   
 

Uses of Connector in com.vaadin.shared
 

Methods in com.vaadin.shared that return Connector
 Connector Connector.getParent()
          Gets the parent connector of this connector, or null if the connector is not attached to any parent.
 

Uses of Connector in com.vaadin.shared.ui
 

Methods in com.vaadin.shared.ui with parameters of type Connector
 void LayoutClickRpc.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
 java.util.Map<Connector,java.lang.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
 java.util.Map<Connector,java.lang.String> CustomLayoutState.childLocations
           
 

Uses of Connector in com.vaadin.shared.ui.form
 

Fields in com.vaadin.shared.ui.form declared as Connector
 Connector FormState.footer
           
 Connector FormState.layout
           
 

Uses of Connector in com.vaadin.shared.ui.grid
 

Fields in com.vaadin.shared.ui.grid declared as Connector
 Connector GridStaticSectionState.CellState.connector
           
 Connector GridColumnState.editorConnector
          The connector for the field used to edit cells in this column when the editor interface is active.
 Connector GridColumnState.rendererConnector
          The connector for the renderer used to render the cells in this column.
 

Methods in com.vaadin.shared.ui.grid that return Connector
 Connector DetailsConnectorChange.getConnector()
          Gets the changed connector.
 

Methods in com.vaadin.shared.ui.grid with parameters of type Connector
 void DetailsConnectorChange.setConnector(Connector connector)
          Sets the changed connector.
 

Constructors in com.vaadin.shared.ui.grid with parameters of type Connector
DetailsConnectorChange(Connector connector, java.lang.Integer oldIndex, java.lang.Integer newIndex, boolean shouldStillBeVisible)
          Convenience constructor for setting all the fields in one line.
 

Uses of Connector in com.vaadin.shared.ui.gridlayout
 

Fields in com.vaadin.shared.ui.gridlayout with type parameters of type Connector
 java.util.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
 Connector LoginFormState.loginButtonConnector
           
 Connector LoginFormState.passwordFieldConnector
           
 Connector LoginFormState.userNameFieldConnector
           
 

Uses of Connector in com.vaadin.shared.ui.orderedlayout
 

Fields in com.vaadin.shared.ui.orderedlayout with type parameters of type Connector
 java.util.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
 Connector AbstractSplitPanelState.firstChild
           
 Connector AbstractSplitPanelState.secondChild
           
 

Uses of Connector in com.vaadin.shared.ui.ui
 

Methods in com.vaadin.shared.ui.ui with parameters of type Connector
 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.
 

Uses of Connector in com.vaadin.shared.ui.window
 

Fields in com.vaadin.shared.ui.window declared as Connector
 Connector[] WindowState.contentDescription
           
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.