public class WebFeatureTable extends Object implements com.google.gwt.user.client.rpc.IsSerializable
| Constructor and Description |
|---|
WebFeatureTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRow(com.extjs.gxt.ui.client.data.BaseModel row)
Adds the row.
|
List<String> |
getColumnNames()
Gets the column names.
|
String |
getErrorMsg() |
List<com.extjs.gxt.ui.client.data.BaseModel> |
getRows()
Gets the rows.
|
String |
getTitle()
Gets the title.
|
boolean |
isError()
Checks if is error.
|
void |
setError(boolean error)
Sets the error.
|
void |
setErrorMsg(String errorMsg) |
void |
setRows(List<com.extjs.gxt.ui.client.data.BaseModel> rows)
Sets the rows.
|
void |
setTitle(String title)
Sets the title.
|
String |
toString() |
public String getErrorMsg()
public void setErrorMsg(String errorMsg)
errorMsg - the errorMsg to setpublic String getTitle()
public void setTitle(String title)
title - the title to setpublic List<com.extjs.gxt.ui.client.data.BaseModel> getRows()
public void setRows(List<com.extjs.gxt.ui.client.data.BaseModel> rows)
rows - the rows to setpublic void addRow(com.extjs.gxt.ui.client.data.BaseModel row)
row - the rowpublic void setError(boolean error)
error - the error to setpublic boolean isError()
Copyright © 2016. All Rights Reserved.