Uses of Class
net.tnemc.menu.core.builder.PageBuilder
-
Uses of PageBuilder in net.tnemc.menu.core.builder
Modifier and TypeMethodDescriptionPageBuilder.withClickHandler
(Function<MenuClickHandler, Boolean> clickHandler) Sets the click handler for the page.PageBuilder.withColumn
(int menuRows, int startingRow, int endingRow, int column, IconBuilder iconBuilder) Adds the specifiedIconBuilder
to the specified column.PageBuilder.withColumn
(int menuRows, int startingRow, int column, IconBuilder iconBuilder) Adds the specifiedIconBuilder
to the specified column.PageBuilder.withColumn
(int menuRows, int column, IconBuilder iconBuilder) Adds the specifiedIconBuilder
to the specified column.Adds icons to the page.PageBuilder.withOpenHandler
(Consumer<PageOpenCallback> open) Sets the open handler for the page.PageBuilder.withRow
(int row, IconBuilder iconBuilder) Adds the specifiedIconBuilder
to the specified row.