| 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> |
PropertyInputForm.builder(C content,
Iterable<P> properties)
Get a builder to create a
PropertyInputForm using given property set. |
static <C extends com.vaadin.flow.component.Component> |
PropertyInputForm.builder(C content,
com.holonplatform.core.property.Property<?>... properties)
Get a builder to create a
PropertyInputForm using given property set. |
static <C extends com.vaadin.flow.component.Component,P extends com.holonplatform.core.property.Property> |
Components.input.form(C content,
Iterable<P> properties)
Get a builder to create a
PropertyInputForm using given property set. |
static <C extends com.vaadin.flow.component.Component> |
Components.input.form(C content,
com.holonplatform.core.property.Property<?>... properties)
Get a builder to create a
PropertyInputForm using given property set. |
static <P extends com.holonplatform.core.property.Property> |
Components.input.form(Iterable<P> properties)
Get a builder to create a
PropertyInputForm using given property set
and a FormLayout as content layout. |
static PropertyInputFormBuilder<com.vaadin.flow.component.formlayout.FormLayout> |
Components.input.form(com.holonplatform.core.property.Property<?>... properties)
Get a builder to create a
PropertyInputForm using given property set
and a FormLayout as content layout. |
static <P extends com.holonplatform.core.property.Property> |
Components.input.formHorizontal(Iterable<P> properties)
Get a builder to create a
PropertyInputForm using given property set
and a HorizontalLayout as content layout. |
static PropertyInputFormBuilder<com.vaadin.flow.component.orderedlayout.HorizontalLayout> |
Components.input.formHorizontal(com.holonplatform.core.property.Property<?>... properties)
Get a builder to create a
PropertyInputForm using given property set
and a HorizontalLayout as content layout. |
static <P extends com.holonplatform.core.property.Property> |
PropertyInputForm.formLayout(Iterable<P> properties)
Get a builder to create a
PropertyInputForm using given property set and a FormLayout as content
layout. |
static PropertyInputFormBuilder<com.vaadin.flow.component.formlayout.FormLayout> |
PropertyInputForm.formLayout(com.holonplatform.core.property.Property<?>... properties)
Get a builder to create a
PropertyInputForm using given property set and a FormLayout as content
layout. |
static <P extends com.holonplatform.core.property.Property> |
Components.input.formVertical(Iterable<P> properties)
Get a builder to create a
PropertyInputForm using given property set
and a VerticalLayout as content layout. |
static PropertyInputFormBuilder<com.vaadin.flow.component.orderedlayout.VerticalLayout> |
Components.input.formVertical(com.holonplatform.core.property.Property<?>... properties)
Get a builder to create a
PropertyInputForm using given property set
and a VerticalLayout as content layout. |
static <P extends com.holonplatform.core.property.Property> |
PropertyInputForm.horizontalLayout(Iterable<P> properties)
Get a builder to create a
PropertyInputForm using given property set and a HorizontalLayout as
content layout. |
static PropertyInputFormBuilder<com.vaadin.flow.component.orderedlayout.HorizontalLayout> |
PropertyInputForm.horizontalLayout(com.holonplatform.core.property.Property<?>... properties)
Get a builder to create a
PropertyInputForm using given property set and a HorizontalLayout as
content layout. |
static <P extends com.holonplatform.core.property.Property> |
PropertyInputForm.verticalLayout(Iterable<P> properties)
Get a builder to create a
PropertyInputForm using given property set and a VerticalLayout as
content layout. |
static PropertyInputFormBuilder<com.vaadin.flow.component.orderedlayout.VerticalLayout> |
PropertyInputForm.verticalLayout(com.holonplatform.core.property.Property<?>... properties)
Get a builder to create a
PropertyInputForm using given property set and a VerticalLayout as
content layout. |
Copyright © 2020 The Holon Platform. All rights reserved.