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.connectors |
renderer
Renderer<T> renderer
presentationType
Type presentationType
clickRegistration
com.google.web.bindery.event.shared.HandlerRegistration clickRegistration
columnReorderHandler
ColumnReorderHandler<T> columnReorderHandler
columnVisibilityChangeHandler
ColumnVisibilityChangeHandler<T> columnVisibilityChangeHandler
columnResizeHandler
ColumnResizeHandler<T> columnResizeHandler
columnIdToColumn
java.util.Map<K,V> columnIdToColumn
- Maps a generated column id to a grid column instance
columnOrder
java.util.List<E> columnOrder
columnsUpdatedFromState
boolean columnsUpdatedFromState
GridConnector.columnsUpdatedFromState is set to true when
GridConnector.updateColumnOrderFromState(List) is updating the column order
for the widget. This flag tells the GridConnector.columnReorderHandler to not
send same data straight back to server. After updates, listener sets the
value back to false.
dataSource
RpcDataSourceConnector.RpcDataSource dataSource
columnToErrorMessage
java.util.Map<K,V> columnToErrorMessage
itemClickHandler
com.vaadin.client.connectors.GridConnector.ItemClickHandler itemClickHandler
lastKnownTheme
java.lang.String lastKnownTheme
customDetailsGenerator
com.vaadin.client.connectors.GridConnector.CustomDetailsGenerator customDetailsGenerator
styleGenerator
com.vaadin.client.connectors.GridConnector.CustomStyleGenerator styleGenerator
detailsListener
com.vaadin.client.connectors.RpcDataSourceConnector.DetailsListener detailsListener
lazyDetailsScroller
com.vaadin.client.connectors.GridConnector.LazyDetailsScroller lazyDetailsScroller
editorHandler
com.vaadin.client.connectors.GridConnector.CustomEditorHandler editorHandler
initialChange
boolean initialChange
helper
JavaScriptConnectorHelper helper
cellReferenceWrapper
JavaScriptObject cellReferenceWrapper
selectionModel
SelectionModel.Multi<T> selectionModel
spaceHandler
SpaceSelectHandler<T> spaceHandler
dataSource
RpcDataSourceConnector.RpcDataSource dataSource
spaceHandler
SpaceSelectHandler<T> spaceHandler
clickHandler
ClickSelectHandler<T> clickHandler
selectionModel
SelectionModel.Single<T> selectionModel
|
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 |
contextHandler
com.google.gwt.event.shared.HandlerRegistration contextHandler
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.
longTouchTimer
Timer longTouchTimer
touchStartHandler
com.google.gwt.event.shared.HandlerRegistration touchStartHandler
touchMoveHandler
com.google.gwt.event.shared.HandlerRegistration touchMoveHandler
touchEndHandler
com.google.gwt.event.shared.HandlerRegistration touchEndHandler
touchStartX
int touchStartX
touchStartY
int touchStartY
preventNextTouchEnd
boolean preventNextTouchEnd
SIGNIFICANT_MOVE_THRESHOLD
int SIGNIFICANT_MOVE_THRESHOLD
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
connector
AbstractComponentConnector connector
widget
Widget widget
focusRegistration
com.google.gwt.event.shared.HandlerRegistration focusRegistration
blurRegistration
com.google.gwt.event.shared.HandlerRegistration blurRegistration
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 |
|
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 |
contextEventSunk
boolean contextEventSunk
|
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 |
oldMaxWidths
java.util.Map<K,V> oldMaxWidths
resizeListener
ElementResizeListener resizeListener
|
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 |
|
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.getLastSeenServerSyncId(), 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 |
childComponents
java.util.List<E> childComponents
|
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
|
Package com.vaadin.client.widget.grid |
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.