| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components |
| Modifier and Type | Method and Description |
|---|---|
static <C extends com.vaadin.flow.component.Component,P extends com.holonplatform.core.property.Property> |
PropertyViewForm.builder(C content,
Iterable<P> properties)
Get a builder to create a
PropertyViewForm using given property set. |
static <C extends com.vaadin.flow.component.Component> |
PropertyViewForm.builder(C content,
com.holonplatform.core.property.Property<?>... properties)
Get a builder to create a
PropertyViewForm using given property set. |
static <C extends com.vaadin.flow.component.Component,P extends com.holonplatform.core.property.Property> |
Components.view.form(C content,
Iterable<P> properties)
Get a builder to create a
PropertyViewForm using given property set. |
static <C extends com.vaadin.flow.component.Component> |
Components.view.form(C content,
com.holonplatform.core.property.Property<?>... properties)
Get a builder to create a
PropertyViewForm using given property set. |
static <P extends com.holonplatform.core.property.Property> |
Components.view.form(Iterable<P> properties)
Get a builder to create a
PropertyViewForm using given property set
and a FormLayout as content layout. |
static PropertyViewFormBuilder<com.vaadin.flow.component.formlayout.FormLayout> |
Components.view.form(com.holonplatform.core.property.Property<?>... properties)
Get a builder to create a
PropertyViewForm using given property set
and a FormLayout as content layout. |
static <P extends com.holonplatform.core.property.Property> |
Components.view.formHorizontal(Iterable<P> properties)
Get a builder to create a
PropertyViewForm using given property set
and a HorizontalLayout as content layout. |
static PropertyViewFormBuilder<com.vaadin.flow.component.orderedlayout.HorizontalLayout> |
Components.view.formHorizontal(com.holonplatform.core.property.Property<?>... properties)
Get a builder to create a
PropertyViewForm using given property set
and a HorizontalLayout as content layout. |
static <P extends com.holonplatform.core.property.Property> |
PropertyViewForm.formLayout(Iterable<P> properties)
Get a builder to create a
PropertyViewForm using given property set and a FormLayout as content
layout. |
static PropertyViewFormBuilder<com.vaadin.flow.component.formlayout.FormLayout> |
PropertyViewForm.formLayout(com.holonplatform.core.property.Property<?>... properties)
Get a builder to create a
PropertyViewForm using given property set and a FormLayout as content
layout. |
static <P extends com.holonplatform.core.property.Property> |
Components.view.formVertical(Iterable<P> properties)
Get a builder to create a
PropertyViewForm using given property set
and a VerticalLayout as content layout. |
static PropertyViewFormBuilder<com.vaadin.flow.component.orderedlayout.VerticalLayout> |
Components.view.formVertical(com.holonplatform.core.property.Property<?>... properties)
Get a builder to create a
PropertyViewForm using given property set
and a VerticalLayout as content layout. |
static <P extends com.holonplatform.core.property.Property> |
PropertyViewForm.horizontalLayout(Iterable<P> properties)
Get a builder to create a
PropertyViewForm using given property set and a HorizontalLayout as
content layout. |
static PropertyViewFormBuilder<com.vaadin.flow.component.orderedlayout.HorizontalLayout> |
PropertyViewForm.horizontalLayout(com.holonplatform.core.property.Property<?>... properties)
Get a builder to create a
PropertyViewForm using given property set and a HorizontalLayout as
content layout. |
static <P extends com.holonplatform.core.property.Property> |
PropertyViewForm.verticalLayout(Iterable<P> properties)
Get a builder to create a
PropertyViewForm using given property set and a VerticalLayout as
content layout. |
static PropertyViewFormBuilder<com.vaadin.flow.component.orderedlayout.VerticalLayout> |
PropertyViewForm.verticalLayout(com.holonplatform.core.property.Property<?>... properties)
Get a builder to create a
PropertyViewForm using given property set and a VerticalLayout as
content layout. |
Copyright © 2020 The Holon Platform. All rights reserved.