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

DSField.getType()

$
0
0
Is there any enumeration/String values for DSField.getType() on the server side? It returns only a string.. .I would like to compare it , e.g.
if (field.getType().equals(Types.INTEGER)) ...

And writing if (field.getType().equals("integer")) doesn't seem right..

Using smartgwt 4.1p power.

Viewing all articles
Browse latest Browse all 4756

Trending Articles