| Package | Description |
|---|---|
| com.holonplatform.vaadin7.components | |
| com.holonplatform.vaadin7.components.builders | |
| com.holonplatform.vaadin7.navigator |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Dialog.Builder<B extends Dialog.Builder<B>>
Base dialog builder
|
static interface |
Dialog.DialogBuilder
Default
Dialog builder. |
static interface |
Dialog.QuestionDialogBuilder
Question
Dialog builder. |
static interface |
PropertyInputForm.PropertyInputFormBuilder<C extends com.vaadin.ui.Component>
PropertyInputForm builder. |
static interface |
PropertyViewForm.PropertyViewFormBuilder<C extends com.vaadin.ui.Component>
PropertyViewForm builder. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComponentConfigurator<B extends ComponentConfigurator<B>>
Interface to configure a
Component. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseItemDataSourceComponentBuilder<B extends BaseItemDataSourceComponentBuilder<B>>
Base builder for components with
ItemDataSource support. |
interface |
BaseLayoutBuilder<C extends com.vaadin.ui.Layout,B extends BaseLayoutBuilder<C,B>>
Base builder to create
Layout component containers. |
interface |
BaseSelectInputBuilder<T,C extends Input<T>,S,ITEM,B extends BaseSelectInputBuilder<T,C,S,ITEM,B>>
Base builder to create selection
Inputs. |
static interface |
BaseSelectInputBuilder.MultiSelectConfigurator<T,ITEM,B extends BaseSelectInputBuilder.MultiSelectConfigurator<T,ITEM,B>>
Multi select component configurator.
|
static interface |
BaseSelectInputBuilder.SingleSelectConfigurator<T,ITEM,B extends BaseSelectInputBuilder.SingleSelectConfigurator<T,ITEM,B>>
Single select component configurator.
|
interface |
BooleanInputBuilder
|
interface |
ButtonBuilder
Builder to create
Button instances. |
interface |
ButtonConfigurator<B extends ButtonConfigurator<B>>
Interface to configure a
Button. |
static interface |
ButtonConfigurator.BaseButtonConfigurator
Base button configurator.
|
interface |
CalendarInputBuilder<T,B extends CalendarInputBuilder<T,B>>
An builder to create
Inputs rendered as a calendar (inline or in a popup activated by a button) in UI. |
interface |
ClickableLayoutConfigurator<B extends ClickableLayoutConfigurator<B>>
Interface to configure a
Layout supporting LayoutEvents.LayoutClickListeners. |
static interface |
ClickableLayoutConfigurator.BaseClickableLayoutConfigurator
|
interface |
ComponentBuilder<C extends com.vaadin.ui.Component,B extends ComponentBuilder<C,B>>
Base builder to create
Components. |
static interface |
ComponentConfigurator.BaseComponentConfigurator
Base component configurator.
|
interface |
ComponentContainerBuilder<C extends com.vaadin.ui.ComponentContainer,B extends ComponentContainerBuilder<C,B>>
Builder for
ComponentContainer components type creation. |
interface |
ComponentContainerConfigurator<B extends ComponentContainerConfigurator<B>>
Interface to configure a
ComponentContainer. |
interface |
CssLayoutBuilder
Builder to create
CssLayout instances. |
interface |
DateInputBuilder
|
interface |
FormLayoutBuilder
Builder to create
FormLayout instances. |
interface |
GridLayoutBuilder
Builder to create
GridLayout instances. |
interface |
HorizontalLayoutBuilder
Builder to create
HorizontalLayout instances. |
interface |
InputBuilder<T,C extends Input<T>,B extends InputBuilder<T,C,B>>
Builder to create
Input instances. |
interface |
InputConfigurator<T,B extends InputConfigurator<T,B>>
Interface to configure a
Input component. |
static interface |
InputConfigurator.BaseFieldConfigurator<T>
Base field configurator.
|
interface |
ItemDataSourceComponentBuilder<ITEM,C extends com.vaadin.ui.Component,B extends ItemDataSourceComponentBuilder<ITEM,C,B>>
Builder for components with
ItemDataSource and item property configuration support. |
interface |
ItemListingBuilder<T,P,C extends ItemListing<T,P>,B extends ItemListingBuilder<T,P,C,B,X>,X extends com.vaadin.ui.Component>
Base
ItemListing builder. |
static interface |
ItemListingBuilder.BaseGridItemListingBuilder<T,P,C extends ItemListing<T,P>,B extends ItemListingBuilder.BaseGridItemListingBuilder<T,P,C,B>>
Base builder to create an
ItemListing with a Grid as backing component. |
static interface |
ItemListingBuilder.BaseTableItemListingBuilder<T,P,C extends ItemListing<T,P>,B extends ItemListingBuilder.BaseTableItemListingBuilder<T,P,C,B>>
Base builder to create an
ItemListing with a Table as backing component. |
static interface |
ItemListingBuilder.GridItemListingBuilder<T>
Builder to create an
ItemListing with a Grid as backing component. |
static interface |
ItemListingBuilder.TableItemListingBuilder<T>
Builder to create an
ItemListing with a Table as backing component. |
interface |
LabelBuilder
Builder to create
Label instances. |
interface |
LayoutBuilder<C extends com.vaadin.ui.Layout,B extends LayoutBuilder<C,B>>
Builder to create
Layout component containers. |
interface |
LayoutConfigurator<B extends LayoutConfigurator<B>>
Interface to configure a
Layout. |
static interface |
LayoutConfigurator.BaseLayoutConfigurator
Base layout configurator
|
interface |
MultiPropertySelectInputBuilder<T>
Builder to create a multiple selection
Input with Property data source support. |
interface |
MultiSelectInputBuilder<T>
Builder to create a multi selection
Inputs. |
interface |
NumberInputBuilder<T extends Number>
|
interface |
OrderedLayoutBuilder<C extends com.vaadin.ui.Layout,B extends OrderedLayoutBuilder<C,B>>
Builder to create ordered
Layouts. |
interface |
OrderedLayoutConfigurator<B extends OrderedLayoutConfigurator<B>>
Interface to configure an ordered
Layout. |
static interface |
OrderedLayoutConfigurator.BaseOrderedLayoutConfigurator
Base ordered layout configurator
|
interface |
PanelBuilder
Builder to create
Panel instances. |
interface |
PropertyListingBuilder<B extends PropertyListingBuilder<B,X>,X extends com.vaadin.ui.Component>
|
static interface |
PropertyListingBuilder.GridPropertyListingBuilder
Builder to create
PropertyListing components using a Grid as backing component. |
static interface |
PropertyListingBuilder.TablePropertyListingBuilder
Builder to create
PropertyListing components using a Table as backing component. |
interface |
PropertySelectInputBuilder<T,C extends Input<T>,S,B extends PropertySelectInputBuilder<T,C,S,B>>
Builder to create selection
Inputs with Property data source support. |
interface |
SecretInputBuilder
|
interface |
SelectInputBuilder<T,C extends Input<T>,S,ITEM,B extends SelectInputBuilder<T,C,S,ITEM,B>>
Builder to create selection
Inputs. |
interface |
SelectItemDataSourceBuilder<T,C extends Input<T>,S,ITEM,B extends SelectItemDataSourceBuilder<T,C,S,ITEM,B>>
Select component builder with
ItemDataSource support. |
interface |
SingleComponentContainerBuilder<C extends com.vaadin.ui.SingleComponentContainer,B extends SingleComponentContainerBuilder<C,B>>
Builder for
SingleComponentContainer components type creation. |
interface |
SinglePropertySelectInputBuilder<T>
Builder to create a single selection
Input with Property data source support. |
interface |
SingleSelectInputBuilder<T>
Builder to create a single selection
Input. |
interface |
SliderInputBuilder<T extends Number>
Builder to create Slider
Inputs. |
interface |
StringInputBuilder
|
interface |
TemporalInputBuilder<T extends Temporal,B extends TemporalInputBuilder<T,B>>
|
static interface |
TemporalInputBuilder.TemporalWithoutTimeFieldBuilder<T extends Temporal>
A
TemporalInputBuilder for Fields not supporting time. |
static interface |
TemporalInputBuilder.TemporalWithTimeFieldBuilder<T extends Temporal>
A
TemporalInputBuilder for Fields supporting time. |
interface |
TextInputBuilder<T,C extends Input<T>,B extends TextInputBuilder<T,C,B>>
Base builder to create
Input instances backed by a text input widget. |
interface |
VerticalLayoutBuilder
Builder to create
VerticalLayout instances. |
interface |
ViewComponentBuilder<T>
Builder to create
ViewComponents. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ViewWindowConfigurator
Configuration settings for a Window used as a
View display. |
Copyright © 2019 The Holon Platform. All rights reserved.