Home | History | Annotate | Download | only in helpers

Lines Matching refs:Page

23     public enum Page { DAY, MONTH, SCHEDULE, THREE_DAY, WEEK }
40 * Setup expectations: Calendar is open on a page other than {@link Page.MONTH} with all menus
48 * Setup expectations: Calendar is open on a page other than {@link Page.MONTH} and the month
81 * Selects the supplied {@link Page} from the navigation drawer.
83 * @param page the {@link Page} or layout to select.
85 public void selectPage(Page page);
88 * Setup expectations: Calendar is open on the supplied {@link Page} with all menus closed.
90 * Flings the supplied {@link Page} in the supplied {@link Direction}.
92 * @param page the {@link Page} or layout to select.
95 public void flingPage(Page page, Direction dir);