Class CurrentScrollPositionMenuState

java.lang.Object
com.thecoderscorner.menu.domain.state.MenuState<CurrentScrollPosition>
com.thecoderscorner.menu.domain.state.CurrentScrollPositionMenuState
All Implemented Interfaces:
AnyMenuState

public class CurrentScrollPositionMenuState extends MenuState<CurrentScrollPosition>
An implementation of menu state for integer values. This stores the current value in the MenuTree for an item
  • Constructor Details

    • CurrentScrollPositionMenuState

      public CurrentScrollPositionMenuState(MenuItem item, boolean changed, boolean active, CurrentScrollPosition value)