A  B  C  D  E  F  G  H  I  L  M  N  O  P  R  S  T  U  V  W  _ 

_

_blur(T) - function in com.vaadin.testbench.unit.internal.BasicUtilsKt
Fires BlurNotifier.BlurEvent on the component, but only if it's editable.
_clickItem(Grid,Integer,Integer,Boolean,Boolean,Boolean,Boolean) - function in com.vaadin.testbench.unit.component.GridKt
Fires the ItemClickEvent event for given rowIndex which invokes all item click listeners registered via Grid.addItemClickListener.
_clickItem(Grid,Integer,Integer,Boolean,Boolean,Boolean) - function in com.vaadin.testbench.unit.component.GridKt
Fires the ItemClickEvent event for given rowIndex which invokes all item click listeners registered via Grid.addItemClickListener.
_clickItem(Grid,Integer,Integer,Boolean,Boolean) - function in com.vaadin.testbench.unit.component.GridKt
Fires the ItemClickEvent event for given rowIndex which invokes all item click listeners registered via Grid.addItemClickListener.
_clickItem(Grid,Integer,Integer,Boolean) - function in com.vaadin.testbench.unit.component.GridKt
Fires the ItemClickEvent event for given rowIndex which invokes all item click listeners registered via Grid.addItemClickListener.
_clickItem(Grid,Integer,Integer) - function in com.vaadin.testbench.unit.component.GridKt
Fires the ItemClickEvent event for given rowIndex which invokes all item click listeners registered via Grid.addItemClickListener.
_clickItem(Grid,Integer) - function in com.vaadin.testbench.unit.component.GridKt
Fires the ItemClickEvent event for given rowIndex which invokes all item click listeners registered via Grid.addItemClickListener.
_clickItem(Grid,Integer,Grid.Column,Integer,Boolean,Boolean,Boolean,Boolean) - function in com.vaadin.testbench.unit.component.GridKt
Fires the ItemClickEvent event for given rowIndex and a column which invokes all item click listeners registered via Grid.addItemClickListener.
_clickItem(Grid,Integer,Grid.Column,Integer,Boolean,Boolean,Boolean) - function in com.vaadin.testbench.unit.component.GridKt
Fires the ItemClickEvent event for given rowIndex and a column which invokes all item click listeners registered via Grid.addItemClickListener.
_clickItem(Grid,Integer,Grid.Column,Integer,Boolean,Boolean) - function in com.vaadin.testbench.unit.component.GridKt
Fires the ItemClickEvent event for given rowIndex and a column which invokes all item click listeners registered via Grid.addItemClickListener.
_clickItem(Grid,Integer,Grid.Column,Integer,Boolean) - function in com.vaadin.testbench.unit.component.GridKt
Fires the ItemClickEvent event for given rowIndex and a column which invokes all item click listeners registered via Grid.addItemClickListener.
_clickItem(Grid,Integer,Grid.Column,Integer) - function in com.vaadin.testbench.unit.component.GridKt
Fires the ItemClickEvent event for given rowIndex and a column which invokes all item click listeners registered via Grid.addItemClickListener.
_clickItem(Grid,Integer,Grid.Column) - function in com.vaadin.testbench.unit.component.GridKt
Fires the ItemClickEvent event for given rowIndex and a column which invokes all item click listeners registered via Grid.addItemClickListener.
_clickItem(Grid,Integer,String,Integer,Boolean,Boolean,Boolean,Boolean) - function in com.vaadin.testbench.unit.component.GridKt
Fires the ItemClickEvent event for given rowIndex and a columnKey which invokes all item click listeners registered via Grid.addItemClickListener.
_clickItem(Grid,Integer,String,Integer,Boolean,Boolean,Boolean) - function in com.vaadin.testbench.unit.component.GridKt
Fires the ItemClickEvent event for given rowIndex and a columnKey which invokes all item click listeners registered via Grid.addItemClickListener.
_clickItem(Grid,Integer,String,Integer,Boolean,Boolean) - function in com.vaadin.testbench.unit.component.GridKt
Fires the ItemClickEvent event for given rowIndex and a columnKey which invokes all item click listeners registered via Grid.addItemClickListener.
_clickItem(Grid,Integer,String,Integer,Boolean) - function in com.vaadin.testbench.unit.component.GridKt
Fires the ItemClickEvent event for given rowIndex and a columnKey which invokes all item click listeners registered via Grid.addItemClickListener.
_clickItem(Grid,Integer,String,Integer) - function in com.vaadin.testbench.unit.component.GridKt
Fires the ItemClickEvent event for given rowIndex and a columnKey which invokes all item click listeners registered via Grid.addItemClickListener.
_clickItem(Grid,Integer,String) - function in com.vaadin.testbench.unit.component.GridKt
Fires the ItemClickEvent event for given rowIndex and a columnKey which invokes all item click listeners registered via Grid.addItemClickListener.
_close(UI) - function in com.vaadin.testbench.unit.internal.BasicUtilsKt
Closes the UI and simulates the end of the request.
_dataSourceToPrettyTree(TreeGrid) - function in com.vaadin.testbench.unit.component.GridKt
 
