Hi,
how to replace the "date" string in a server-side DSField with an enum? constant? like with DataSource.OP_FETCH: you can write "fetch" but I prefer DataSource.OP_FETCH. Is there an equivalent for data types e.g. date?
dsField.getType().equals("date")
Using smartgwt 6.1p power
how to replace the "date" string in a server-side DSField with an enum? constant? like with DataSource.OP_FETCH: you can write "fetch" but I prefer DataSource.OP_FETCH. Is there an equivalent for data types e.g. date?
dsField.getType().equals("date")
Using smartgwt 6.1p power
Comment