First i want to thank everyone has been woked in this great project SmartGWT, I am using LG
I am creating a simple type for MoneyAmount (it contains the amount and the currency) and i define its validation, formatting and editing behavior, but i still couldn't override the equals behavior that used with Grid filter.
I find that there is method fieldMatchesFilter in the Datasource , but i don;t know how to override its implementation in GWT
So i ask if this is possible, and if yes could you please give my hint tip to start from it.
Thanks a lot
I am creating a simple type for MoneyAmount (it contains the amount and the currency) and i define its validation, formatting and editing behavior, but i still couldn't override the equals behavior that used with Grid filter.
I find that there is method fieldMatchesFilter in the Datasource , but i don;t know how to override its implementation in GWT
So i ask if this is possible, and if yes could you please give my hint tip to start from it.
Thanks a lot
Comment