Uses of Class
com.vaadin.shared.annotations.NoLayout
-
-
Uses of NoLayout in com.vaadin.shared
Fields in com.vaadin.shared with annotations of type NoLayout Modifier and Type Field Description String
AbstractComponentState. description
ContentMode
AbstractComponentState. descriptionContentMode
-
Uses of NoLayout in com.vaadin.shared.communication
Fields in com.vaadin.shared.communication with annotations of type NoLayout Modifier and Type Field Description Set<String>
SharedState. registeredEventListeners
A set of event identifiers with registered listeners. -
Uses of NoLayout in com.vaadin.shared.data
Methods in com.vaadin.shared.data with annotations of type NoLayout Modifier and Type Method Description void
DataProviderRpc. insertRowData(int firstRowIndex, int count)
Informs the client to insert new row data.void
DataProviderRpc. removeRowData(int firstRowIndex, int count)
Informs the client to remove row data.void
DataProviderRpc. setRowData(int firstRowIndex, elemental.json.JsonArray rowDataJson)
Sends updated row data to a client.void
DataProviderRpc. updateRowData(elemental.json.JsonArray rowArray)
Informs the client that rows have been updated. -
Uses of NoLayout in com.vaadin.shared.ui
Fields in com.vaadin.shared.ui with annotations of type NoLayout Modifier and Type Field Description String
AbstractEmbeddedState. alternateText
String
AbstractMediaState. altText
boolean
AbstractMediaState. autoplay
boolean
AbstractMediaState. loop
Looping of media active (true) or not.boolean
AbstractMediaState. muted
PreloadMode
AbstractMediaState. preload
Preload mode for the media.int
TabIndexState. tabIndex
The tabulator index of the field.Methods in com.vaadin.shared.ui with annotations of type NoLayout Modifier and Type Method Description void
MediaControl. pause()
Pause playback of the media.void
MediaControl. play()
Start playing the media. -
Uses of NoLayout in com.vaadin.shared.ui.button
Fields in com.vaadin.shared.ui.button with annotations of type NoLayout Modifier and Type Field Description int
ButtonState. clickShortcutKeyCode
boolean
ButtonState. disableOnClick
String
ButtonState. iconAltText
-
Uses of NoLayout in com.vaadin.shared.ui.combobox
Fields in com.vaadin.shared.ui.combobox with annotations of type NoLayout Modifier and Type Field Description String
ComboBoxState. placeholder
The prompt to display in an empty field. -
Uses of NoLayout in com.vaadin.shared.ui.datefield
Fields in com.vaadin.shared.ui.datefield with annotations of type NoLayout Modifier and Type Field Description String
TextualDateFieldState. descriptionForAssistiveDevices
String
TextualDateFieldState. placeholder
String
AbstractDateFieldState. rangeEnd
End range that has been cleared, depending on the resolution of the date field.String
AbstractDateFieldState. rangeStart
Start range that has been cleared, depending on the resolution of the date field. -
Uses of NoLayout in com.vaadin.shared.ui.panel
Fields in com.vaadin.shared.ui.panel with annotations of type NoLayout Modifier and Type Field Description int
PanelState. scrollLeft
int
PanelState. scrollTop
int
PanelState. tabIndex
-
Uses of NoLayout in com.vaadin.shared.ui.popupview
Fields in com.vaadin.shared.ui.popupview with annotations of type NoLayout Modifier and Type Field Description boolean
PopupViewState. hideOnMouseOut
-
Uses of NoLayout in com.vaadin.shared.ui.progressindicator
Fields in com.vaadin.shared.ui.progressindicator with annotations of type NoLayout Modifier and Type Field Description float
ProgressBarState. state
-
Uses of NoLayout in com.vaadin.shared.ui.richtextarea
Fields in com.vaadin.shared.ui.richtextarea with annotations of type NoLayout Modifier and Type Field Description int
RichTextAreaState. maxLength
Maximum character count in text field.String
RichTextAreaState. value
The text in the field.ValueChangeMode
RichTextAreaState. valueChangeMode
int
RichTextAreaState. valueChangeTimeout
-
Uses of NoLayout in com.vaadin.shared.ui.slider
Fields in com.vaadin.shared.ui.slider with annotations of type NoLayout Modifier and Type Field Description double
SliderState. maxValue
double
SliderState. minValue
int
SliderState. resolution
The number of fractional digits that are considered significant.boolean
SliderState. updateValueOnClick
double
SliderState. value
-
Uses of NoLayout in com.vaadin.shared.ui.tabsheet
Fields in com.vaadin.shared.ui.tabsheet with annotations of type NoLayout Modifier and Type Field Description int
TabsheetState. tabIndex
Index of the component when switching focus - not related to Tabsheet tabs. -
Uses of NoLayout in com.vaadin.shared.ui.textarea
Fields in com.vaadin.shared.ui.textarea with annotations of type NoLayout Modifier and Type Field Description boolean
TextAreaState. wordWrap
Tells if word-wrapping should be used in the text area. -
Uses of NoLayout in com.vaadin.shared.ui.textfield
Fields in com.vaadin.shared.ui.textfield with annotations of type NoLayout Modifier and Type Field Description int
AbstractTextFieldState. maxLength
Maximum character count in text field.String
AbstractTextFieldState. placeholder
The prompt to display in an empty field.String
AbstractTextFieldState. text
The text in the field.ValueChangeMode
AbstractTextFieldState. valueChangeMode
int
AbstractTextFieldState. valueChangeTimeout
-
Uses of NoLayout in com.vaadin.shared.ui.ui
Fields in com.vaadin.shared.ui.ui with annotations of type NoLayout Modifier and Type Field Description int
UIState. tabIndex
The tabulator index of the field.Methods in com.vaadin.shared.ui.ui with annotations of type NoLayout Modifier and Type Method Description void
ScrollClientRpc. setScrollLeft(int scrollLeft)
void
ScrollClientRpc. setScrollTop(int scrollTop)
-
Uses of NoLayout in com.vaadin.shared.ui.upload
Fields in com.vaadin.shared.ui.upload with annotations of type NoLayout Modifier and Type Field Description String
UploadState. acceptMimeTypes
Upload component's list of accepted content-types. -
Uses of NoLayout in com.vaadin.shared.ui.window
Fields in com.vaadin.shared.ui.window with annotations of type NoLayout Modifier and Type Field Description String
WindowState. assistivePostfix
String
WindowState. assistivePrefix
boolean
WindowState. assistiveTabStop
String
WindowState. assistiveTabStopBottomText
String
WindowState. assistiveTabStopTopText
boolean
WindowState. centered
boolean
WindowState. closable
Connector[]
WindowState. contentDescription
boolean
WindowState. draggable
boolean
WindowState. modal
int
WindowState. positionX
int
WindowState. positionY
boolean
WindowState. resizable
boolean
WindowState. resizeLazy
WindowRole
WindowState. role
-