Hi
I am using SmartGwt 3.0 jar and I have encountered difference between the API in the source code and the javadoc provided. Some of the differences which I encountered are as below:
1. DSResponse: The setOperationType(DSOperationType operationType) is available in javadoc at below link but not found in the jar which I am using.
JavaDoc link: http://www.smartclient.com/smartgwt/javadoc/com/smartgwt/client/data/DSResponse.html#setOperationType(com.smartgwt.client.types.DSOperationType)
2. ListGrid: I read about ListGrid.saveEdits method in multiple forums but I am not able to find this method in my jar.
Please help me find out reason for these differences
I am using SmartGwt 3.0 jar and I have encountered difference between the API in the source code and the javadoc provided. Some of the differences which I encountered are as below:
1. DSResponse: The setOperationType(DSOperationType operationType) is available in javadoc at below link but not found in the jar which I am using.
JavaDoc link: http://www.smartclient.com/smartgwt/javadoc/com/smartgwt/client/data/DSResponse.html#setOperationType(com.smartgwt.client.types.DSOperationType)
2. ListGrid: I read about ListGrid.saveEdits method in multiple forums but I am not able to find this method in my jar.
Please help me find out reason for these differences
Comment