|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sage.swt.client.widget.celltable.dataadapter.RowRequestImpl
com.sage.swt.client.widget.celltable.dataadapter.FieldRequestImpl
com.sage.swt.client.widget.celltable.event.FieldUpdateRequest
public class FieldUpdateRequest
Field data request
Constructor Summary | |
---|---|
FieldUpdateRequest(java.lang.Object key,
int rowIndex,
HasColumn column,
java.lang.Object propertyValue)
Create a field update request |
Method Summary | |
---|---|
HasColumn |
getTableColumn()
Get Table Column |
Methods inherited from class com.sage.swt.client.widget.celltable.dataadapter.FieldRequestImpl |
---|
getPropertyName, getPropertyValue |
Methods inherited from class com.sage.swt.client.widget.celltable.dataadapter.RowRequestImpl |
---|
getKey, getRowIndex, getUseKey, setKey, setRowIndex, setUseKey |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.sage.swt.client.widget.celltable.dataadapter.RowRequest |
---|
getKey, getRowIndex, getUseKey, setKey, setRowIndex, setUseKey |
Constructor Detail |
---|
public FieldUpdateRequest(java.lang.Object key, int rowIndex, HasColumn column, java.lang.Object propertyValue)
key
- the key for row datarowIndex
- the row indexcolumn
- the column objectpropertyValue
- the value of the propertyMethod Detail |
---|
public HasColumn getTableColumn()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |