public class RowComponent<T> extends Component<TableRow> implements com.google.gwt.user.client.ui.HasEnabled
Constructor and Description |
---|
RowComponent(RowComponent<T> clone) |
RowComponent(T data,
DataView dataView,
String categoryName) |
Modifier and Type | Method and Description |
---|---|
void |
clearRowExpansion() |
protected void |
clearWidget() |
static <T> List<T> |
extractData(List<RowComponent<T>> rows) |
CategoryComponent |
getCategory() |
String |
getCategoryName() |
T |
getData() |
DataView |
getDataView() |
int |
getIndex() |
boolean |
isEnabled() |
void |
setData(T data) |
void |
setEnabled(boolean enabled) |
void |
setIndex(int index) |
String |
toString() |
add, addAll, destroyChildren, getChildren, getWidget, isDrawable, isRedraw, isRendered, remove, removeFromParent, setRedraw, setWidget
public RowComponent(RowComponent<T> clone)
public RowComponent(T data, DataView dataView, String categoryName)
public int getIndex()
public void setIndex(int index)
public DataView getDataView()
public CategoryComponent getCategory()
public String getCategoryName()
public boolean isEnabled()
isEnabled
in interface com.google.gwt.user.client.ui.HasEnabled
public void setEnabled(boolean enabled)
setEnabled
in interface com.google.gwt.user.client.ui.HasEnabled
protected void clearWidget()
clearWidget
in class Component<TableRow>
public void clearRowExpansion()
public static <T> List<T> extractData(List<RowComponent<T>> rows)
Copyright © 2018. All rights reserved.