Class CurrentScrollPositionMenuState
java.lang.Object
com.thecoderscorner.menu.domain.state.MenuState<CurrentScrollPosition>
com.thecoderscorner.menu.domain.state.CurrentScrollPositionMenuState
An implementation of menu state for integer values. This stores the current value in the MenuTree for an item
-
Constructor Summary
ConstructorsConstructorDescriptionCurrentScrollPositionMenuState(MenuItem<CurrentScrollPosition> item, boolean changed, boolean active, CurrentScrollPosition value) -
Method Summary
-
Constructor Details