Interface FilterBean

    • Field Detail

      • VIEWMODE_BROWSE

        static final int VIEWMODE_BROWSE
        View mode of browsing. In this mode, bean only need to populate some basic object information. In this mode, the bean will assume no change made to the bean and only save limited information in the state, which is enough for it to re-populate the information from backend.
        See Also:
        Constant Field Values
      • VIEWMODE_EDIT

        static final int VIEWMODE_EDIT
        View mode of editing. In this mode, bean will populate all information relate to this object for editing. During the saving state, it will check whether the bean has been modified to decide how to save the state. Any change to the bean will be saved and restored later.
        See Also:
        Constant Field Values