public class SnapTableViewRep
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
SnapTableViewRep.QueryRep
A class to get/set "Query." keys.
|
Constructor and Description |
---|
SnapTableViewRep(SnapTableView aTableView)
Creates a SnapTableViewRep.
|
Modifier and Type | Method and Description |
---|---|
void |
addRow()
Adds a row to table view.
|
protected Entity |
createEntity()
Returns the entity that describes the table view.
|
Entity |
getEntity()
Returns the entity that describes the table view.
|
SnapTableViewRep.QueryRep |
getQuery()
Returns the Query.
|
java.util.List<SnapRow> |
getRows()
Returns the TableView rows.
|
SnapRow |
getSelectedRow()
Returns the Selected row.
|
void |
removeRow()
Removes selected row from table view.
|
void |
setSelectedRow(SnapRow aRow)
Sets the Selected row.
|
public SnapTableViewRep(SnapTableView aTableView)
public java.util.List<SnapRow> getRows()
public SnapRow getSelectedRow()
public void setSelectedRow(SnapRow aRow)
public SnapTableViewRep.QueryRep getQuery()
public void addRow()
public void removeRow()
public Entity getEntity()
protected Entity createEntity()