|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ServerConnector in com.vaadin.client |
|---|
| Subinterfaces of ServerConnector in com.vaadin.client | |
|---|---|
interface |
ComponentConnector
An interface used by client-side widgets or paintable parts to receive updates from the corresponding server-side components in the form of UIDL. |
interface |
DirectionalManagedLayout
|
interface |
HasComponentsConnector
An interface used by client-side connectors whose widget is a component container (implements HasWidgets). |
| Classes in com.vaadin.client that implement ServerConnector | |
|---|---|
class |
JavaScriptExtension
|
| Methods in com.vaadin.client that return ServerConnector | |
|---|---|
ServerConnector |
WidgetSet.createConnector(int tag,
ApplicationConfiguration conf)
Create an uninitialized connector that best matches given UIDL. |
ServerConnector |
ConnectorMap.getConnector(java.lang.String connectorId)
Returns a ServerConnector by its id |
ServerConnector |
ApplicationConnection.getConnector(java.lang.String connectorId,
int connectorType)
Get either an existing ComponentConnector or create a new ComponentConnector with the given type and id. |
ServerConnector |
UIDL.getPaintableAttribute(java.lang.String name,
ApplicationConnection connection)
Gets the Paintable with the id found in the named attributes's value. |
ServerConnector |
UIDL.getPaintableVariable(java.lang.String name,
ApplicationConnection connection)
Gets the Paintable with the id found in the named variable's value. |
ServerConnector |
ServerConnector.getParent()
Returns the parent of this connector. |
| Methods in com.vaadin.client that return types with arguments of type ServerConnector | |
|---|---|
java.util.List<ServerConnector> |
ServerConnector.getChildren()
|
java.lang.Class<? extends ServerConnector> |
ApplicationConfiguration.getConnectorClassByEncodedTag(int tag)
|
java.util.Collection<? extends ServerConnector> |
ConnectorMap.getConnectors()
Deprecated. As of 7.0.1, use ConnectorMap.getConnectorsAsJsArray() for
improved performance. |
JsArrayObject<ServerConnector> |
ConnectorMap.getConnectorsAsJsArray()
|
protected java.lang.Class<? extends ServerConnector> |
WidgetSet.resolveConnectorType(int tag,
ApplicationConfiguration conf)
|
| Methods in com.vaadin.client with parameters of type ServerConnector | |
|---|---|
protected void |
JavaScriptExtension.extend(ServerConnector target)
|
static java.lang.String |
Util.getConnectorString(ServerConnector p)
|
void |
ConnectorMap.registerConnector(java.lang.String id,
ServerConnector connector)
|
void |
ServerConnector.setParent(ServerConnector parent)
Sets the parent for this connector. |
void |
ConnectorMap.unregisterConnector(ServerConnector connector)
Unregisters the given connector; always use after removing a connector. |
void |
ApplicationConnection.unregisterPaintable(ServerConnector p)
Deprecated. As of 7.0. No longer serves any purpose. |
void |
ApplicationConnection.updateVariable(java.lang.String paintableId,
java.lang.String variableName,
ServerConnector newValue,
boolean immediate)
Sends a new value for the given paintables given variable to the server. |
| Method parameters in com.vaadin.client with type arguments of type ServerConnector | |
|---|---|
void |
ServerConnector.setChildren(java.util.List<ServerConnector> children)
|
| Constructors in com.vaadin.client with parameters of type ServerConnector | |
|---|---|
JavaScriptConnectorHelper(ServerConnector connector)
|
|
| Uses of ServerConnector in com.vaadin.client.communication |
|---|
| Methods in com.vaadin.client.communication that return ServerConnector | |
|---|---|
ServerConnector |
AbstractServerConnectorEvent.getConnector()
|
| Methods in com.vaadin.client.communication with parameters of type ServerConnector | ||
|---|---|---|
void |
RpcManager.applyInvocation(com.vaadin.shared.communication.MethodInvocation invocation,
ServerConnector connector)
Perform server to client RPC invocation. |
|
static
|
RpcProxy.create(java.lang.Class<T> rpcInterface,
ServerConnector connector)
|
|
void |
AbstractServerConnectorEvent.setConnector(ServerConnector connector)
|
|
| Constructors in com.vaadin.client.communication with parameters of type ServerConnector | |
|---|---|
StateChangeEvent(ServerConnector connector,
FastStringSet changedProperties)
Deprecated. As of 7.0.2, use StateChangeEvent.StateChangeEvent(ServerConnector, JSONObject, boolean)
instead for improved performance. |
|
StateChangeEvent(ServerConnector connector,
JSONObject stateJson,
boolean initialStateChange)
/** Creates a new state change event. |
|
StateChangeEvent(ServerConnector connector,
java.util.Set<java.lang.String> changedPropertiesSet)
Deprecated. As of 7.0.1, use StateChangeEvent.StateChangeEvent(ServerConnector, JSONObject, boolean)
instead for improved performance. |
|
| Uses of ServerConnector in com.vaadin.client.debug.internal |
|---|
| Methods in com.vaadin.client.debug.internal with parameters of type ServerConnector | |
|---|---|
void |
SelectConnectorListener.select(ServerConnector connector,
Element element)
Listener method called when a connector has been selected. |
void |
ConnectorInfoPanel.update(ServerConnector connector)
Update the panel to show information about a connector. |
| Constructors in com.vaadin.client.debug.internal with parameters of type ServerConnector | |
|---|---|
SelectorPath(ServerConnector c,
Element e)
|
|
| Uses of ServerConnector in com.vaadin.client.extensions |
|---|
| Classes in com.vaadin.client.extensions that implement ServerConnector | |
|---|---|
class |
AbstractExtensionConnector
|
class |
BrowserWindowOpenerConnector
Client-side code for BrowserWindowOpener |
class |
FileDownloaderConnector
|
class |
ResponsiveConnector
The client side connector for the Responsive extension. |
| Methods in com.vaadin.client.extensions with parameters of type ServerConnector | |
|---|---|
protected void |
ResponsiveConnector.extend(ServerConnector target)
|
protected void |
FileDownloaderConnector.extend(ServerConnector target)
|
protected void |
BrowserWindowOpenerConnector.extend(ServerConnector target)
|
protected abstract void |
AbstractExtensionConnector.extend(ServerConnector target)
Called when the extension is attached to its parent. |
void |
FileDownloaderConnector.setParent(ServerConnector parent)
|
void |
AbstractExtensionConnector.setParent(ServerConnector parent)
|
| Uses of ServerConnector in com.vaadin.client.extensions.javascriptmanager |
|---|
| Classes in com.vaadin.client.extensions.javascriptmanager that implement ServerConnector | |
|---|---|
class |
JavaScriptManagerConnector
|
| Methods in com.vaadin.client.extensions.javascriptmanager with parameters of type ServerConnector | |
|---|---|
protected void |
JavaScriptManagerConnector.extend(ServerConnector target)
|
| Uses of ServerConnector in com.vaadin.client.ui |
|---|
| Subinterfaces of ServerConnector in com.vaadin.client.ui | |
|---|---|
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
|
| Classes in com.vaadin.client.ui that implement ServerConnector | |
|---|---|
class |
AbstractComponentConnector
|
class |
AbstractComponentContainerConnector
Client side connector for subclasses of AbstractComponentConnector. |
class |
AbstractConnector
An abstract implementation of Connector. |
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
|
| Methods in com.vaadin.client.ui that return ServerConnector | |
|---|---|
ServerConnector |
AbstractConnector.getParent()
|
| Methods in com.vaadin.client.ui that return types with arguments of type ServerConnector | |
|---|---|
java.util.List<ServerConnector> |
AbstractConnector.getChildren()
|
| Methods in com.vaadin.client.ui with parameters of type ServerConnector | |
|---|---|
static Type |
AbstractConnector.getStateType(ServerConnector connector)
|
void |
AbstractConnector.setParent(ServerConnector parent)
|
| Method parameters in com.vaadin.client.ui with type arguments of type ServerConnector | |
|---|---|
void |
AbstractConnector.setChildren(java.util.List<ServerConnector> children)
|
| Uses of ServerConnector in com.vaadin.client.ui.absolutelayout |
|---|
| Classes in com.vaadin.client.ui.absolutelayout that implement ServerConnector | |
|---|---|
class |
AbsoluteLayoutConnector
Connects the server side AbsoluteLayout with the client side
counterpart VAbsoluteLayout |
| Uses of ServerConnector in com.vaadin.client.ui.accordion |
|---|
| Classes in com.vaadin.client.ui.accordion that implement ServerConnector | |
|---|---|
class |
AccordionConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.audio |
|---|
| Classes in com.vaadin.client.ui.audio that implement ServerConnector | |
|---|---|
class |
AudioConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.browserframe |
|---|
| Classes in com.vaadin.client.ui.browserframe that implement ServerConnector | |
|---|---|
class |
BrowserFrameConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.button |
|---|
| Classes in com.vaadin.client.ui.button that implement ServerConnector | |
|---|---|
class |
ButtonConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.calendar |
|---|
| Classes in com.vaadin.client.ui.calendar that implement ServerConnector | |
|---|---|
class |
CalendarConnector
Handles communication between Calendar on the server side and VCalendar on the client side. |
| Uses of ServerConnector in com.vaadin.client.ui.checkbox |
|---|
| Classes in com.vaadin.client.ui.checkbox that implement ServerConnector | |
|---|---|
class |
CheckBoxConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.colorpicker |
|---|
| Classes in com.vaadin.client.ui.colorpicker that implement ServerConnector | |
|---|---|
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. |
| Uses of ServerConnector in com.vaadin.client.ui.combobox |
|---|
| Classes in com.vaadin.client.ui.combobox that implement ServerConnector | |
|---|---|
class |
ComboBoxConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.csslayout |
|---|
| Classes in com.vaadin.client.ui.csslayout that implement ServerConnector | |
|---|---|
class |
CssLayoutConnector
Connects the server side widget CssLayout with the client side
counterpart VCssLayout |
| Uses of ServerConnector in com.vaadin.client.ui.customcomponent |
|---|
| Classes in com.vaadin.client.ui.customcomponent that implement ServerConnector | |
|---|---|
class |
CustomComponentConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.customfield |
|---|
| Classes in com.vaadin.client.ui.customfield that implement ServerConnector | |
|---|---|
class |
CustomFieldConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.customlayout |
|---|
| Classes in com.vaadin.client.ui.customlayout that implement ServerConnector | |
|---|---|
class |
CustomLayoutConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.datefield |
|---|
| Classes in com.vaadin.client.ui.datefield that implement ServerConnector | |
|---|---|
class |
AbstractDateFieldConnector
|
class |
InlineDateFieldConnector
|
class |
PopupDateFieldConnector
|
class |
TextualDateConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.draganddropwrapper |
|---|
| Classes in com.vaadin.client.ui.draganddropwrapper that implement ServerConnector | |
|---|---|
class |
DragAndDropWrapperConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.embedded |
|---|
| Classes in com.vaadin.client.ui.embedded that implement ServerConnector | |
|---|---|
class |
EmbeddedConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.flash |
|---|
| Classes in com.vaadin.client.ui.flash that implement ServerConnector | |
|---|---|
class |
FlashConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.form |
|---|
| Classes in com.vaadin.client.ui.form that implement ServerConnector | |
|---|---|
class |
FormConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.formlayout |
|---|
| Classes in com.vaadin.client.ui.formlayout that implement ServerConnector | |
|---|---|
class |
FormLayoutConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.gridlayout |
|---|
| Classes in com.vaadin.client.ui.gridlayout that implement ServerConnector | |
|---|---|
class |
GridLayoutConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.image |
|---|
| Classes in com.vaadin.client.ui.image that implement ServerConnector | |
|---|---|
class |
ImageConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.label |
|---|
| Classes in com.vaadin.client.ui.label that implement ServerConnector | |
|---|---|
class |
LabelConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.layout |
|---|
| Subinterfaces of ServerConnector in com.vaadin.client.ui.layout | |
|---|---|
interface |
MayScrollChildren
|
| Uses of ServerConnector in com.vaadin.client.ui.link |
|---|
| Classes in com.vaadin.client.ui.link that implement ServerConnector | |
|---|---|
class |
LinkConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.listselect |
|---|
| Classes in com.vaadin.client.ui.listselect that implement ServerConnector | |
|---|---|
class |
ListSelectConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.menubar |
|---|
| Classes in com.vaadin.client.ui.menubar that implement ServerConnector | |
|---|---|
class |
MenuBarConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.nativebutton |
|---|
| Classes in com.vaadin.client.ui.nativebutton that implement ServerConnector | |
|---|---|
class |
NativeButtonConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.nativeselect |
|---|
| Classes in com.vaadin.client.ui.nativeselect that implement ServerConnector | |
|---|---|
class |
NativeSelectConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.optiongroup |
|---|
| Classes in com.vaadin.client.ui.optiongroup that implement ServerConnector | |
|---|---|
class |
OptionGroupBaseConnector
|
class |
OptionGroupConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.orderedlayout |
|---|
| Classes in com.vaadin.client.ui.orderedlayout that implement ServerConnector | |
|---|---|
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 |
| Uses of ServerConnector in com.vaadin.client.ui.panel |
|---|
| Classes in com.vaadin.client.ui.panel that implement ServerConnector | |
|---|---|
class |
PanelConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.passwordfield |
|---|
| Classes in com.vaadin.client.ui.passwordfield that implement ServerConnector | |
|---|---|
class |
PasswordFieldConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.popupview |
|---|
| Classes in com.vaadin.client.ui.popupview that implement ServerConnector | |
|---|---|
class |
PopupViewConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.progressindicator |
|---|
| Classes in com.vaadin.client.ui.progressindicator that implement ServerConnector | |
|---|---|
class |
ProgressBarConnector
Connector for VProgressBar. |
class |
ProgressIndicatorConnector
Deprecated. as of 7.1, use ProgressBarConnector combined with server
push or UI polling. |
| Uses of ServerConnector in com.vaadin.client.ui.richtextarea |
|---|
| Classes in com.vaadin.client.ui.richtextarea that implement ServerConnector | |
|---|---|
class |
RichTextAreaConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.slider |
|---|
| Classes in com.vaadin.client.ui.slider that implement ServerConnector | |
|---|---|
class |
SliderConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.splitpanel |
|---|
| Classes in com.vaadin.client.ui.splitpanel that implement ServerConnector | |
|---|---|
class |
AbstractSplitPanelConnector
|
class |
HorizontalSplitPanelConnector
|
class |
VerticalSplitPanelConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.table |
|---|
| Classes in com.vaadin.client.ui.table that implement ServerConnector | |
|---|---|
class |
TableConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.tabsheet |
|---|
| Classes in com.vaadin.client.ui.tabsheet that implement ServerConnector | |
|---|---|
class |
TabsheetBaseConnector
|
class |
TabsheetConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.textarea |
|---|
| Classes in com.vaadin.client.ui.textarea that implement ServerConnector | |
|---|---|
class |
TextAreaConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.textfield |
|---|
| Classes in com.vaadin.client.ui.textfield that implement ServerConnector | |
|---|---|
class |
TextFieldConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.tree |
|---|
| Classes in com.vaadin.client.ui.tree that implement ServerConnector | |
|---|---|
class |
TreeConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.treetable |
|---|
| Classes in com.vaadin.client.ui.treetable that implement ServerConnector | |
|---|---|
class |
TreeTableConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.twincolselect |
|---|
| Classes in com.vaadin.client.ui.twincolselect that implement ServerConnector | |
|---|---|
class |
TwinColSelectConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.ui |
|---|
| Classes in com.vaadin.client.ui.ui that implement ServerConnector | |
|---|---|
class |
UIConnector
|
| Methods in com.vaadin.client.ui.ui with parameters of type ServerConnector | |
|---|---|
void |
UIConnector.showServerDebugInfo(ServerConnector serverConnector)
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. |
| Uses of ServerConnector in com.vaadin.client.ui.upload |
|---|
| Classes in com.vaadin.client.ui.upload that implement ServerConnector | |
|---|---|
class |
UploadConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.video |
|---|
| Classes in com.vaadin.client.ui.video that implement ServerConnector | |
|---|---|
class |
VideoConnector
|
| Uses of ServerConnector in com.vaadin.client.ui.window |
|---|
| Classes in com.vaadin.client.ui.window that implement ServerConnector | |
|---|---|
class |
WindowConnector
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||