public static interface MapEditor.View extends UberView<MapEditor>
Modifier and Type | Method and Description |
---|---|
MapEditor.View |
addButtonColumn(int columnIndex,
String header,
int width) |
MapEditor.View |
addTextColumn(int columnIndex,
String header,
boolean isSortable,
int width) |
MapEditor.View |
clearError() |
MapEditor.View |
removeColumn(int index) |
MapEditor.View |
setAddText(String text) |
MapEditor.View |
setData(List<Map.Entry<String,String>> data) |
MapEditor.View |
setEmptyText(String text) |
MapEditor.View |
setRowCount(int count) |
MapEditor.View |
showError(com.google.gwt.safehtml.shared.SafeHtml message) |
init
MapEditor.View setEmptyText(String text)
MapEditor.View setAddText(String text)
MapEditor.View addTextColumn(int columnIndex, String header, boolean isSortable, int width)
MapEditor.View addButtonColumn(int columnIndex, String header, int width)
MapEditor.View removeColumn(int index)
MapEditor.View setRowCount(int count)
MapEditor.View setData(List<Map.Entry<String,String>> data)
MapEditor.View showError(com.google.gwt.safehtml.shared.SafeHtml message)
MapEditor.View clearError()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.