Interface EntitiesList.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<EntitiesList>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<EntitiesList>
- All Known Implementing Classes:
EntitiesListView
- Enclosing class:
- EntitiesList<T>
public static interface EntitiesList.View extends org.uberfire.client.mvp.UberView<EntitiesList>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntitiesList.Viewadd(int index, String identifier, String title, org.gwtbootstrap3.client.ui.constants.HeadingSize titleSize, boolean canRead, boolean canRemove, boolean canSelect, boolean isSelected)EntitiesList.Viewclear()EntitiesList.Viewconfigure(String emptyEntitiesText, EntitiesList.PaginationConstraints paginationConstraints)
-
-
-
Method Detail
-
configure
EntitiesList.View configure(String emptyEntitiesText, EntitiesList.PaginationConstraints paginationConstraints)
-
add
EntitiesList.View add(int index, String identifier, String title, org.gwtbootstrap3.client.ui.constants.HeadingSize titleSize, boolean canRead, boolean canRemove, boolean canSelect, boolean isSelected)
-
clear
EntitiesList.View clear()
-
-