|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectLumiSoft.Data.DataView
public class DataView
| Constructor Summary | |
|---|---|
DataView(DataTable table)
|
|
| Method Summary | |
|---|---|
void |
addListChangedListener(java.awt.event.ActionListener l)
Adds the specified action listener to receive action events from this button. |
DataRowView |
AddNew()
Adds a new row to the DataView. |
DataRowView |
get(int index)
Gets a row of data from a specified table. |
int |
getCount()
Gets the number of records in the DataView after RowFilter and RowStateFilter have been applied. |
java.lang.String |
getRowFilter()
Gets the expression used to filter which rows are viewed in the DataView. |
java.lang.String |
getSort()
Gets the sort column or columns, and sort order for the DataView. |
DataTable |
getTable()
Gets or sets the source DataTable. |
java.util.Iterator<DataRowView> |
iterator()
Gets iterator. |
void |
removeListChangedListener(java.awt.event.ActionListener l)
Removes the specified action listener so it no longer receives action events from this button. |
void |
setRowFilter(java.lang.String value)
Sets the expression used to filter which rows are viewed in the DataView. |
void |
setSort(java.lang.String value)
Sets the sort column or columns, and sort order for the DataView. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataView(DataTable table)
table - | Method Detail |
|---|
public DataRowView AddNew()
public int getCount()
public DataRowView get(int index)
index -
public java.lang.String getRowFilter()
public void setRowFilter(java.lang.String value)
value - public java.lang.String getSort()
public void setSort(java.lang.String value)
value - public DataTable getTable()
public java.util.Iterator<DataRowView> iterator()
iterator in interface java.lang.Iterable<DataRowView>public void addListChangedListener(java.awt.event.ActionListener l)
l - the action listenerpublic void removeListChangedListener(java.awt.event.ActionListener l)
l - the action listener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||