SmartGWTEE 2.5, GWT 2.4, IE 8.
In a CubeGrid built with hierarchical facets, the user can expand and collapse the facet values in the headers to drill down or roll up the values.
I am having a hard time trying to get the expanded/collapsed state of the values.
I attached both RecordExpandHandler and RecordCollapseHandler to the cube, and none of them received any event when the user collapses or expands a facet value.
I also looked at the API of CubeGrid and see if I can get the expanded/collapsed state of a facet value. The closest one I can see is FacetValue.getCollapsed(). However, this only returns the initial collapse state of the value, not its current state.
Any suggestions?
In a CubeGrid built with hierarchical facets, the user can expand and collapse the facet values in the headers to drill down or roll up the values.
I am having a hard time trying to get the expanded/collapsed state of the values.
I attached both RecordExpandHandler and RecordCollapseHandler to the cube, and none of them received any event when the user collapses or expands a facet value.
I also looked at the API of CubeGrid and see if I can get the expanded/collapsed state of a facet value. The closest one I can see is FacetValue.getCollapsed(). However, this only returns the initial collapse state of the value, not its current state.
Any suggestions?