public static interface Notifications.View extends org.uberfire.client.mvp.UberView<Notifications>
Modifier and Type | Method and Description |
---|---|
Notifications.View |
addColumn(com.google.gwt.user.cellview.client.Column<Notification,String> column,
String name) |
Notifications.View |
clear() |
int |
getColumnCount() |
Notifications.View |
redraw() |
Notifications.View |
removeColumn(int index) |
Notifications.View |
setColumnSortHandler(com.google.gwt.user.cellview.client.ColumnSortEvent.ListHandler<Notification> sortHandler) |
Notifications.View setColumnSortHandler(com.google.gwt.user.cellview.client.ColumnSortEvent.ListHandler<Notification> sortHandler)
Notifications.View addColumn(com.google.gwt.user.cellview.client.Column<Notification,String> column, String name)
Notifications.View removeColumn(int index)
int getColumnCount()
Notifications.View redraw()
Notifications.View clear()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.