Serialized Form
|
Package com.vaadin.client |
helper
JavaScriptConnectorHelper helper
value
float value
unit
Unit unit
|
Package com.vaadin.client.communication |
connection
ApplicationConnection connection
|
Package com.vaadin.client.extensions |
hasBeenAttached
boolean hasBeenAttached
iframe
IFrameElement iframe
target
AbstractComponentConnector target
- The target component which we will monitor for width changes
widthBreakpoints
JavaScriptObject widthBreakpoints
- All the width breakpoints found for this particular instance
heightBreakpoints
JavaScriptObject heightBreakpoints
- All the height breakpoints found for this particular instance
currentWidthRanges
java.lang.String currentWidthRanges
currentHeightRanges
java.lang.String currentHeightRanges
|
Package com.vaadin.client.extensions.javascriptmanager |
currentNames
java.util.Set<E> currentNames
|
Package com.vaadin.client.metadata |
|
Package com.vaadin.client.ui |
widget
Widget widget
lastKnownWidth
java.lang.String lastKnownWidth
lastKnownHeight
java.lang.String lastKnownHeight
tooltipListenersAttached
boolean tooltipListenersAttached
styleNames
JsArrayString styleNames
- The style names from getState().getStyles() which are currently applied
to the widget.
connection
ApplicationConnection connection
id
java.lang.String id
handlerManager
com.google.gwt.event.shared.HandlerManager handlerManager
statePropertyHandlerManagers
FastStringMap<T> statePropertyHandlerManagers
rpcImplementations
FastStringMap<T> rpcImplementations
debugLogging
boolean debugLogging
state
com.vaadin.shared.communication.SharedState state
parent
ServerConnector parent
rpcProxyMap
FastStringMap<T> rpcProxyMap
- A map from client-to-server RPC interface class to the RPC proxy that
sends outgoing RPC calls for that interface.
lastEnabledState
boolean lastEnabledState
- Temporary storage for last enabled state to be able to see if it has
changed. Can be removed once we are able to listen specifically for
enabled changes in the state. Widget.isEnabled() cannot be used as all
Widgets do not implement HasEnabled
children
java.util.List<E> children
childComponents
java.util.List<E> childComponents
helper
JavaScriptConnectorHelper helper
|
Package com.vaadin.client.ui.absolutelayout |
clickEventHandler
LayoutClickEventHandler clickEventHandler
childStateChangeHandler
StateChangeEvent.StateChangeHandler childStateChangeHandler
|
Package com.vaadin.client.ui.accordion |
|
Package com.vaadin.client.ui.audio |
|
Package com.vaadin.client.ui.browserframe |
|
Package com.vaadin.client.ui.button |
focusHandlerRegistration
com.google.gwt.event.shared.HandlerRegistration focusHandlerRegistration
blurHandlerRegistration
com.google.gwt.event.shared.HandlerRegistration blurHandlerRegistration
|
Package com.vaadin.client.ui.calendar |
rpc
com.vaadin.shared.ui.calendar.CalendarServerRpc rpc
actionMap
java.util.HashMap<K,V> actionMap
tooltips
java.util.HashMap<K,V> tooltips
actionKeys
java.util.List<E> actionKeys
|
Package com.vaadin.client.ui.checkbox |
focusHandlerRegistration
com.google.gwt.event.shared.HandlerRegistration focusHandlerRegistration
blurHandlerRegistration
com.google.gwt.event.shared.HandlerRegistration blurHandlerRegistration
|
Package com.vaadin.client.ui.colorpicker |
rpc
com.vaadin.shared.ui.colorpicker.ColorPickerServerRpc rpc
rpc
com.vaadin.shared.ui.colorpicker.ColorPickerServerRpc rpc
rpc
com.vaadin.shared.ui.colorpicker.ColorPickerGradientServerRpc rpc
rpc
com.vaadin.shared.ui.colorpicker.ColorPickerGridServerRpc rpc
|
Package com.vaadin.client.ui.combobox |
oldSuggestionTextMatchTheOldSelection
boolean oldSuggestionTextMatchTheOldSelection
|
Package com.vaadin.client.ui.csslayout |
clickEventHandler
LayoutClickEventHandler clickEventHandler
childIdToCaption
FastStringMap<T> childIdToCaption
|
Package com.vaadin.client.ui.customcomponent |
|
Package com.vaadin.client.ui.customfield |
childComponents
java.util.List<E> childComponents
|
Package com.vaadin.client.ui.customlayout |
templateUpdated
boolean templateUpdated
|
Package com.vaadin.client.ui.datefield |
|
Package com.vaadin.client.ui.draganddropwrapper |
|
Package com.vaadin.client.ui.embedded |
resourceElement
Element resourceElement
objectElement
ObjectElement objectElement
resourceUrl
java.lang.String resourceUrl
clickEventHandler
ClickEventHandler clickEventHandler
|
Package com.vaadin.client.ui.flash |
|
Package com.vaadin.client.ui.form |
footerResizeListener
ElementResizeListener footerResizeListener
|
Package com.vaadin.client.ui.formlayout |
|
Package com.vaadin.client.ui.gridlayout |
clickEventHandler
LayoutClickEventHandler clickEventHandler
|
Package com.vaadin.client.ui.image |
clickEventHandler
ClickEventHandler clickEventHandler
|
Package com.vaadin.client.ui.label |
|
Package com.vaadin.client.ui.layout |
|
Package com.vaadin.client.ui.link |
|
Package com.vaadin.client.ui.listselect |
|
Package com.vaadin.client.ui.menubar |
|
Package com.vaadin.client.ui.nativebutton |
focusHandlerRegistration
com.google.gwt.event.shared.HandlerRegistration focusHandlerRegistration
blurHandlerRegistration
com.google.gwt.event.shared.HandlerRegistration blurHandlerRegistration
|
Package com.vaadin.client.ui.nativeselect |
|
Package com.vaadin.client.ui.optiongroup |
|
Package com.vaadin.client.ui.orderedlayout |
clickEventHandler
LayoutClickEventHandler clickEventHandler
childStateChangeHandler
StateChangeEvent.StateChangeHandler childStateChangeHandler
slotCaptionResizeListener
ElementResizeListener slotCaptionResizeListener
childComponentResizeListener
ElementResizeListener childComponentResizeListener
spacingResizeListener
ElementResizeListener spacingResizeListener
hasChildrenWithRelativeHeight
boolean hasChildrenWithRelativeHeight
- Keep track of whether any child has relative height. Used to determine
whether measurements are needed to make relative child heights work
together with undefined container height.
hasChildrenWithRelativeWidth
boolean hasChildrenWithRelativeWidth
- Keep track of whether any child has relative width. Used to determine
whether measurements are needed to make relative child widths work
together with undefined container width.
hasChildrenWithMiddleAlignment
boolean hasChildrenWithMiddleAlignment
- Keep track of whether any child is middle aligned. Used to determine if
measurements are needed to make middle aligned children work.
needsExpand
boolean needsExpand
- Keeps track of whether slots should be expanded based on available space.
processedResponseId
int processedResponseId
- The id of the previous response for which state changes have been
processed. If this is the same as the
ApplicationConnection.getLastResponseId(), it means that we can
skip some quite expensive calculations because we know that the state
hasn't changed since the last time the values were calculated.
|
Package com.vaadin.client.ui.panel |
uidlScrollTop
java.lang.Integer uidlScrollTop
clickEventHandler
ClickEventHandler clickEventHandler
uidlScrollLeft
java.lang.Integer uidlScrollLeft
|
Package com.vaadin.client.ui.passwordfield |
|
Package com.vaadin.client.ui.popupview |
centerAfterLayout
boolean centerAfterLayout
handlerRegistration
java.util.List<E> handlerRegistration
|
Package com.vaadin.client.ui.progressindicator |
poller
Timer poller
- Deprecated.
|
Package com.vaadin.client.ui.richtextarea |
cachedValue
java.lang.String cachedValue
|
Package com.vaadin.client.ui.slider |
rpc
com.vaadin.shared.ui.slider.SliderServerRpc rpc
resizeListener
ElementResizeListener resizeListener
|
Package com.vaadin.client.ui.splitpanel |
clickEventHandler
ClickEventHandler clickEventHandler
|
Package com.vaadin.client.ui.table |
|
Package com.vaadin.client.ui.tabsheet |
|
Package com.vaadin.client.ui.textarea |
|
Package com.vaadin.client.ui.textfield |
|
Package com.vaadin.client.ui.tree |
tooltipMap
java.util.Map<K,V> tooltipMap
|
Package com.vaadin.client.ui.treetable |
|
Package com.vaadin.client.ui.twincolselect |
|
Package com.vaadin.client.ui.ui |
childStateChangeHandlerRegistration
com.google.web.bindery.event.shared.HandlerRegistration childStateChangeHandlerRegistration
activeTheme
java.lang.String activeTheme
childStateChangeHandler
StateChangeEvent.StateChangeHandler childStateChangeHandler
clickEventHandler
ClickEventHandler clickEventHandler
pollTimer
Timer pollTimer
|
Package com.vaadin.client.ui.upload |
|
Package com.vaadin.client.ui.video |
|
Package com.vaadin.client.ui.window |
windowClone
Node windowClone
clickEventHandler
ClickEventHandler clickEventHandler
maximizeRestoreClickHandler
com.vaadin.client.ui.window.WindowConnector.WindowEventHandler maximizeRestoreClickHandler
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.