Index

A C D E F G I O R S T 
All Classes and Interfaces|All Packages|Serialized Form

A

addCollapseListener(ComponentEventListener<CollapseEvent<T, TreeGrid<T>>>) - Method in class org.vaadin.tatu.Tree
Adds a CollapseListener to this Tree.
addContextMenu() - Method in class org.vaadin.tatu.Tree
 
addDragEndListener(ComponentEventListener<GridDragEndEvent<T>>) - Method in class org.vaadin.tatu.Tree
Adds a drag end listener to this component.
addDragStartListener(ComponentEventListener<GridDragStartEvent<T>>) - Method in class org.vaadin.tatu.Tree
Adds a drag start listener to this component.
addDropListener(ComponentEventListener<GridDropEvent<T>>) - Method in class org.vaadin.tatu.Tree
Adds a drop listener to this component.
addExpandListener(ComponentEventListener<ExpandEvent<T, TreeGrid<T>>>) - Method in class org.vaadin.tatu.Tree
Adds an ExpandListener to this Tree.
addItemClickListener(ComponentEventListener<ItemClickEvent<T>>) - Method in class org.vaadin.tatu.Tree
Adds an item click listener.
addSelectionListener(ComponentEventListener<SelectionChangedEvent<T, Tree<T>>>) - Method in class org.vaadin.tatu.Tree
Adds a selection listener to the current selection model.
addThemeVariants(GridVariant...) - Method in class org.vaadin.tatu.Tree
 
asMultiSelect() - Method in class org.vaadin.tatu.Tree
Use this tree as a multi select in Binder.
asSingleSelect() - Method in class org.vaadin.tatu.Tree
Use this tree as a single select in Binder.

C

collapse(Collection<T>) - Method in class org.vaadin.tatu.Tree
Collapse the given items.
collapse(T...) - Method in class org.vaadin.tatu.Tree
Collapse the given items.
collapseRecursively(Collection<T>, int) - Method in class org.vaadin.tatu.Tree
Collapse the given items and their children recursively until the given depth.
createTreeGrid() - Method in class org.vaadin.tatu.Tree
Create inner TreeGrid object.

D

deselect(T) - Method in class org.vaadin.tatu.Tree
This method is a shorthand that delegates to the currently set selection model.

E

expand(Collection<T>) - Method in class org.vaadin.tatu.Tree
Expands the given items.
expand(T...) - Method in class org.vaadin.tatu.Tree
Expands the given items.
expandRecursively(Collection<T>, int) - Method in class org.vaadin.tatu.Tree
Expands the given items and their children recursively until the given depth.

F

fireCollapseEvent(Collection<T>, boolean) - Method in class org.vaadin.tatu.Tree
Fires a collapse event with given item.
fireExpandEvent(Collection<T>, boolean) - Method in class org.vaadin.tatu.Tree
Fires an expand event with given item.
focus() - Method in class org.vaadin.tatu.Tree
 

G

getClassName() - Method in class org.vaadin.tatu.Tree
Gets the CSS class names for this component.
getDataCommunicator() - Method in class org.vaadin.tatu.Tree
Returns the data communicator of this Grid.
getDataProvider() - Method in class org.vaadin.tatu.Tree
 
getDropMode() - Method in class org.vaadin.tatu.Tree
Gets the drop mode of this drop target.
getIconProvider() - Method in class org.vaadin.tatu.Tree
Gets the item icon provider.
getIconSrcProvider() - Method in class org.vaadin.tatu.Tree
Gets the item icon provider.
getId() - Method in class org.vaadin.tatu.Tree
 
getItemCaptionProvider() - Method in class org.vaadin.tatu.Tree
Gets the item caption provider.
getSelected() - Method in class org.vaadin.tatu.SelectionChangedEvent
 
getSelectedItems() - Method in class org.vaadin.tatu.Tree
This method is a shorthand that delegates to the currently set selection model.
getSelectionModel() - Method in class org.vaadin.tatu.Tree
Returns the selection model for this Tree.
getTabIndex() - Method in class org.vaadin.tatu.Tree
 
getThemeName() - Method in class org.vaadin.tatu.Tree
 
getThemeNames() - Method in class org.vaadin.tatu.Tree
 
getTooltipProvider() - Method in class org.vaadin.tatu.Tree
Gets the item description generator.