_doubleClickItem(Grid,Integer,Integer,Boolean,Boolean,Boolean,Boolean) - function in com.vaadin.testbench.unit.component.GridKt
Fires the ItemDoubleClickEvent event for given rowIndex which invokes all item click listeners registered via Grid.addItemDoubleClickListener.
_doubleClickItem(Grid,Integer,Integer,Boolean,Boolean,Boolean) - function in com.vaadin.testbench.unit.component.GridKt
Fires the ItemDoubleClickEvent event for given rowIndex which invokes all item click listeners registered via Grid.addItemDoubleClickListener.
_doubleClickItem(Grid,Integer,Integer,Boolean,Boolean) - function in com.vaadin.testbench.unit.component.GridKt
Fires the ItemDoubleClickEvent event for given rowIndex which invokes all item click listeners registered via Grid.addItemDoubleClickListener.
_doubleClickItem(Grid,Integer,Integer,Boolean) - function in com.vaadin.testbench.unit.component.GridKt
Fires the ItemDoubleClickEvent event for given rowIndex which invokes all item click listeners registered via Grid.addItemDoubleClickListener.
_doubleClickItem(Grid,Integer,Integer) - function in com.vaadin.testbench.unit.component.GridKt
Fires the ItemDoubleClickEvent event for given rowIndex which invokes all item click listeners registered via Grid.addItemDoubleClickListener.
_doubleClickItem(Grid,Integer) - function in com.vaadin.testbench.unit.component.GridKt
Fires the ItemDoubleClickEvent event for given rowIndex which invokes all item click listeners registered via Grid.addItemDoubleClickListener.
_dump(Grid,IntRange) - function in com.vaadin.testbench.unit.component.GridKt
Dumps given range of rows of the Grid, formatting the values using the _getFormatted function.
_dump(Grid) - function in com.vaadin.testbench.unit.component.GridKt
Dumps given range of rows of the Grid, formatting the values using the _getFormatted function.
_editItem(Editor,T) - function in com.vaadin.testbench.unit.component.GridKt
Call this instead of Editor.editItem - this function makes sure that the editor opening is mocked properly, calls the editor bindings, and fires the editor-open-event.
_expandAll(TreeGrid,Integer) - function in com.vaadin.testbench.unit.component.GridKt
Expands all nodes.
_expandAll(TreeGrid) - function in com.vaadin.testbench.unit.component.GridKt
Expands all nodes.
_expect(Component,Integer,Function1) - function in com.vaadin.testbench.unit.internal.LocatorKt
Expects that there are exactly count VISIBLE components matching block.
_expect(Component,Class,Integer,Function1) - function in com.vaadin.testbench.unit.internal.LocatorKt
Expects that there are exactly count VISIBLE components of given clazz match block.
_expect(Integer,Function1) - function in com.vaadin.testbench.unit.internal.LocatorKt
Expects that there are exactly count VISIBLE components in the current UI match block.
_expect(Class,Integer,Function1) - function in com.vaadin.testbench.unit.internal.LocatorKt
Expects that there are exactly count VISIBLE components in the current UI with given clazz match block.
_expectInternalServerError(String) - function in com.vaadin.testbench.unit.internal.LocatorKt
Asserts that the InternalServerError page is currently being shown, optionally with given expectedErrorMessage.
_expectNoDialogs() - function in com.vaadin.testbench.unit.internal.LocatorKt
Expects that there are no dialogs shown.
_expectNone(Component,Function1) - function in com.vaadin.testbench.unit.internal.LocatorKt
Expects that there are no VISIBLE components of given type which matches block.
_expectNone(Component,Class,Function1) - function in com.vaadin.testbench.unit.internal.LocatorKt
Expects that there are no VISIBLE components of given clazz which matches block.
_expectNone(Function1) - function in com.vaadin.testbench.unit.internal.LocatorKt
Expects that there are no VISIBLE components in the current UI of given type which matches block.
_expectNone(Class,Function1) - function in com.vaadin.testbench.unit.internal.LocatorKt
Expects that there are no VISIBLE components in the current UI of given clazz which matches block.
_expectOne(Component,Function1) - function in com.vaadin.testbench.unit.internal.LocatorKt
Expects that there is exactly one VISIBLE components of given type which matches block.
_expectOne(Component,Class,Function1) - function in com.vaadin.testbench.unit.internal.LocatorKt
Expects that there is exactly one VISIBLE components of given clazz which matches block.
_expectOne(Function1) - function in com.vaadin.testbench.unit.internal.LocatorKt
Expects that there is exactly one VISIBLE components in the current UI of given type which matches block.
_expectOne(Class,Function1) - function in com.vaadin.testbench.unit.internal.LocatorKt
Expects that there is exactly one VISIBLE components in the current UI of given clazz which matches block.
_fetch(Grid,Integer,Integer) - function in com.vaadin.testbench.unit.component.GridKt
Returns items in given range from Grid's data provider.
_find(Component,Class,Function1) - function in com.vaadin.testbench.unit.internal.LocatorKt
Finds a list of VISIBLE components of given clazz which matches block.
_find(Component,Function1) - function in com.vaadin.testbench.unit.internal.LocatorKt
Finds a list of VISIBLE components of given type which matches block.
_find(Function1) - function in com.vaadin.testbench.unit.internal.LocatorKt
Finds a list of VISIBLE components in the current UI of given type which matches given block.
_find(Class,Function1) - function in com.vaadin.testbench.unit.internal.LocatorKt
Finds a list of VISIBLE components of given clazz which matches block.
_findAll(DataProvider,List,TypeAliased(typeAlias=Nullable(inner=GenericTypeConstructor(dri=kotlin/Comparator///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={}))), inner=Nullable(inner=GenericTypeConstructor(dri=java.util/Comparator///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})))),F) - function in com.vaadin.testbench.unit.component.GridKt
Returns all items in given data provider, sorted according to given sortOrders (empty by default) and filtered according to given filter (null by default).
_findAll(Grid) - function in com.vaadin.testbench.unit.component.GridKt
Returns all items in given data provider.
_findComponents(Element) - function in com.vaadin.testbench.unit.internal.ElementUtilsKt
Returns all components that are closest to this element.
_fireDomEvent(Component,String,JsonObject) - function in com.vaadin.testbench.unit.internal.BasicUtilsKt
Fires a DOM event on this component.
_fireDomEvent(Component,String) - function in com.vaadin.testbench.unit.internal.BasicUtilsKt
Fires a DOM event on this component.
_fireDomEvent(Element,DomEvent) - function in com.vaadin.testbench.unit.internal.ElementUtilsKt
Fires a DOM event on this element.
_fireEvent(Component,ComponentEvent) - function in com.vaadin.testbench.unit.internal.BasicUtilsKt
Allows us to fire any Vaadin event on any Vaadin component.
_fireShortcut(Component,Key,Key) - function in com.vaadin.testbench.unit.internal.ShortcutsKt
Use the global fireShortcut() function unless you know what you're doing!
_focus(T) - function in com.vaadin.testbench.unit.internal.BasicUtilsKt
Fires FocusNotifier.FocusEvent on the component, but only if it's editable.
_get(DataProvider,Integer,List,TypeAliased(typeAlias=Nullable(inner=GenericTypeConstructor(dri=kotlin/Comparator///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={}))), inner=Nullable(inner=GenericTypeConstructor(dri=java.util/Comparator///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})))),F) - function in com.vaadin.testbench.unit.component.GridKt
Returns the item on given row.
_get(Grid,Integer) - function in com.vaadin.testbench.unit.component.GridKt
Returns the item on given row.
_get(Component,Function1) - function in com.vaadin.testbench.unit.internal.LocatorKt
Finds a VISIBLE component of given type which matches given block.
_get(Component,Class,Function1) - function in com.vaadin.testbench.unit.internal.LocatorKt
Finds a VISIBLE component of given clazz which matches given block.
_get(Function1) - function in com.vaadin.testbench.unit.internal.LocatorKt
Finds a VISIBLE component in the current UI of given type which matches given block.
_get(Class,Function1) - function in com.vaadin.testbench.unit.internal.LocatorKt
Finds a VISIBLE component in the current UI of given clazz which matches given block.
_getCellComponent(Grid,Integer,String) - function in com.vaadin.testbench.unit.component.GridKt
Retrieves a component produced by ComponentRenderer in given Grid cell.
_getColumnByKey(Grid,String) - function in com.vaadin.testbench.unit.component.GridKt
Gets a Grid.Column of this grid by its columnKey.
_getFormatted(Grid,Integer,String) - function in com.vaadin.testbench.unit.component.GridKt
Returns the formatted value of given column as a String.
_getFormatted(Grid.Column,T) - function in com.vaadin.testbench.unit.component.GridKt
Returns the formatted value as a String.
_getFormattedRow(Grid,T) - function in com.vaadin.testbench.unit.component.GridKt
Returns the formatted row as a list of Strings, one for every visible column.
_getFormattedRow(Grid,Integer) - function in com.vaadin.testbench.unit.component.GridKt
Returns the formatted row as a list of Strings, one for every visible column.
_getFormattedRowOrNull(Grid,Integer) - function in com.vaadin.testbench.unit.component.GridKt
Returns the formatted row as a list of Strings, one for every visible column.
_getOrNull(Grid,Integer) - function in com.vaadin.testbench.unit.component.GridKt
Returns the item on given row, or null if the rowIndex is larger than the number of items the data provider can provide.
_getPresentationValue(Renderer,T) - function in com.vaadin.testbench.unit.internal.RenderersKt
Returns the output of this renderer for given rowObject formatted as close as possible to the client-side output.
_getRootItems(TreeGrid) - function in com.vaadin.testbench.unit.component.GridKt
 
_getVirtualChildren(Component) - function in com.vaadin.testbench.unit.internal.BasicUtilsKt
Returns child components which were added to this component via com.vaadin.flow.dom.Element.appendVirtualChild.
_rowSequence(TreeGrid,SerializablePredicate) - function in com.vaadin.testbench.unit.component.GridKt
Returns a sequence which walks over all rows the TreeGrid is actually showing.
_rowSequence(HierarchicalDataProvider,T,Function1,F) - function in com.vaadin.testbench.unit.component.GridKt
Returns a sequence which walks over all rows the TreeGrid is actually showing.
_rowSequence(HierarchicalDataProvider,T,Function1) - function in com.vaadin.testbench.unit.component.GridKt
Returns a sequence which walks over all rows the TreeGrid is actually showing.
_rowSequence(HierarchicalDataProvider,T) - function in com.vaadin.testbench.unit.component.GridKt
Returns a sequence which walks over all rows the TreeGrid is actually showing.
_rowSequence(HierarchicalDataProvider) - function in com.vaadin.testbench.unit.component.GridKt
Returns a sequence which walks over all rows the TreeGrid is actually showing.
_select(Grid,T) - function in com.vaadin.testbench.unit.component.GridKt
In single select clears the selection and select only given item, for multiselect add to selection.
_selectAll(Grid) - function in com.vaadin.testbench.unit.component.GridKt
Selects all items in the Grid; runs the same code as when the "select all" checkbox is checked.
_size(DataProvider,F) - function in com.vaadin.testbench.unit.component.GridKt
Returns the number of items in this data provider.
_size(HierarchicalDataProvider,T,F) - function in com.vaadin.testbench.unit.component.GridKt
Returns the number of items in this data provider, including child items.
_size(HierarchicalDataProvider,T) - function in com.vaadin.testbench.unit.component.GridKt
Returns the number of items in this data provider, including child items.
_size(HierarchicalDataProvider) - function in com.vaadin.testbench.unit.component.GridKt
Returns the number of items in this data provider, including child items.
_size(Grid) - function in com.vaadin.testbench.unit.component.GridKt
Returns the number of items in this Grid.
_size(TreeGrid) - function in com.vaadin.testbench.unit.component.GridKt
Returns the number of items the TreeGrid is actually showing.
_walkAll(Component) - function in com.vaadin.testbench.unit.internal.LocatorKt
Walks the component child/descendant tree, depth-first: first the component, then its descendants, then its next sibling.
A  B  C  D  E  F  G  H  I  L  M  N  O  P  R  S  T  U  V  W  _