@Dependent public class TreeList extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
TreeList.View |
Constructor and Description |
---|
TreeList(TreeList.View view) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
clearSelection() |
List<TreeListItem> |
getCurrentItems() |
elemental2.dom.Node |
getElement() |
List<TreeListItem> |
getSelectedItems() |
void |
populate(List<TreeListItem> items) |
void |
refresh() |
void |
setOnSelectionChanged(Consumer<List<TreeListItem>> onSelectionChanged) |
@Inject public TreeList(TreeList.View view)
public void populate(List<TreeListItem> items)
public void refresh()
public List<TreeListItem> getCurrentItems()
public void clear()
public elemental2.dom.Node getElement()
public void clearSelection()
public List<TreeListItem> getSelectedItems()
public void setOnSelectionChanged(Consumer<List<TreeListItem>> onSelectionChanged)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.