|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectLumiSoft.UI.Controls.WGrid.RowInfo
public class RowInfo
| Method Summary | |
|---|---|
java.awt.Rectangle |
getBounds()
Gets row bounding rectangle. |
WGridTableView |
getDetailView()
Gets row child view. |
int |
getRowHeight()
Gets row height. |
DataRowView |
getRowSource()
Gets row. |
java.lang.Object |
GetValue(Column column)
Gets specified cell value for this row. |
int |
getY()
Gets row Y position. |
void |
setBounds(java.awt.Rectangle value)
Sets row bounding rectangle. |
void |
setDetailView(WGridTableView value)
Sets row child view. |
void |
setRowHeight(int value)
Sets row height. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.Object GetValue(Column column)
column - Column which value to get.
public DataRowView getRowSource()
public int getRowHeight()
public void setRowHeight(int value)
value - Row height.public java.awt.Rectangle getBounds()
public void setBounds(java.awt.Rectangle value)
value - public int getY()
public WGridTableView getDetailView()
public void setDetailView(WGridTableView value)
value -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||