use of org.linkki.samples.customlayout.pmo.AddressSectionPmo in project linkki by linkki-framework.
the class CustomLayoutUI method init.
@Override
protected void init(VaadinRequest request) {
Page.getCurrent().setTitle("Linkki :: Custom Layout Sample");
BindingContext bindingContext = new BindingContext();
AbstractSection section = new DefaultPmoBasedSectionFactory().createSection(new AddressSectionPmo(), bindingContext);
setContent(section);
}
Aggregations