Interface TreeList.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<TreeList>,org.jboss.errai.common.client.api.elemental2.IsElement,org.uberfire.client.mvp.UberElemental<TreeList>
- All Known Implementing Classes:
TreeListView
- Enclosing class:
- TreeList
public static interface TreeList.View extends org.uberfire.client.mvp.UberElemental<TreeList>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(TreeListItem item)voidclear()
-
-
-
Method Detail
-
add
void add(TreeListItem item)
-
clear
void clear()
-
-