Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Javadocs for com.smartgwt.client.docs.serverds.AdvancedCriteria/Criterion (examples)

$
0
0
Hi Isomorphic,

from the Quick Start Guide, chapter "Operation Bindings", I get that this works in .ds.xml files:
Code:

<operationBinding operationType="fetch">
        <criteria fieldName="deleted" value="false"/>
</operationBinding>

I think that is pretty straight forward having seen the example. But I don't know about when it comes to more advanced cases as AdvancedCriteria+Criterion.

The docs for serverds-AdvancedCriteria is only a copy of clientside-AdvancedCriteria besides the introductory sentence.

How would one express nested criteria? Only with nested <criteria>-tags?

I'll try that later but I think that this is definitely missing from the docs.

Best regards,
Blama

Viewing all articles
Browse latest Browse all 4756

Trending Articles