I

isExpanded(T) - Method in class org.vaadin.tatu.Tree
Returns whether a given item is expanded or collapsed.
isRowsDraggable() - Method in class org.vaadin.tatu.Tree
Gets whether rows of the tree can be dragged.

O

org.vaadin.tatu - package org.vaadin.tatu
 

R

removeClassName(String) - Method in class org.vaadin.tatu.Tree
Removes a CSS class name from this component.
removeThemeVariants(GridVariant...) - Method in class org.vaadin.tatu.Tree
 

S

scrollToEnd() - Method in class org.vaadin.tatu.Tree
Scrolls to the end of the last data row.
scrollToIndex(int) - Method in class org.vaadin.tatu.Tree
Scrolls to a certain item.
scrollToIndex(int...) - Method in class org.vaadin.tatu.Tree
Scrolls to a nested item within the tree.
scrollToStart() - Method in class org.vaadin.tatu.Tree
Scrolls to the beginning of the first data row.
select(T) - Method in class org.vaadin.tatu.Tree
This method is a shorthand that delegates to the currently set selection model.
SelectionChangedEvent<R,C> - Class in org.vaadin.tatu
 
SelectionChangedEvent(C, Set<R>, boolean) - Constructor for class org.vaadin.tatu.SelectionChangedEvent
 
setAllRowsVisible(boolean) - Method in class org.vaadin.tatu.Tree
 
setClassName(String) - Method in class org.vaadin.tatu.Tree
Sets the CSS class names of this component.
setDataProvider(HierarchicalDataProvider<T, ?>) - Method in class org.vaadin.tatu.Tree
 
setDropMode(GridDropMode) - Method in class org.vaadin.tatu.Tree
Sets the drop mode of this drop target.
setHtmlProvider(ValueProvider<T, ?>) - Method in class org.vaadin.tatu.Tree
Sets the item generator that is used to produce the html content shown for each item.
setId(String) - Method in class org.vaadin.tatu.Tree
 
setItemCaptionProvider(ValueProvider<T, ?>) - Method in class org.vaadin.tatu.Tree
Sets the item caption generator that is used to produce the strings shown as the text for each item.
setItemIconProvider(ValueProvider<T, VaadinIcon>) - Method in class org.vaadin.tatu.Tree
Sets the item icon generator that is used to produce custom icons for items.
setItemIconSrcProvider(ValueProvider<T, StreamResource>) - Method in class org.vaadin.tatu.Tree
Sets the item icon src generator that is used to produce custom icons for items.
setItemTooltipProvider(ValueProvider<T, String>) - Method in class org.vaadin.tatu.Tree
Sets the tooltip generator that is used for generating tooltip descriptions for items.
setPartNameGenerator(SerializableFunction<T, String>) - Method in class org.vaadin.tatu.Tree
Sets the function that is used for generating CSS part names for all the cells in the rows in this tree.
setRowsDraggable(boolean) - Method in class org.vaadin.tatu.Tree
Sets whether the user can drag the tree rows or not.
setSanitize(boolean) - Method in class org.vaadin.tatu.Tree
By default html content is sanitized, if you have custom web components to or other offending content that you want to render, set to false.
setSelectionMode(Grid.SelectionMode) - Method in class org.vaadin.tatu.Tree
Sets the tree's selection mode.
setSelectOnlyLeafs(boolean) - Method in class org.vaadin.tatu.Tree
When true, only selecting leafs is accepted.
setTabIndex(int) - Method in class org.vaadin.tatu.Tree
 
setThemeName(String) - Method in class org.vaadin.tatu.Tree
 

T

Tree<T> - Class in org.vaadin.tatu
Tree component.
Tree(HierarchicalDataProvider<T, ?>, ValueProvider<T, ?>) - Constructor for class org.vaadin.tatu.Tree
Constructs a new Tree Component with given caption and HierarchicalDataProvider.
Tree(TreeData<T>, ValueProvider<T, ?>) - Constructor for class org.vaadin.tatu.Tree
Constructs a new Tree Component with given caption and TreeData.
Tree(ValueProvider<T, ?>) - Constructor for class org.vaadin.tatu.Tree
Constructs a new Tree Component.
A C D E F G I O R S T 
All Classes and Interfaces|All Packages|Serialized Form