Serialized Form
Package com.vaadin.client.ui |
Class com.vaadin.client.ui.AbstractComponentConnector extends com.vaadin.client.ui.AbstractConnector implements Serializable |
widget
com.google.gwt.user.client.ui.Widget widget
lastKnownWidth
String lastKnownWidth
lastKnownHeight
String lastKnownHeight
tooltipListenersAttached
boolean tooltipListenersAttached
styleNames
com.google.gwt.core.client.JsArrayString styleNames
Class com.vaadin.client.ui.AbstractComponentContainerConnector extends com.vaadin.client.ui.AbstractHasComponentsConnector implements Serializable |
Class com.vaadin.client.ui.AbstractConnector extends Object implements Serializable |
connection
com.vaadin.client.ApplicationConnection connection
id
String id
handlerManager
com.google.gwt.event.shared.HandlerManager handlerManager
statePropertyHandlerManagers
com.vaadin.client.FastStringMap<T> statePropertyHandlerManagers
rpcImplementations
com.vaadin.client.FastStringMap<T> rpcImplementations
debugLogging
boolean debugLogging
state
com.vaadin.shared.communication.SharedState state
parent
com.vaadin.client.ServerConnector parent
rpcProxyMap
com.vaadin.client.FastStringMap<T> rpcProxyMap
lastEnabledState
boolean lastEnabledState
children
List<E> children
Class com.vaadin.client.ui.AbstractFieldConnector extends com.vaadin.client.ui.AbstractComponentConnector implements Serializable |
Class com.vaadin.client.ui.AbstractHasComponentsConnector extends com.vaadin.client.ui.AbstractComponentConnector implements Serializable |
childComponents
List<E> childComponents
Class com.vaadin.client.ui.AbstractLayoutConnector extends com.vaadin.client.ui.AbstractComponentContainerConnector implements Serializable |
Class com.vaadin.client.ui.AbstractSingleComponentContainerConnector extends com.vaadin.client.ui.AbstractHasComponentsConnector implements Serializable |
Class com.vaadin.client.ui.JavaScriptComponentConnector extends com.vaadin.client.ui.AbstractComponentConnector implements Serializable |
helper
com.vaadin.client.JavaScriptConnectorHelper helper
Class com.vaadin.client.ui.LegacyConnector extends com.vaadin.client.ui.AbstractComponentConnector implements Serializable |
Class com.vaadin.client.ui.MediaBaseConnector extends com.vaadin.client.ui.AbstractComponentConnector implements Serializable |
Class com.vaadin.client.ui.UnknownComponentConnector extends com.vaadin.client.ui.AbstractComponentConnector implements Serializable |
Class com.vaadin.client.ui.VCalendarPanel.FocusedDate extends Date implements Serializable |
Class com.vaadin.client.ui.VNotification.HideEvent extends EventObject implements Serializable |
Package com.vaadin.client.ui.panel |
Class com.vaadin.client.ui.panel.EnterFriendlyPanelConnector extends PanelConnector implements Serializable |
uidlScrollTop
Integer uidlScrollTop
clickEventHandler
com.vaadin.client.ui.ClickEventHandler clickEventHandler
uidlScrollLeft
Integer uidlScrollLeft
uidlScrollTop
Integer uidlScrollTop
clickEventHandler
com.vaadin.client.ui.ClickEventHandler clickEventHandler
uidlScrollLeft
Integer uidlScrollLeft
Package com.vaadin.client.ui.table |
Class com.vaadin.client.ui.table.TableConnectorPatched extends com.vaadin.client.ui.AbstractHasComponentsConnector implements Serializable |
Package com.vaadin.client.ui.treetable |
Class com.vaadin.client.ui.treetable.TreeTableConnectorPatched extends com.vaadin.client.ui.table.TableConnectorPatched implements Serializable |
Package com.vaadin.client.ui.upload |
Class com.vaadin.ui.AbsoluteLayout extends com.vaadin.ui.AbstractLayout implements Serializable |
rpc
com.vaadin.shared.ui.absolutelayout.AbsoluteLayoutServerRpc rpc
componentToCoordinates
LinkedHashMap<K,V> componentToCoordinates
Class com.vaadin.ui.AbsoluteLayout.ComponentPosition extends Object implements Serializable |
zIndex
int zIndex
topValue
Float topValue
rightValue
Float rightValue
bottomValue
Float bottomValue
leftValue
Float leftValue
topUnits
com.vaadin.server.Sizeable.Unit topUnits
rightUnits
com.vaadin.server.Sizeable.Unit rightUnits
bottomUnits
com.vaadin.server.Sizeable.Unit bottomUnits
leftUnits
com.vaadin.server.Sizeable.Unit leftUnits
Class com.vaadin.ui.AbstractColorPicker extends com.vaadin.ui.AbstractComponent implements Serializable |
rpc
com.vaadin.shared.ui.colorpicker.ColorPickerServerRpc rpc
popupStyle
com.vaadin.ui.AbstractColorPicker.PopupStyle popupStyle
window
com.vaadin.ui.components.colorpicker.ColorPickerPopup window
color
com.vaadin.shared.ui.colorpicker.Color color
parent
com.vaadin.ui.UI parent
popupCaption
String popupCaption
positionX
int positionX
positionY
int positionY
rgbVisible
boolean rgbVisible
hsvVisible
boolean hsvVisible
swatchesVisible
boolean swatchesVisible
historyVisible
boolean historyVisible
textfieldVisible
boolean textfieldVisible
Class com.vaadin.ui.AbstractComponent extends com.vaadin.server.AbstractClientConnector implements Serializable |
applicationData
Object applicationData
componentError
com.vaadin.server.ErrorMessage componentError
locale
Locale locale
delayedFocus
boolean delayedFocus
width
float width
height
float height
widthUnit
com.vaadin.server.Sizeable.Unit widthUnit
heightUnit
com.vaadin.server.Sizeable.Unit heightUnit
errorHandler
com.vaadin.server.ErrorHandler errorHandler
actionManager
com.vaadin.event.ActionManager actionManager
visible
boolean visible
parent
com.vaadin.ui.HasComponents parent
Class com.vaadin.ui.AbstractComponentContainer extends com.vaadin.ui.AbstractComponent implements Serializable |
Class com.vaadin.ui.AbstractEmbedded extends com.vaadin.ui.AbstractComponent implements Serializable |
Class com.vaadin.ui.AbstractField extends com.vaadin.ui.AbstractComponent implements Serializable |
value
Object value
converter
com.vaadin.data.util.converter.Converter<PRESENTATION,MODEL> converter
dataSource
com.vaadin.data.Property<T> dataSource
validators
LinkedList<E> validators
buffered
boolean buffered
committingValueToDataSource
boolean committingValueToDataSource
currentBufferedSourceException
com.vaadin.data.Buffered.SourceException currentBufferedSourceException
invalidAllowed
boolean invalidAllowed
invalidCommitted
boolean invalidCommitted
requiredError
String requiredError
conversionError
String conversionError
validationVisible
boolean validationVisible
valueWasModifiedByDataSourceDuringCommit
boolean valueWasModifiedByDataSourceDuringCommit
isListeningToPropertyEvents
boolean isListeningToPropertyEvents
valueLocale
Locale valueLocale
Class com.vaadin.ui.AbstractField.FocusShortcut extends com.vaadin.event.ShortcutListener implements Serializable |
focusable
com.vaadin.ui.Component.Focusable focusable
Class com.vaadin.ui.AbstractField.ReadOnlyStatusChangeEvent extends com.vaadin.ui.Component.Event implements Serializable |
Class com.vaadin.ui.AbstractJavaScriptComponent extends com.vaadin.ui.AbstractComponent implements Serializable |
callbackHelper
com.vaadin.server.JavaScriptCallbackHelper callbackHelper
Class com.vaadin.ui.AbstractLayout extends com.vaadin.ui.AbstractComponentContainer implements Serializable |
Class com.vaadin.ui.AbstractMedia extends com.vaadin.ui.AbstractComponent implements Serializable |
Class com.vaadin.ui.AbstractOrderedLayout extends com.vaadin.ui.AbstractLayout implements Serializable |
rpc
com.vaadin.shared.ui.orderedlayout.AbstractOrderedLayoutServerRpc rpc
components
LinkedList<E> components
defaultComponentAlignment
com.vaadin.ui.Alignment defaultComponentAlignment
Class com.vaadin.ui.AbstractSelect extends com.vaadin.ui.AbstractField<Object> implements Serializable |
multiSelect
boolean multiSelect
items
com.vaadin.data.Container items
allowNewOptions
boolean allowNewOptions
itemIdMapper
com.vaadin.server.KeyMapper<V> itemIdMapper
itemIcons
HashMap<K,V> itemIcons
itemCaptions
HashMap<K,V> itemCaptions
itemCaptionMode
com.vaadin.ui.AbstractSelect.ItemCaptionMode itemCaptionMode
itemCaptionPropertyId
Object itemCaptionPropertyId
itemIconPropertyId
Object itemIconPropertyId
propertySetEventListeners
Set<E> propertySetEventListeners
itemSetEventListeners
Set<E> itemSetEventListeners
nullSelectionItemId
Object nullSelectionItemId
nullSelectionAllowed
boolean nullSelectionAllowed
newItemHandler
com.vaadin.ui.AbstractSelect.NewItemHandler newItemHandler
captionChangeListener
com.vaadin.ui.AbstractSelect.CaptionChangeListener captionChangeListener
Class com.vaadin.ui.AbstractSelect.AbstractSelectTargetDetails extends com.vaadin.event.dd.TargetDetailsImpl implements Serializable |
idOver
Object idOver
Class com.vaadin.ui.AbstractSelect.AcceptItem extends com.vaadin.ui.AbstractSelect.AbstractItemSetCriterion implements Serializable |
Class com.vaadin.ui.AbstractSelect.CaptionChangeListener extends Object implements Serializable |
captionChangeNotifiers
HashSet<E> captionChangeNotifiers
Class com.vaadin.ui.AbstractSelect.DefaultNewItemHandler extends Object implements Serializable |
Class com.vaadin.ui.AbstractSelect.TargetItemIs extends com.vaadin.ui.AbstractSelect.AbstractItemSetCriterion implements Serializable |
Class com.vaadin.ui.AbstractSelect.VerticalLocationIs extends com.vaadin.event.dd.acceptcriteria.TargetDetailIs implements Serializable |
Class com.vaadin.ui.AbstractSingleComponentContainer extends com.vaadin.ui.AbstractComponent implements Serializable |
content
com.vaadin.ui.Component content
Class com.vaadin.ui.AbstractSplitPanel extends com.vaadin.ui.AbstractComponentContainer implements Serializable |
posUnit
com.vaadin.server.Sizeable.Unit posUnit
posMinUnit
com.vaadin.server.Sizeable.Unit posMinUnit
posMaxUnit
com.vaadin.server.Sizeable.Unit posMaxUnit
rpc
com.vaadin.shared.ui.splitpanel.AbstractSplitPanelRpc rpc
Class com.vaadin.ui.AbstractSplitPanel.SplitterClickEvent extends com.vaadin.event.MouseEvents.ClickEvent implements Serializable |
Class com.vaadin.ui.AbstractTextField extends com.vaadin.ui.AbstractField<String> implements Serializable |
nullRepresentation
String nullRepresentation
nullSettingAllowed
boolean nullSettingAllowed
lastKnownTextContent
String lastKnownTextContent
lastKnownCursorPosition
int lastKnownCursorPosition
textChangeEventPending
boolean textChangeEventPending
isFiringTextChangeEvent
boolean isFiringTextChangeEvent
textChangeEventMode
com.vaadin.ui.AbstractTextField.TextChangeEventMode textChangeEventMode
DEFAULT_TEXTCHANGE_TIMEOUT
int DEFAULT_TEXTCHANGE_TIMEOUT
textChangeEventTimeout
int textChangeEventTimeout
selectionPosition
int selectionPosition
selectionLength
int selectionLength
changingVariables
boolean changingVariables
Class com.vaadin.ui.AbstractTextField.TextChangeEventImpl extends com.vaadin.event.FieldEvents.TextChangeEvent implements Serializable |
curText
String curText
cursorPosition
int cursorPosition
Class com.vaadin.ui.Accordion extends com.vaadin.ui.TabSheet implements Serializable |
Class com.vaadin.ui.Alignment extends Object implements Serializable |
bitMask
int bitMask
Class com.vaadin.ui.Audio extends com.vaadin.ui.AbstractMedia implements Serializable |
Class com.vaadin.ui.BrowserFrame extends com.vaadin.ui.AbstractEmbedded implements Serializable |
Class com.vaadin.ui.Button extends com.vaadin.ui.AbstractComponent implements Serializable |
rpc
com.vaadin.shared.ui.button.ButtonServerRpc rpc
focusBlurRpc
com.vaadin.event.FieldEvents.FocusAndBlurServerRpcImpl focusBlurRpc
clickShortcut
com.vaadin.ui.Button.ClickShortcut clickShortcut
Class com.vaadin.ui.Button.ClickEvent extends com.vaadin.ui.Component.Event implements Serializable |
details
com.vaadin.shared.MouseEventDetails details
Class com.vaadin.ui.Button.ClickShortcut extends com.vaadin.event.ShortcutListener implements Serializable |
button
com.vaadin.ui.Button button
Class com.vaadin.ui.Calendar extends com.vaadin.ui.AbstractComponent implements Serializable |
currentTimeFormat
com.vaadin.ui.Calendar.TimeFormat currentTimeFormat
currentCalendar
Calendar currentCalendar
timezone
TimeZone timezone
startDate
Date startDate
endDate
Date endDate
calendarEventProvider
com.vaadin.ui.components.calendar.event.CalendarEventProvider calendarEventProvider
events
List<E> events
df_date
DateFormat df_date
df_time
DateFormat df_time
df_date_time
DateFormat df_date_time
scrollTop
int scrollTop
weeklyCaptionFormat
String weeklyCaptionFormat
handlers
Map<K,V> handlers
dropHandler
com.vaadin.event.dd.DropHandler dropHandler
firstDay
int firstDay
lastDay
int lastDay
firstHour
int firstHour
lastHour
int lastHour
actionHandlers
LinkedList<E> actionHandlers
actionMapper
com.vaadin.server.KeyMapper<V> actionMapper
rpc
com.vaadin.ui.Calendar.CalendarServerRpcImpl rpc
Class com.vaadin.ui.CheckBox extends com.vaadin.ui.AbstractField<Boolean> implements Serializable |
rpc
com.vaadin.shared.ui.checkbox.CheckBoxServerRpc rpc
focusBlurRpc
com.vaadin.event.FieldEvents.FocusAndBlurServerRpcImpl focusBlurRpc
Class com.vaadin.ui.ColorPicker extends com.vaadin.ui.AbstractColorPicker implements Serializable |
Class com.vaadin.ui.ColorPickerArea extends com.vaadin.ui.AbstractColorPicker implements Serializable |
Class com.vaadin.ui.ComboBox extends com.vaadin.ui.AbstractSelect implements Serializable |
inputPrompt
String inputPrompt
pageLength
int pageLength
columns
int columns
currentPage
int currentPage
filteringMode
com.vaadin.shared.ui.combobox.FilteringMode filteringMode
filterstring
String filterstring
prevfilterstring
String prevfilterstring
filteredSize
int filteredSize
filteredOptions
List<E> filteredOptions
optionRequest
boolean optionRequest
isPainting
boolean isPainting
scrollToSelectedItem
boolean scrollToSelectedItem
textInputAllowed
boolean textInputAllowed
Class com.vaadin.ui.Component.ErrorEvent extends com.vaadin.ui.Component.Event implements Serializable |
message
com.vaadin.server.ErrorMessage message
Class com.vaadin.ui.Component.Event extends com.vaadin.event.ConnectorEvent implements Serializable |
Class com.vaadin.ui.ConnectorTracker extends Object implements Serializable |
readObject
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
connectorIdToConnector
HashMap<K,V> connectorIdToConnector
dirtyConnectors
Set<E> dirtyConnectors
uninitializedConnectors
Set<E> uninitializedConnectors
unregisteredConnectors
Set<E> unregisteredConnectors
writingResponse
boolean writingResponse
uI
com.vaadin.ui.UI uI
pidToNameToStreamVariable
Map<K,V> pidToNameToStreamVariable
streamVariableToSeckey
Map<K,V> streamVariableToSeckey
Class com.vaadin.ui.CssLayout extends com.vaadin.ui.AbstractLayout implements Serializable |
rpc
com.vaadin.shared.ui.csslayout.CssLayoutServerRpc rpc
components
LinkedList<E> components
Class com.vaadin.ui.CustomComponent extends com.vaadin.ui.AbstractComponent implements Serializable |
root
com.vaadin.ui.Component root
Class com.vaadin.ui.CustomField extends com.vaadin.ui.AbstractField<T> implements Serializable |
root
com.vaadin.ui.Component root
Class com.vaadin.ui.CustomLayout extends com.vaadin.ui.AbstractLayout implements Serializable |
slots
HashMap<K,V> slots
Class com.vaadin.ui.DateField extends com.vaadin.ui.AbstractField<Date> implements Serializable |
resolution
com.vaadin.shared.ui.datefield.Resolution resolution
dateFormat
String dateFormat
lenient
boolean lenient
dateString
String dateString
uiHasValidDateString
boolean uiHasValidDateString
showISOWeekNumbers
boolean showISOWeekNumbers
currentParseErrorMessage
String currentParseErrorMessage
defaultParseErrorMessage
String defaultParseErrorMessage
timeZone
TimeZone timeZone
dateOutOfRangeMessage
String dateOutOfRangeMessage
currentRangeValidator
com.vaadin.data.validator.DateRangeValidator currentRangeValidator
Class com.vaadin.ui.DateField.UnparsableDateString extends com.vaadin.data.Validator.InvalidValueException implements Serializable |
Class com.vaadin.ui.DefaultFieldFactory extends Object implements Serializable |
receivers
Map<K,V> receivers
html5DataFlavors
Map<K,V> html5DataFlavors
dragStartMode
DragAndDropWrapper.DragStartMode dragStartMode
sentIds
Set<E> sentIds
dropHandler
com.vaadin.event.dd.DropHandler dropHandler
files
com.vaadin.ui.Html5File[] files
Class com.vaadin.ui.Embedded extends com.vaadin.ui.AbstractComponent implements Serializable |
type
int type
source
com.vaadin.server.Resource source
mimeType
String mimeType
standby
String standby
parameters
Map<K,V> parameters
codebase
String codebase
codetype
String codetype
classId
String classId
archive
String archive
altText
String altText
rpc
com.vaadin.shared.ui.embedded.EmbeddedServerRpc rpc
Class com.vaadin.ui.Field.ValueChangeEvent extends com.vaadin.ui.Component.Event implements Serializable |
Class com.vaadin.ui.Flash extends com.vaadin.ui.AbstractEmbedded implements Serializable |
Class com.vaadin.ui.Form extends com.vaadin.ui.AbstractField<Object> implements Serializable |
propertyValue
Object propertyValue
- Deprecated.
itemDatasource
com.vaadin.data.Item itemDatasource
- Deprecated.
propertyIds
LinkedList<E> propertyIds
- Deprecated.
currentBufferedSourceException
com.vaadin.data.Buffered.SourceException currentBufferedSourceException
- Deprecated.
buffered
boolean buffered
- Deprecated.
fields
HashMap<K,V> fields
- Deprecated.
ownProperties
HashMap<K,V> ownProperties
- Deprecated.
fieldFactory
com.vaadin.ui.FormFieldFactory fieldFactory
- Deprecated.
visibleItemProperties
Collection<E> visibleItemProperties
- Deprecated.
fieldValueChangeListener
com.vaadin.data.Property.ValueChangeListener fieldValueChangeListener
- Deprecated.
validationVisibleOnCommit
boolean validationVisibleOnCommit
- Deprecated.
gridlayoutCursorX
int gridlayoutCursorX
- Deprecated.
gridlayoutCursorY
int gridlayoutCursorY
- Deprecated.
ownActionManager
com.vaadin.event.ActionManager ownActionManager
- Deprecated.
Class com.vaadin.ui.FormLayout extends com.vaadin.ui.AbstractOrderedLayout implements Serializable |
Class com.vaadin.ui.GridLayout extends com.vaadin.ui.AbstractLayout implements Serializable |
rpc
com.vaadin.shared.ui.gridlayout.GridLayoutServerRpc rpc
cursorX
int cursorX
cursorY
int cursorY
components
LinkedList<E> components
columnExpandRatio
Map<K,V> columnExpandRatio
rowExpandRatio
Map<K,V> rowExpandRatio
defaultComponentAlignment
com.vaadin.ui.Alignment defaultComponentAlignment
Class com.vaadin.ui.GridLayout.Area extends Object implements Serializable |
childData
com.vaadin.shared.ui.gridlayout.GridLayoutState.ChildComponentData childData
component
com.vaadin.ui.Component component
Class com.vaadin.ui.GridLayout.OutOfBoundsException extends RuntimeException implements Serializable |
areaOutOfBounds
com.vaadin.ui.GridLayout.Area areaOutOfBounds
Class com.vaadin.ui.GridLayout.OverlapsException extends RuntimeException implements Serializable |
existingArea
com.vaadin.ui.GridLayout.Area existingArea
Class com.vaadin.ui.HasComponents.ComponentAttachEvent extends com.vaadin.ui.Component.Event implements Serializable |
component
com.vaadin.ui.Component component
Class com.vaadin.ui.HasComponents.ComponentDetachEvent extends com.vaadin.ui.Component.Event implements Serializable |
component
com.vaadin.ui.Component component
Class com.vaadin.ui.HorizontalLayout extends com.vaadin.ui.AbstractOrderedLayout implements Serializable |
Class com.vaadin.ui.HorizontalSplitPanel extends com.vaadin.ui.AbstractSplitPanel implements Serializable |
Class com.vaadin.ui.Html5File extends Object implements Serializable |
name
String name
size
long size
streamVariable
com.vaadin.server.StreamVariable streamVariable
type
String type
Class com.vaadin.ui.Image extends com.vaadin.ui.AbstractEmbedded implements Serializable |
rpc
com.vaadin.shared.ui.image.ImageServerRpc rpc
Class com.vaadin.ui.InlineDateField extends com.vaadin.ui.DateField implements Serializable |
Class com.vaadin.ui.JavaScript extends com.vaadin.server.AbstractExtension implements Serializable |
functions
Map<K,V> functions
Class com.vaadin.ui.Label extends com.vaadin.ui.AbstractComponent implements Serializable |
converter
com.vaadin.data.util.converter.Converter<PRESENTATION,MODEL> converter
dataSource
com.vaadin.data.Property<T> dataSource
Class com.vaadin.ui.Label.ValueChangeEvent extends com.vaadin.ui.Component.Event implements Serializable |
Class com.vaadin.ui.LegacyWindow extends com.vaadin.ui.UI implements Serializable |
name
String name
- Deprecated.
application
com.vaadin.server.LegacyApplication application
- Deprecated.
Class com.vaadin.ui.Link extends com.vaadin.ui.AbstractComponent implements Serializable |
targetName
String targetName
targetBorder
com.vaadin.shared.ui.BorderStyle targetBorder
targetWidth
int targetWidth
targetHeight
int targetHeight
Class com.vaadin.ui.ListSelect extends com.vaadin.ui.AbstractSelect implements Serializable |
columns
int columns
rows
int rows
Class com.vaadin.ui.LoginForm extends com.vaadin.ui.CustomComponent implements Serializable |
usernameCaption
String usernameCaption
- Deprecated.
passwordCaption
String passwordCaption
- Deprecated.
loginButtonCaption
String loginButtonCaption
- Deprecated.
iframe
com.vaadin.ui.Embedded iframe
- Deprecated.
Class com.vaadin.ui.LoginForm.LoginEvent extends com.vaadin.ui.Component.Event implements Serializable |
params
Map<K,V> params
Class com.vaadin.ui.MenuBar extends com.vaadin.ui.AbstractComponent implements Serializable |
menuItems
List<E> menuItems
numberOfItems
int numberOfItems
moreItem
com.vaadin.ui.MenuBar.MenuItem moreItem
openRootOnHover
boolean openRootOnHover
htmlContentAllowed
boolean htmlContentAllowed
Class com.vaadin.ui.MenuBar.MenuItem extends Object implements Serializable |
itsId
int itsId
itsCommand
com.vaadin.ui.MenuBar.Command itsCommand
itsText
String itsText
itsChildren
List<E> itsChildren
itsIcon
com.vaadin.server.Resource itsIcon
itsParent
com.vaadin.ui.MenuBar.MenuItem itsParent
enabled
boolean enabled
visible
boolean visible
isSeparator
boolean isSeparator
styleName
String styleName
description
String description
checkable
boolean checkable
checked
boolean checked
Class com.vaadin.ui.NativeButton extends com.vaadin.ui.Button implements Serializable |
Class com.vaadin.ui.NativeSelect extends com.vaadin.ui.AbstractSelect implements Serializable |
columns
int columns
Class com.vaadin.ui.Notification extends Object implements Serializable |
caption
String caption
description
String description
icon
com.vaadin.server.Resource icon
position
com.vaadin.shared.Position position
delayMsec
int delayMsec
styleName
String styleName
htmlContentAllowed
boolean htmlContentAllowed
Class com.vaadin.ui.OptionGroup extends com.vaadin.ui.AbstractSelect implements Serializable |
disabledItemIds
Set<E> disabledItemIds
htmlContentAllowed
boolean htmlContentAllowed
Class com.vaadin.ui.Panel extends com.vaadin.ui.AbstractSingleComponentContainer implements Serializable |
actionManager
com.vaadin.event.ActionManager actionManager
rpc
com.vaadin.shared.ui.panel.PanelServerRpc rpc
Class com.vaadin.ui.PasswordField extends com.vaadin.ui.AbstractTextField implements Serializable |
Class com.vaadin.ui.PopupDateField extends com.vaadin.ui.DateField implements Serializable |
inputPrompt
String inputPrompt
Class com.vaadin.ui.PopupView extends com.vaadin.ui.AbstractComponent implements Serializable |
content
com.vaadin.ui.PopupView.Content content
visibleComponent
com.vaadin.ui.Component visibleComponent
rpc
com.vaadin.shared.ui.popupview.PopupViewServerRpc rpc
Class com.vaadin.ui.PopupView.PopupVisibilityEvent extends com.vaadin.ui.Component.Event implements Serializable |
Class com.vaadin.ui.ProgressBar extends com.vaadin.ui.AbstractField<Float> implements Serializable |
Class com.vaadin.ui.ProgressIndicator extends com.vaadin.ui.ProgressBar implements Serializable |
rpc
com.vaadin.shared.ui.progressindicator.ProgressIndicatorServerRpc rpc
- Deprecated.
Class com.vaadin.ui.RichTextArea extends com.vaadin.ui.AbstractField<String> implements Serializable |
nullRepresentation
String nullRepresentation
nullSettingAllowed
boolean nullSettingAllowed
selectAll
boolean selectAll
Class com.vaadin.ui.Select extends com.vaadin.ui.ComboBox implements Serializable |
Class com.vaadin.ui.Slider extends com.vaadin.ui.AbstractField<Double> implements Serializable |
rpc
com.vaadin.shared.ui.slider.SliderServerRpc rpc
Class com.vaadin.ui.Slider.ValueOutOfBoundsException extends RuntimeException implements Serializable |
value
Double value
Class com.vaadin.ui.Table extends com.vaadin.ui.AbstractSelect implements Serializable |
columnCollapsingAllowed
boolean columnCollapsingAllowed
columnReorderingAllowed
boolean columnReorderingAllowed
columnIdMap
com.vaadin.server.KeyMapper<V> columnIdMap
visibleColumns
LinkedList<E> visibleColumns
noncollapsibleColumns
HashSet<E> noncollapsibleColumns
collapsedColumns
HashSet<E> collapsedColumns
columnHeaders
HashMap<K,V> columnHeaders
columnFooters
HashMap<K,V> columnFooters
columnIcons
HashMap<K,V> columnIcons
columnAlignments
HashMap<K,V> columnAlignments
columnWidths
HashMap<K,V> columnWidths
columnExpandRatios
HashMap<K,V> columnExpandRatios
columnGenerators
HashMap<K,V> columnGenerators
pageLength
int pageLength
currentPageFirstItemId
Object currentPageFirstItemId
currentPageFirstItemIndex
int currentPageFirstItemIndex
currentPageFirstItemIndexOnLastPage
int currentPageFirstItemIndexOnLastPage
selectable
boolean selectable
columnHeaderMode
com.vaadin.ui.Table.ColumnHeaderMode columnHeaderMode
rowHeaderMode
com.vaadin.ui.Table.RowHeaderMode rowHeaderMode
columnFootersVisible
boolean columnFootersVisible
pageBuffer
Object[][] pageBuffer
listenedProperties
HashSet<E> listenedProperties
visibleComponents
HashSet<E> visibleComponents
actionHandlers
LinkedList<E> actionHandlers
actionMapper
com.vaadin.server.KeyMapper<V> actionMapper
fieldFactory
com.vaadin.ui.TableFieldFactory fieldFactory
editable
boolean editable
sortAscending
boolean sortAscending
sortContainerPropertyId
Object sortContainerPropertyId
sortEnabled
boolean sortEnabled
reqRowsToPaint
int reqRowsToPaint
reqFirstRowToPaint
int reqFirstRowToPaint
firstToBeRenderedInClient
int firstToBeRenderedInClient
lastToBeRenderedInClient
int lastToBeRenderedInClient
isContentRefreshesEnabled
boolean isContentRefreshesEnabled
pageBufferFirstIndex
int pageBufferFirstIndex
containerChangeToBeRendered
boolean containerChangeToBeRendered
cellStyleGenerator
com.vaadin.ui.Table.CellStyleGenerator cellStyleGenerator
itemDescriptionGenerator
com.vaadin.ui.AbstractSelect.ItemDescriptionGenerator itemDescriptionGenerator
alwaysRecalculateColumnWidths
boolean alwaysRecalculateColumnWidths
cacheRate
double cacheRate
dragMode
com.vaadin.ui.Table.TableDragMode dragMode
dropHandler
com.vaadin.event.dd.DropHandler dropHandler
multiSelectMode
com.vaadin.shared.ui.MultiSelectMode multiSelectMode
rowCacheInvalidated
boolean rowCacheInvalidated
rowGenerator
com.vaadin.ui.Table.RowGenerator rowGenerator
associatedProperties
Map<K,V> associatedProperties
painted
boolean painted
propertyValueConverters
HashMap<K,V> propertyValueConverters
keyMapperReset
boolean keyMapperReset
exceptionsDuringCachePopulation
List<E> exceptionsDuringCachePopulation
isBeingPainted
boolean isBeingPainted
Class com.vaadin.ui.Table.CacheUpdateException extends RuntimeException implements Serializable |
causes
Throwable[] causes
table
com.vaadin.ui.Table table
Class com.vaadin.ui.Table.ColumnReorderEvent extends com.vaadin.ui.Component.Event implements Serializable |
Class com.vaadin.ui.Table.ColumnResizeEvent extends com.vaadin.ui.Component.Event implements Serializable |
previousWidth
int previousWidth
currentWidth
int currentWidth
columnPropertyId
Object columnPropertyId
Class com.vaadin.ui.Table.FooterClickEvent extends com.vaadin.event.MouseEvents.ClickEvent implements Serializable |
columnPropertyId
Object columnPropertyId
Class com.vaadin.ui.Table.GeneratedRow extends Object implements Serializable |
htmlContentAllowed
boolean htmlContentAllowed
spanColumns
boolean spanColumns
text
String[] text
Class com.vaadin.ui.Table.HeaderClickEvent extends com.vaadin.event.MouseEvents.ClickEvent implements Serializable |
columnPropertyId
Object columnPropertyId
Class com.vaadin.ui.Table.TableDropCriterion extends com.vaadin.event.dd.acceptcriteria.ServerSideCriterion implements Serializable |
table
com.vaadin.ui.Table table
allowedItemIds
Set<E> allowedItemIds
Class com.vaadin.ui.Table.TableTransferable extends com.vaadin.event.DataBoundTransferable implements Serializable |
Class com.vaadin.ui.TabSheet extends com.vaadin.ui.AbstractComponentContainer implements Serializable |
components
ArrayList<E> components
tabs
HashMap<K,V> tabs
selected
com.vaadin.ui.Component selected
keyMapper
com.vaadin.server.KeyMapper<V> keyMapper
tabsHidden
boolean tabsHidden
closeHandler
com.vaadin.ui.TabSheet.CloseHandler closeHandler
tabIndex
int tabIndex
Class com.vaadin.ui.TabSheet.SelectedTabChangeEvent extends com.vaadin.ui.Component.Event implements Serializable |
Class com.vaadin.ui.TabSheet.TabSheetTabImpl extends Object implements Serializable |
caption
String caption
icon
com.vaadin.server.Resource icon
enabled
boolean enabled
visible
boolean visible
closable
boolean closable
description
String description
componentError
com.vaadin.server.ErrorMessage componentError
styleName
String styleName
Class com.vaadin.ui.TextArea extends com.vaadin.ui.AbstractTextField implements Serializable |
Class com.vaadin.ui.TextField extends com.vaadin.ui.AbstractTextField implements Serializable |
Class com.vaadin.ui.Tree extends com.vaadin.ui.AbstractSelect implements Serializable |
itemIconAlts
HashMap<K,V> itemIconAlts
expanded
HashSet<E> expanded
actionHandlers
LinkedList<E> actionHandlers
actionMapper
com.vaadin.server.KeyMapper<V> actionMapper
selectable
boolean selectable
partialUpdate
boolean partialUpdate
expandedItemId
Object expandedItemId
initialPaint
boolean initialPaint
itemDescriptionGenerator
com.vaadin.ui.AbstractSelect.ItemDescriptionGenerator itemDescriptionGenerator
dragMode
com.vaadin.ui.Tree.TreeDragMode dragMode
multiSelectMode
com.vaadin.shared.ui.MultiSelectMode multiSelectMode
itemStyleGenerator
com.vaadin.ui.Tree.ItemStyleGenerator itemStyleGenerator
dropHandler
com.vaadin.event.dd.DropHandler dropHandler
Class com.vaadin.ui.Tree.CollapseEvent extends com.vaadin.ui.Component.Event implements Serializable |
collapsedItemId
Object collapsedItemId
Class com.vaadin.ui.Tree.ExpandEvent extends com.vaadin.ui.Component.Event implements Serializable |
expandedItemId
Object expandedItemId
Class com.vaadin.ui.Tree.TargetInSubtree extends com.vaadin.event.dd.acceptcriteria.ClientSideCriterion implements Serializable |
rootId
Object rootId
depthToCheck
int depthToCheck
Class com.vaadin.ui.Tree.TargetItemAllowsChildren extends com.vaadin.event.dd.acceptcriteria.TargetDetailIs implements Serializable |
Class com.vaadin.ui.Tree.TreeDropCriterion extends com.vaadin.event.dd.acceptcriteria.ServerSideCriterion implements Serializable |
tree
com.vaadin.ui.Tree tree
allowedItemIds
Set<E> allowedItemIds
Class com.vaadin.ui.Tree.TreeTargetDetails extends com.vaadin.ui.AbstractSelect.AbstractSelectTargetDetails implements Serializable |
Class com.vaadin.ui.Tree.TreeTransferable extends com.vaadin.event.DataBoundTransferable implements Serializable |
Class com.vaadin.ui.TreeTable extends com.vaadin.ui.Table implements Serializable |
cStrategy
com.vaadin.ui.TreeTable.ContainerStrategy cStrategy
focusedRowId
Object focusedRowId
hierarchyColumnId
Object hierarchyColumnId
toggledItemId
Object toggledItemId
animationsEnabled
boolean animationsEnabled
clearFocusedRowPending
boolean clearFocusedRowPending
containerSupportsPartialUpdates
boolean containerSupportsPartialUpdates
Class com.vaadin.ui.TwinColSelect extends com.vaadin.ui.AbstractSelect implements Serializable |
columns
int columns
rows
int rows
leftColumnCaption
String leftColumnCaption
rightColumnCaption
String rightColumnCaption
Class com.vaadin.ui.UI extends com.vaadin.ui.AbstractSingleComponentContainer implements Serializable |
session
com.vaadin.server.VaadinSession session
windows
LinkedHashSet<E> windows
scrollIntoView
com.vaadin.ui.Component scrollIntoView
uiId
int uiId
actionManager
com.vaadin.event.ActionManager actionManager
connectorTracker
com.vaadin.ui.ConnectorTracker connectorTracker
page
com.vaadin.server.Page page
loadingIndicatorConfiguration
com.vaadin.ui.LoadingIndicatorConfiguration loadingIndicatorConfiguration
scrollTop
int scrollTop
scrollLeft
int scrollLeft
rpc
com.vaadin.shared.ui.ui.UIServerRpc rpc
debugRpc
com.vaadin.shared.ui.ui.DebugWindowServerRpc debugRpc
lastHeartbeatTimestamp
long lastHeartbeatTimestamp
closing
boolean closing
tooltipConfiguration
com.vaadin.ui.TooltipConfiguration tooltipConfiguration
pushConfiguration
com.vaadin.ui.PushConfiguration pushConfiguration
pendingFocus
com.vaadin.ui.Component.Focusable pendingFocus
resizeLazy
boolean resizeLazy
theme
String theme
navigator
com.vaadin.navigator.Navigator navigator
hasPendingPush
boolean hasPendingPush
localeService
com.vaadin.server.LocaleService localeService
Class com.vaadin.ui.UIDetachedException extends RuntimeException implements Serializable |
Class com.vaadin.ui.UniqueSerializable extends Object implements Serializable |
Class com.vaadin.ui.Upload extends com.vaadin.ui.AbstractComponent implements Serializable |
focus
boolean focus
tabIndex
int tabIndex
receiver
com.vaadin.ui.Upload.Receiver receiver
isUploading
boolean isUploading
contentLength
long contentLength
totalBytes
int totalBytes
buttonCaption
String buttonCaption
progressListeners
LinkedHashSet<E> progressListeners
interrupted
boolean interrupted
notStarted
boolean notStarted
nextid
int nextid
forceSubmit
boolean forceSubmit
streamVariable
com.vaadin.server.StreamVariable streamVariable
Class com.vaadin.ui.Upload.FailedEvent extends com.vaadin.ui.Upload.FinishedEvent implements Serializable |
reason
Exception reason
Class com.vaadin.ui.Upload.FinishedEvent extends com.vaadin.ui.Component.Event implements Serializable |
length
long length
type
String type
filename
String filename
Class com.vaadin.ui.Upload.NoInputStreamEvent extends com.vaadin.ui.Upload.FailedEvent implements Serializable |
Class com.vaadin.ui.Upload.NoOutputStreamEvent extends com.vaadin.ui.Upload.FailedEvent implements Serializable |
Class com.vaadin.ui.Upload.StartedEvent extends com.vaadin.ui.Component.Event implements Serializable |
filename
String filename
type
String type
length
long length
Class com.vaadin.ui.Upload.SucceededEvent extends com.vaadin.ui.Upload.FinishedEvent implements Serializable |
Class com.vaadin.ui.VerticalLayout extends com.vaadin.ui.AbstractOrderedLayout implements Serializable |
Class com.vaadin.ui.VerticalSplitPanel extends com.vaadin.ui.AbstractSplitPanel implements Serializable |
Class com.vaadin.ui.Video extends com.vaadin.ui.AbstractMedia implements Serializable |
Class com.vaadin.ui.Window extends com.vaadin.ui.Panel implements Serializable |
rpc
com.vaadin.shared.ui.window.WindowServerRpc rpc
bringToFront
Integer bringToFront
closeShortcut
com.vaadin.ui.Window.CloseShortcut closeShortcut
Class com.vaadin.ui.Window.CloseEvent extends com.vaadin.ui.Component.Event implements Serializable |
Class com.vaadin.ui.Window.CloseShortcut extends com.vaadin.event.ShortcutListener implements Serializable |
window
com.vaadin.ui.Window window
Class com.vaadin.ui.Window.ResizeEvent extends com.vaadin.ui.Component.Event implements Serializable |
Class com.vaadin.ui.Window.WindowModeChangeEvent extends com.vaadin.ui.Component.Event implements Serializable |
windowMode
com.vaadin.shared.ui.window.WindowMode windowMode
Package info.magnolia.ui.vaadin.actionbar |
listener
ActionbarView.Listener listener
Package info.magnolia.ui.vaadin.applauncher |
Package info.magnolia.ui.vaadin.dialog |
isVisible
boolean isVisible
dialog
BaseDialog dialog
message
String message
confirmButton
com.vaadin.ui.Button confirmButton
cancelButton
com.vaadin.ui.Button cancelButton
isConfirmed
boolean isConfirmed
layout
com.vaadin.ui.CssLayout layout
closeButton
com.vaadin.ui.Button closeButton
Package info.magnolia.ui.vaadin.editor |
jcrop
JCrop jcrop
area
SelectionArea area
jcrop
JCrop jcrop
image
CroppableImage image
Package info.magnolia.ui.vaadin.form |
fields
List<E> fields
itemDataSource
com.vaadin.data.Item itemDataSource
isValidationVisible
boolean isValidationVisible
tabSheet
MagnoliaTabSheet tabSheet
components
List<E> components
Package info.magnolia.ui.vaadin.form.tab |
content
FormSection content
Package info.magnolia.ui.vaadin.grid |
Package info.magnolia.ui.vaadin.gwt.client.actionbar.connector |
view
ActionbarWidgetView view
eventBus
com.google.web.bindery.event.shared.EventBus eventBus
rpc
ActionbarServerRpc rpc
isTablet
boolean isTablet
sectionRearrangementHandler
com.vaadin.client.communication.StateChangeEvent.StateChangeHandler sectionRearrangementHandler
previewChangeHandler
com.vaadin.client.communication.StateChangeEvent.StateChangeHandler previewChangeHandler
visibleSectionSetChangeHandler
com.vaadin.client.communication.StateChangeEvent.StateChangeHandler visibleSectionSetChangeHandler
enabledActionSetChangeHandler
com.vaadin.client.communication.StateChangeEvent.StateChangeHandler enabledActionSetChangeHandler
collapseChangeHandler
com.vaadin.client.communication.StateChangeEvent.StateChangeHandler collapseChangeHandler
sectionOrder
List<E> sectionOrder
sections
Map<K,V> sections
visibleSections
List<E> visibleSections
disabledActions
List<E> disabledActions
isOpen
boolean isOpen
Package info.magnolia.ui.vaadin.gwt.client.actionbar.rpc |
Package info.magnolia.ui.vaadin.gwt.client.actionbar.shared |
groupName
String groupName
name
String name
label
String label
iconFontId
String iconFontId
resourceUrl
String resourceUrl
actionOrder
List<E> actionOrder
actions
Map<K,V> actions
name
String name
caption
String caption
Package info.magnolia.ui.vaadin.gwt.client.applauncher.connector |
view
AppLauncherView view
eventBus
com.google.web.bindery.event.shared.EventBus eventBus
runningApps
List<E> runningApps
appGroups
Map<K,V> appGroups
groupsOrder
List<E> groupsOrder
Package info.magnolia.ui.vaadin.gwt.client.applauncher.rpc |
Package info.magnolia.ui.vaadin.gwt.client.applauncher.shared |
appTiles
List<E> appTiles
name
String name
caption
String caption
backgroundColor
String backgroundColor
isPermanent
boolean isPermanent
clientGroup
boolean clientGroup
name
String name
caption
String caption
icon
String icon
Package info.magnolia.ui.vaadin.gwt.client.dialog.connector |
rpc
DialogServerRpc rpc
view
BaseDialogView view
componentDescription
String componentDescription
hasCloseButton
boolean hasCloseButton
content
com.vaadin.shared.Connector content
headerToolbar
com.vaadin.shared.Connector headerToolbar
footerToolbar
com.vaadin.shared.Connector footerToolbar
mainActionContainer
com.vaadin.shared.Connector mainActionContainer
view
BaseDialogView view
registration
com.google.gwt.event.shared.HandlerRegistration registration
listener
com.vaadin.client.ui.layout.ElementResizeListener listener
rpc
OverlayServerRpc rpc
automaticRemovalTimer
com.google.gwt.user.client.Timer automaticRemovalTimer
overlayParent
com.vaadin.shared.Connector overlayParent
overlayContent
com.vaadin.shared.Connector overlayContent
closeTimeout
int closeTimeout
Package info.magnolia.ui.vaadin.gwt.client.dialog.rpc |
Package info.magnolia.ui.vaadin.gwt.client.form.connector |
focusRpc
FormServerRpc focusRpc
view
FormView view
descriptionsVisible
boolean descriptionsVisible
errorAmount
int errorAmount
errorsLabel
String errorsLabel
nextErrorLabel
String nextErrorLabel
Package info.magnolia.ui.vaadin.gwt.client.form.formsection.connector |
childErrorMessageHandler
com.vaadin.client.communication.StateChangeEvent.StateChangeHandler childErrorMessageHandler
isValidationVisible
boolean isValidationVisible
isDescriptionVisible
boolean isDescriptionVisible
helpDescriptions
Map<K,V> helpDescriptions
Package info.magnolia.ui.vaadin.gwt.client.form.rpc |
Package info.magnolia.ui.vaadin.gwt.client.form.tab.connector |
errorAmount
int errorAmount
Package info.magnolia.ui.vaadin.gwt.client.grid.connector |
Package info.magnolia.ui.vaadin.gwt.client.icon.connector |
fillColor
String fillColor
strokeColor
String strokeColor
outline
boolean outline
value
int value
size
int size
iconName
String iconName
size
int size
color
String color
size
int size
Package info.magnolia.ui.vaadin.gwt.client.jcrop |
aspectRatio
double aspectRatio
minHeight
int minHeight
maxHeight
int maxHeight
minWidth
int minWidth
maxWidth
int maxWidth
trueHeight
int trueHeight
trueWidth
int trueWidth
backgroundColor
String backgroundColor
backgroundOpacity
double backgroundOpacity
isVisible
boolean isVisible
selection
SelectionArea selection
isValid
boolean isValid
selectionStatusComponent
com.vaadin.shared.Connector selectionStatusComponent
Package info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.connector |
rpc
ThumbnailLayoutServerRpc rpc
lastQueried
String lastQueried
thumbnailAmount
int thumbnailAmount
size
ThumbnailLayoutState.ThumbnailSize size
width
int width
height
int height
Package info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.rpc |
Package info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.shared |
thumbnailId
String thumbnailId
iconFontId
String iconFontId
isRealResource
boolean isRealResource
Package info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell |
rpc
ShellServerRpc rpc
view
MagnoliaShellView view
eventBus
com.google.web.bindery.event.shared.EventBus eventBus
lastHandledFragment
Fragment lastHandledFragment
isHistoryInitialized
boolean isHistoryInitialized
shellApps
Map<K,V> shellApps
indications
Map<K,V> indications
viewports
Map<K,V> viewports
overlays
List<E> overlays
uriFragment
Fragment uriFragment
userMenu
com.vaadin.shared.Connector userMenu
isFullScreen
boolean isFullScreen
Package info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.rpc |
Package info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector |
runningAppNames
List<E> runningAppNames
registeredAppNames
List<E> registeredAppNames
locked
boolean locked
shellApps
Map<K,V> shellApps
eventBus
com.google.web.bindery.event.shared.EventBus eventBus
childCenterer
com.vaadin.client.ui.layout.ElementResizeListener childCenterer
type
ViewportType type
activeComponent
com.vaadin.shared.Connector activeComponent
Package info.magnolia.ui.vaadin.gwt.client.previewtoken |
Class info.magnolia.ui.vaadin.gwt.client.previewtoken.VPreviewTokenField extends Object implements Serializable |
Package info.magnolia.ui.vaadin.gwt.client.richtext |
form
com.google.gwt.user.client.ui.Widget form
dialog
com.google.gwt.user.client.ui.Widget dialog
textWidget
com.google.gwt.user.client.ui.Widget textWidget
stretchControl
com.google.gwt.dom.client.Element stretchControl
windowResizeListener
info.magnolia.ui.vaadin.gwt.client.richtext.TextAreaStretcherConnector.WindowResizeListener windowResizeListener
isOverlay
boolean isOverlay
isRichTextEditor
boolean isRichTextEditor
textAreaSizeHandler
com.vaadin.client.communication.StateChangeEvent.StateChangeHandler textAreaSizeHandler
isCollapsed
boolean isCollapsed
collapsedStateWidth
String collapsedStateWidth
collapsedStateHeight
String collapsedStateHeight
Package info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell |
appViewportType
ViewportType appViewportType
appName
String appName
subAppId
String subAppId
parameter
String parameter
Package info.magnolia.ui.vaadin.gwt.client.tabsheet.connector |
rpc
MagnoliaTabSheetServerRpc rpc
view
MagnoliaTabSheetView view
eventBus
com.google.web.bindery.event.shared.EventBus eventBus
activeTab
com.vaadin.shared.Connector activeTab
showAllLabel
String showAllLabel
showAllEnabled
boolean showAllEnabled
logo
String logo
name
String name
logoBgColor
String logoBgColor
Package info.magnolia.ui.vaadin.gwt.client.tabsheet.rpc |
Package info.magnolia.ui.vaadin.gwt.client.tabsheet.tab.connector |
isClosable
boolean isClosable
hasError
boolean hasError
isNotificationHidden
boolean isNotificationHidden
isActive
boolean isActive
notification
String notification
Package info.magnolia.ui.vaadin.gwt.client.touchwidget |
Package info.magnolia.ui.vaadin.gwt.client.usermenu |
widget
ContextMenuWidget widget
extensionTarget
com.google.gwt.user.client.ui.Widget extensionTarget
clientToServerRPC
ContextMenuServerRpc clientToServerRPC
contextMenuCloseHandler
com.google.gwt.event.logical.shared.CloseHandler<T> contextMenuCloseHandler
serverToClientRPC
UserMenuClientRpc serverToClientRPC
Package info.magnolia.ui.vaadin.gwt.shared.jcrop |
top
int top
left
int left
width
int width
height
int height
Package info.magnolia.ui.vaadin.icon |
icons
List<E> icons
Package info.magnolia.ui.vaadin.layout |
selectionListeners
List<E> selectionListeners
dblClickListeners
List<E> dblClickListeners
rightClickListeners
List<E> rightClickListeners
container
com.vaadin.data.Container.Ordered container
mapper
com.google.common.collect.BiMap<K,V> mapper
counter
AtomicInteger counter
selectedItemId
String selectedItemId
rpcHandler
ThumbnailLayoutServerRpc rpcHandler
description
com.vaadin.data.Property<T> description
root
com.vaadin.ui.VerticalLayout root
sectionsLayout
com.vaadin.ui.CssLayout sectionsLayout
descriptionLabel
com.vaadin.ui.Label descriptionLabel
Package info.magnolia.ui.vaadin.magnoliashell |
children
LinkedList<E> children
listener
MagnoliaShell.Listener listener
Package info.magnolia.ui.vaadin.magnoliashell.rpc |
shell
MagnoliaShell shell
Package info.magnolia.ui.vaadin.magnoliashell.viewport |
view
info.magnolia.ui.api.view.View view
Package info.magnolia.ui.vaadin.overlay |
listener
Overlay.Listener listener
Package info.magnolia.ui.vaadin.richtext |
fireEvent
String fireEvent
fireEventValue
String fireEventValue
customEvents
String[] customEvents
serverPlugins
Map<K,V> serverPlugins
listeners
List<E> listeners
config
MagnoliaRichTextFieldConfig config
events
List<E> events
serverSidePlugins
Map<K,V> serverSidePlugins
Package info.magnolia.ui.vaadin.splitfeed |
leftContainer
SplitFeed.FeedSection leftContainer
rightContainer
SplitFeed.FeedSection rightContainer
link
com.vaadin.ui.NativeButton link
Package info.magnolia.ui.vaadin.tabsheet |
tabs
List<E> tabs
Package info.magnolia.ui.vaadin.usermenu |
Package org.vaadin.peter.contextmenu |
serialVersionUID: 4275181115413786498L
items
Map<K,V> items
serverRPC
ContextMenuServerRpc serverRPC
serialVersionUID: -5705205542849351984L
contextMenu
ContextMenu contextMenu
serialVersionUID: -3301204853129409248L
serialVersionUID: 947108059398706966L
contextMenu
ContextMenu contextMenu
x
int x
y
int y
serialVersionUID: 1999781663913723438L
propertyId
Object propertyId
contextMenu
ContextMenu contextMenu
serialVersionUID: -1220618848356241248L
propertyId
Object propertyId
contextMenu
ContextMenu contextMenu
serialVersionUID: -470218301318358912L
contextMenu
ContextMenu contextMenu
propertyId
Object propertyId
itemId
Object itemId
serialVersionUID: -7705205542849351984L
itemId
Object itemId
contextMenu
ContextMenu contextMenu
Package org.vaadin.peter.contextmenu.client |
serialVersionUID: 3830712282306785118L
widget
ContextMenuWidget widget
extensionTarget
com.google.gwt.user.client.ui.Widget extensionTarget
clientToServerRPC
ContextMenuServerRpc clientToServerRPC
contextMenuCloseHandler
com.google.gwt.event.logical.shared.CloseHandler<T> contextMenuCloseHandler
contextMenuHandler
com.google.gwt.event.dom.client.ContextMenuHandler contextMenuHandler
serverToClientRPC
ContextMenuClientRpc serverToClientRPC
serialVersionUID: -247856391284942254L
rootItems
List<E> rootItems
openAutomatically
boolean openAutomatically
serialVersionUID: 3836772122928080543L
children
List<E> children
caption
String caption
id
String id
separator
boolean separator
enabled
boolean enabled
Copyright © 2014 Magnolia International Ltd.. All Rights Reserved.