How it is possible to cancel/reject applied ViewCriteria,

lets say I have view criteria which I want to apply to view object but later I want to reject this view criteria to make view object be displayed in it's default state.

Thank you

link|improve this question

40% accept rate
feedback

1 Answer

You can do this by doing the following:

viewObject.getViewCriteriaManager().clearViewCriterias();
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.