Uses of Class
com.thecoderscorner.menu.domain.state.CurrentScrollPosition
Packages that use CurrentScrollPosition
Package
Description
-
Uses of CurrentScrollPosition in com.thecoderscorner.menu.domain
Methods in com.thecoderscorner.menu.domain that return types with arguments of type CurrentScrollPositionModifier and TypeMethodDescriptionScrollChoiceMenuItem.newMenuState(CurrentScrollPosition value, boolean changed, boolean active)Methods in com.thecoderscorner.menu.domain with parameters of type CurrentScrollPositionModifier and TypeMethodDescriptionScrollChoiceMenuItem.newMenuState(CurrentScrollPosition value, boolean changed, boolean active) -
Uses of CurrentScrollPosition in com.thecoderscorner.menu.domain.state
Constructors in com.thecoderscorner.menu.domain.state with parameters of type CurrentScrollPositionModifierConstructorDescriptionCurrentScrollPositionMenuState(MenuItem<CurrentScrollPosition> item, boolean changed, boolean active, CurrentScrollPosition value)Constructor parameters in com.thecoderscorner.menu.domain.state with type arguments of type CurrentScrollPositionModifierConstructorDescriptionCurrentScrollPositionMenuState(MenuItem<CurrentScrollPosition> item, boolean changed, boolean active, CurrentScrollPosition value) -
Uses of CurrentScrollPosition in com.thecoderscorner.menu.remote.commands
Methods in com.thecoderscorner.menu.remote.commands that return types with arguments of type CurrentScrollPositionModifier and TypeMethodDescriptionMenuScrollChoiceBootCommand.internalNewMenuState(MenuState<CurrentScrollPosition> oldState)Method parameters in com.thecoderscorner.menu.remote.commands with type arguments of type CurrentScrollPositionModifier and TypeMethodDescriptionMenuScrollChoiceBootCommand.internalNewMenuState(MenuState<CurrentScrollPosition> oldState)Constructors in com.thecoderscorner.menu.remote.commands with parameters of type CurrentScrollPositionModifierConstructorDescriptionMenuScrollChoiceBootCommand(int subMenuId, ScrollChoiceMenuItem menuItem, CurrentScrollPosition currentVal)