|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectLumiSoft.UI.Controls.WGrid.WGridTableView
public class WGridTableView
Provides tabular data view for WGridControl
| Constructor Summary | |
|---|---|
WGridTableView(WGridControl grid)
Default constructor. |
|
| Method Summary | |
|---|---|
void |
ClearSelection()
Clears view selected rows. |
WGridTableView |
Clone()
Clones grid view. |
void |
DeleteActiveRow()
Deletes active row. |
void |
Dispose()
Clean up any resources being used. |
WBaseEditor |
getActiveEditor()
Gets currently active editor or null if no active editor. |
DataRowView |
getActiveRow()
Gets currently active row or null if no active row. |
boolean |
getAlwaysShowMaximize()
Gets if maximize/minimaize button is shown to Main grid view. |
java.awt.Rectangle |
getBounds()
Gets view bounding rectangle. |
Columns |
getColumns()
Gets columns collection. |
boolean |
getColumnsVisible()
Gets if columns are visible. |
DataRelation |
getDataRelation()
Gets detail view datarelation. |
DataView |
getDataSource()
Gets grid data source. |
WGridTableView |
getDetailView()
Gets detail view of this view. |
boolean |
getEditable()
Gets if data is editable. |
boolean |
getEnterKeyDoubleClicks()
Gets if enter key simulates mouse double click or moves next. |
boolean |
getFootherVisible()
Gets if foother is visible. |
WGridControl |
getGrid()
Gets view owner grid control. |
boolean |
getMasterDetail()
Gets is view is master/detail view. |
boolean |
getMultiSelect()
Gets if multiple selection is allowed. |
boolean |
getRowIndicatorsVisible()
Gets if row indicators are visible. |
DataRowView[] |
getSelectedRows()
Returns currently selected rows. |
java.lang.Object |
getTag()
Gets tag (user data). |
boolean |
IsActiveRowModified()
Gets if active row is modified. |
void |
MoveNext()
Moves current column to next column or if last column, then moves to next row. |
void |
Repaint()
Repaints table view. |
void |
SelectFirstEditableColumn()
Selects first editable column in active row. |
void |
setAlwaysShowMaximize(boolean value)
Sets if maximize/minimaize button is shown to Main grid view. |
void |
setColumnsVisible(boolean value)
Sets if columns are visible. |
void |
setDataRelation(DataRelation value)
Sets detail view datarelation. |
void |
setDataSource(DataTable table)
Sets grid data source. |
void |
setDataSource(DataView table)
Sets grid data source. |
void |
setDetailView(WGridTableView value)
Sets detail view of this view. |
void |
setEditable(boolean value)
Sets if data is editable. |
void |
setEnterKeyDoubleClicks(boolean value)
Sets if enter key simulates mouse double click or moves next. |
void |
setFootherVisible(boolean value)
Sets if foother is visible. |
void |
setMultiSelect(boolean value)
Sets if multiple selection is allowed. |
void |
setRowIndicatorsVisible(boolean value)
Sets if row indicators are visible. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WGridTableView(WGridControl grid)
grid - | Method Detail |
|---|
public void Dispose()
public WGridTableView Clone()
throws java.lang.Exception
java.lang.Exceptionpublic void Repaint()
public void ClearSelection()
public void SelectFirstEditableColumn()
public boolean IsActiveRowModified()
public void DeleteActiveRow()
public void MoveNext()
public DataView getDataSource()
public void setDataSource(DataTable table)
table - public void setDataSource(DataView table)
table - public WGridTableView getDetailView()
public void setDetailView(WGridTableView value)
value - public DataRelation getDataRelation()
public void setDataRelation(DataRelation value)
value - public boolean getMasterDetail()
public boolean getEditable()
public void setEditable(boolean value)
value - public boolean getAlwaysShowMaximize()
public void setAlwaysShowMaximize(boolean value)
public boolean getEnterKeyDoubleClicks()
public void setEnterKeyDoubleClicks(boolean value)
value - public boolean getColumnsVisible()
public void setColumnsVisible(boolean value)
value - public boolean getRowIndicatorsVisible()
public void setRowIndicatorsVisible(boolean value)
value - public boolean getFootherVisible()
public void setFootherVisible(boolean value)
value - public boolean getMultiSelect()
public void setMultiSelect(boolean value)
value - public Columns getColumns()
public java.awt.Rectangle getBounds()
public WBaseEditor getActiveEditor()
public DataRowView getActiveRow()
public DataRowView[] getSelectedRows()
public java.lang.Object getTag()
public WGridControl getGrid()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||