-
public interface OverflowableNavigator.Overflow
-
-
Method Summary
Modifier and Type Method Description abstract ReadingProgressiongetReadingProgression()Horizontal direction of progression across resources. abstract BooleangetScroll()If the overflow of the content is managed through scroll instead of pagination. abstract AxisgetAxis()Main axis along which the resources are laid out. -
-
Method Detail
-
getReadingProgression
abstract ReadingProgression getReadingProgression()
Horizontal direction of progression across resources.
-
getScroll
abstract Boolean getScroll()
If the overflow of the content is managed through scroll instead of pagination.
-
-
-
-