Package com.onec.ui.divkit
Class PageDivBuilder
java.lang.Object
com.onec.ui.divkit.PageDivBuilder
Renders an authored
Page to DivKit content: a header, the
composed widget area, then any freeform PageComponent blocks. Built from
native DivKit primitives (custom blocks become div-custom), so it renders
on every official SDK.-
Method Summary
Modifier and TypeMethodDescriptionbuild(String title, String subtitle, List<DashboardWidgetDescriptor> widgets, List<PageComponent> components, int columns, Function<DashboardWidgetDescriptor, String> values, Palette p)
-
Method Details
-
build
public static Map<String,Object> build(String title, String subtitle, List<DashboardWidgetDescriptor> widgets, List<PageComponent> components, int columns, Function<DashboardWidgetDescriptor, String> values, Palette p)
-