public static interface AssetsTableView.Presenter<T>
Modifier and Type | Method and Description |
---|---|
List<T> |
getData() |
String[] |
getHeaders() |
List<T> |
getSelectedData() |
default String[][] |
rows() |
void |
setData(List<T> data) |
String[] |
toRow(T t) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.