Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Getting the selected value from a DateRangeFilter #59

Open
GoogleCodeExporter opened this issue Mar 10, 2015 · 8 comments
Open

Getting the selected value from a DateRangeFilter #59

GoogleCodeExporter opened this issue Mar 10, 2015 · 8 comments

Comments

@GoogleCodeExporter
Copy link

Hi
I'm trying to retrieve the (low and high) values selected by an end user 
through the use of a DateRangeFilter.

I have written something like :

DateRangeFilter filter = new DateRangeFilter();
filter.addStateChangeHandler(new StateChangeHandler()
{
    @Override
    public void onStateChange(StateChangeEvent event)
    {
System.out.println("onStateChange >" + 
processFlawDRFilter.getObject().getState().getHighValue());
    }

But it does not work. I see nothing on my console.

Do you know if there is a way to access to such values ?

thank a lot for your help

Original issue reported on code.google.com by [email protected] on 3 Mar 2015 at 5:41

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant