Constructor and Description |
---|
Row() |
Modifier and Type | Method and Description |
---|---|
abstract Object |
getCellData(String columnId) |
boolean |
isHighlighted() |
boolean |
isSelected() |
abstract void |
setCellData(String columnId,
Object newValue) |
void |
setHighlighted(boolean highlighted) |
void |
setSelected(boolean isSelected) |
public Row()
public boolean isSelected()
public void setSelected(boolean isSelected)
public abstract Object getCellData(String columnId)
public abstract void setCellData(String columnId, Object newValue)
public boolean isHighlighted()
public void setHighlighted(boolean highlighted)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.