- AbstractVaadinSpringTest - Class in com.holonplatform.vaadin7.spring.utils
-
Abstract JUnit test class using Spring to enable a web environment to test Vaadin application elements with Spring
support.
- AbstractVaadinSpringTest() - Constructor for class com.holonplatform.vaadin7.spring.utils.AbstractVaadinSpringTest
-
- AbstractVaadinSpringTest.Config - Class in com.holonplatform.vaadin7.spring.utils
-
- AbstractVaadinSpringTest.TestSingletonBeanStoreRetrievalStrategy - Class in com.holonplatform.vaadin7.spring.utils
-
- AbstractVaadinSpringTest.TestSpringVaadinServletService - Class in com.holonplatform.vaadin7.spring.utils
-
- AbstractVaadinSpringTest.TestVaadinSpringSession - Class in com.holonplatform.vaadin7.spring.utils
-
- AccessDeniedView - Annotation Type in com.holonplatform.vaadin7.spring
-
Annotation to declare a View as the view to show when a ViewAccessControl or a
ViewInstanceAccessControl denies access to a view.
- accessDeniedView(Class<? extends View>) - Method in interface com.holonplatform.vaadin7.spring.SpringViewNavigator.Builder
-
Registers a view class for the view to show when a ViewAccessControl or a
ViewInstanceAccessControl denies access to a view.
- adapt(ItemDataSource.Configuration<?>, ITEM) - Method in interface com.holonplatform.vaadin7.data.container.ItemAdapter
-
Convert item data into a container Item.
- add(Component...) - Method in interface com.holonplatform.vaadin7.components.builders.ComponentContainerConfigurator
-
Adds the components in the given order to the component container.
- add(Component, int, int) - Method in interface com.holonplatform.vaadin7.components.builders.GridLayoutBuilder
-
Adds the component to the grid in cells column1,row1 (NortWest corner of the area.)
- add(Component, int, int, int, int) - Method in interface com.holonplatform.vaadin7.components.builders.GridLayoutBuilder
-
Adds a component to the grid in the specified area.
- add(ITEM) - Method in interface com.holonplatform.vaadin7.data.ItemDataSource
-
Adds an item to the data source.
- addAlignAndExpand(Component, Alignment, float) - Method in interface com.holonplatform.vaadin7.components.builders.OrderedLayoutConfigurator
-
Adds the given component to layout with given expandRatio and alignment
- addAndAlign(Component, Alignment) - Method in interface com.holonplatform.vaadin7.components.builders.LayoutConfigurator
-
Adds the given component to layout with given alignment
- addAndExpand(Component, float) - Method in interface com.holonplatform.vaadin7.components.builders.OrderedLayoutConfigurator
-
Adds the given component to layout with given expandRatio
- addAndExpandFull(Component) - Method in interface com.holonplatform.vaadin7.components.builders.OrderedLayoutConfigurator
-
Adds the given component to layout with applying full (1) expand ratio.
- addCloseListener(Dialog.CloseListener) - Method in interface com.holonplatform.vaadin7.components.Dialog
-
- addContainerProperty(PROPERTY, Class<T>, boolean, boolean, T) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainer
-
Adds an Item property to this container
- addContainerProperty(PROPERTY, Class<?>, boolean, boolean) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainer
-
Adds an Item property to this container
- addItem(ITEM) - Method in interface com.holonplatform.vaadin7.components.builders.SelectInputBuilder
-
Add a selection item to current selection item set.
- addItem(ITEM, Localizable) - Method in interface com.holonplatform.vaadin7.components.builders.SelectInputBuilder
-
Add a selection item to current selection item set, providing an explicit item caption.
- addItem(ITEM, String, String) - Method in interface com.holonplatform.vaadin7.components.builders.SelectInputBuilder
-
Add a selection item to current selection item set, providing an explicit item caption.
- addItem(ITEM, String) - Method in interface com.holonplatform.vaadin7.components.builders.SelectInputBuilder
-
Add a selection item to current selection item set, providing an explicit item caption.
- addItem(T) - Method in interface com.holonplatform.vaadin7.components.ItemListing
-
Adds an item to the data source.
- addProvider(ViewProvider) - Method in interface com.holonplatform.vaadin7.navigator.ViewNavigator.NavigatorBuilder
-
Add a ViewProvider to navigator.
- addQueryConfigurationProvider(QueryConfigurationProvider) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainer
-
Add an external QueryConfigurationProvider for additional query configuration
- addQueryParameter(String, Object) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainer
-
Add a query parameter
- addRowAt(int) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.GridSection
-
Add a section row at given index.
- addSelectionListener(Selectable.SelectionListener<T>) - Method in interface com.holonplatform.vaadin7.components.Selectable
-
- addValidator(Validator<V>) - Method in interface com.holonplatform.vaadin7.components.ValidatableInput
-
Adds a Validator to validate the input value.
- addValueChangeListener(ValueHolder.ValueChangeListener<V>) - Method in interface com.holonplatform.vaadin7.components.ValueHolder
-
Adds a value change listener, called when the value changes.
- addViewChangeListener(ViewChangeListener) - Method in interface com.holonplatform.vaadin7.navigator.ViewNavigator
-
Listen to changes of the active view
- align(Component, Alignment) - Method in interface com.holonplatform.vaadin7.components.builders.LayoutConfigurator
-
Set alignment for one contained component in this layout.
- alignment(P, ItemListing.ColumnAlignment) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
Set the text alignment for the column which corresponds to given property.
- allowNegative(boolean) - Method in interface com.holonplatform.vaadin7.components.builders.NumberInputBuilder
-
Sets whether to allow negative numbers input
- appendRow() - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.GridSection
-
Adds a new row at the bottom of the section.
- asc(PROPERTY) - Static method in interface com.holonplatform.vaadin7.data.ItemDataSource.ItemSort
-
- asField() - Method in interface com.holonplatform.vaadin7.components.builders.InputBuilder
-
Build the input component as a Field.
- authenticationEnabled(boolean) - Method in interface com.holonplatform.vaadin7.navigator.ViewNavigator.NavigatorBuilder
-
Set whether the support for Authenticate annotation on Views or UI is enabled.
- autoRefresh(boolean) - Method in interface com.holonplatform.vaadin7.components.builders.BaseItemDataSourceComponentBuilder
-
Set if auto-refresh is enabled for this container, i.e. items are loaded when one of the Container method which
involve operations on item set is called.
- autoRefresh(boolean) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainerBuilder
-
Set if auto-refresh is enabled for this container, i.e. items are loaded when one of the Container method which
involve operations on item set is called.
- BaseItemDataSourceComponentBuilder<B extends BaseItemDataSourceComponentBuilder<B>> - Interface in com.holonplatform.vaadin7.components.builders
-
- BaseLayoutBuilder<C extends com.vaadin.ui.Layout,B extends BaseLayoutBuilder<C,B>> - Interface in com.holonplatform.vaadin7.components.builders
-
Base builder to create Layout component containers.
- BaseSelectInputBuilder<T,C extends Input<T>,S,ITEM,B extends BaseSelectInputBuilder<T,C,S,ITEM,B>> - Interface in com.holonplatform.vaadin7.components.builders
-
Base builder to create selection
Inputs.
- BaseSelectInputBuilder.MultiSelectConfigurator<T,ITEM,B extends BaseSelectInputBuilder.MultiSelectConfigurator<T,ITEM,B>> - Interface in com.holonplatform.vaadin7.components.builders
-
Multi select component configurator.
- BaseSelectInputBuilder.RenderingMode - Enum in com.holonplatform.vaadin7.components.builders
-
Select UI rendering mode
- BaseSelectInputBuilder.SingleSelectConfigurator<T,ITEM,B extends BaseSelectInputBuilder.SingleSelectConfigurator<T,ITEM,B>> - Interface in com.holonplatform.vaadin7.components.builders
-
Single select component configurator.
- batchSize(int) - Method in interface com.holonplatform.vaadin7.components.builders.BaseItemDataSourceComponentBuilder
-
- batchSize(int) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainerBuilder
-
- BeanListing<T> - Interface in com.holonplatform.vaadin7.components
-
An
ItemListing component using a bean type as item type and the bean property names as property set.
- bind(Property<T>, PropertyRenderer<Input<T>, T>) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup.Builder
-
Set the specific
PropertyRenderer to use to render the
Input to bind to given
property.
- bind(Property<T>, Input.InputPropertyRenderer<T>) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup.Builder
-
Convenience method to set a specific
PropertyRenderer to use to render the
Input to bind to
given
property using the
Input.InputPropertyRenderer functional interface.
- bind(Property<T>, Input<T>) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup.Builder
-
Bind the given property to given input instance.
- bind(Property<T>, PropertyRenderer<ViewComponent<F>, T>) - Method in interface com.holonplatform.vaadin7.components.PropertyViewGroup.Builder
-
Set a specific
PropertyRenderer to use to render the
ViewComponent to bind to given
property.
- bind(Property<T>, PropertyViewGroup.ViewComponentPropertyRenderer<T>) - Method in interface com.holonplatform.vaadin7.components.PropertyViewGroup.Builder
-
- bind(Property<T>, ViewComponent<? extends T>) - Method in interface com.holonplatform.vaadin7.components.PropertyViewGroup.Builder
-
Bind the given property to given viewComponent instance.
- blankValuesAsNull(boolean) - Method in interface com.holonplatform.vaadin7.components.builders.SecretInputBuilder
-
Enable or disable treating blank String values (with 0 length or whitespaces only Strings) as null
values.
- blankValuesAsNull(boolean) - Method in interface com.holonplatform.vaadin7.components.builders.StringInputBuilder
-
Enable or disable treating blank String values (with 0 length or whitespaces only Strings) as null
values.
- boolean_() - Static method in interface com.holonplatform.vaadin7.components.Components.input
-
- BooleanInputBuilder - Interface in com.holonplatform.vaadin7.components.builders
-
- borderless() - Method in interface com.holonplatform.vaadin7.components.builders.PanelBuilder
-
Adds borderless and light style names to panel to render the panel without using
borders or any other style.
- bringToFront() - Method in interface com.holonplatform.vaadin7.components.Dialog
-
If there are currently several window dialogs visible, calling this method makes this dialog window topmost.
- buffered(boolean) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
Set whether the editor mode is buffered or not.
- buffered(boolean) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainerBuilder
-
Sets the buffered mode to the specified status.
- build() - Method in interface com.holonplatform.vaadin7.components.builders.ComponentBuilder
-
Build and returns the component
- build() - Method in interface com.holonplatform.vaadin7.components.builders.InputBuilder
-
Build and returns the
Input instance.
- build(P...) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
Build the
ItemListing instance, setting given properties as visible columns.
- build(Iterable<P>) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
Build the
ItemListing instance, setting given properties as visible columns.
- build() - Method in interface com.holonplatform.vaadin7.components.builders.ValidatableInputBuilder
-
- build() - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup.Builder
-
- build() - Method in interface com.holonplatform.vaadin7.components.PropertyViewGroup.Builder
-
- build() - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainerBuilder
-
- build() - Method in interface com.holonplatform.vaadin7.spring.SpringViewNavigator.Builder
-
Build the navigator instance
- buildAndBind(UI) - Method in interface com.holonplatform.vaadin7.navigator.ViewNavigator.Builder
-
Build ViewNavigator instance and bind it to given ui
- builder(Class<T>) - Static method in interface com.holonplatform.vaadin7.components.BeanListing
-
Builder to create an
BeanListing instance using a
Grid as backing component.
- builder() - Static method in interface com.holonplatform.vaadin7.components.Dialog
-
Gets a builder to create and open a
Dialog window.
- builder(Class<? extends T>, BaseSelectInputBuilder.RenderingMode) - Static method in interface com.holonplatform.vaadin7.components.MultiSelect
-
- builder(Class<? extends T>) - Static method in interface com.holonplatform.vaadin7.components.MultiSelect
-
- builder(C) - Static method in interface com.holonplatform.vaadin7.components.PropertyInputForm
-
- builder() - Static method in interface com.holonplatform.vaadin7.components.PropertyInputGroup
-
- builder(Iterable<P>) - Static method in interface com.holonplatform.vaadin7.components.PropertyListing
-
- builder(C) - Static method in interface com.holonplatform.vaadin7.components.PropertyViewForm
-
- builder() - Static method in interface com.holonplatform.vaadin7.components.PropertyViewGroup
-
- builder(Class<? extends T>, BaseSelectInputBuilder.RenderingMode) - Static method in interface com.holonplatform.vaadin7.components.SingleSelect
-
- builder(Class<? extends T>) - Static method in interface com.holonplatform.vaadin7.components.SingleSelect
-
- builder(Input<T>) - Static method in interface com.holonplatform.vaadin7.components.ValidatableInput
-
- builder(Class<? extends T>) - Static method in interface com.holonplatform.vaadin7.components.ViewComponent
-
- builder() - Static method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainer
-
- builder() - Static method in interface com.holonplatform.vaadin7.navigator.ViewNavigator
-
- builder() - Static method in interface com.holonplatform.vaadin7.spring.SpringViewNavigator
-
- buildFooter(ItemListingBuilder.GridSection<Grid.FooterRow>) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.FooterBuilder
-
Build Grid footer rows.
- buildHeader(ItemListingBuilder.GridSection<Grid.HeaderRow>) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.HeaderBuilder
-
Build Grid header rows.
- button() - Static method in interface com.holonplatform.vaadin7.components.Components
-
Gets a builder to create Buttons.
- button(boolean) - Static method in interface com.holonplatform.vaadin7.components.Components
-
Gets a builder to create Buttons
- ButtonBuilder - Interface in com.holonplatform.vaadin7.components.builders
-
Builder to create Button instances.
- ButtonConfigurator<B extends ButtonConfigurator<B>> - Interface in com.holonplatform.vaadin7.components.builders
-
Interface to configure a Button.
- ButtonConfigurator.BaseButtonConfigurator - Interface in com.holonplatform.vaadin7.components.builders
-
Base button configurator.
- cacheRate(double) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.BaseTableItemListingBuilder
-
Set the table rows cache rate.
- CalendarInputBuilder<T,B extends CalendarInputBuilder<T,B>> - Interface in com.holonplatform.vaadin7.components.builders
-
An builder to create
Inputs rendered as a calendar (inline or in a popup activated by a button) in UI.
- callback(Dialog.QuestionCallback) - Method in interface com.holonplatform.vaadin7.components.Dialog.QuestionDialogBuilder
-
Set the callback to use when user select a yes or no answer from the question dialog.
- caption(String) - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Sets the caption of the component.
- caption(String, String, Object...) - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Sets the caption of the component using a localizable messageCode.
- caption(Localizable) - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Sets the caption of the component using a Localizable message.
- captionAsHtml() - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Sets the caption rendered as HTML.
- clear() - Method in interface com.holonplatform.vaadin7.components.ItemListing
-
Clear items in data source and listing rows.
- clear() - Method in interface com.holonplatform.vaadin7.components.PropertyViewGroup
-
- clear() - Method in interface com.holonplatform.vaadin7.components.ValueHolder
-
Clears this value holder.
- clear() - Method in interface com.holonplatform.vaadin7.data.ItemDataSource
-
Clear data source contents (current item set)
- ClickableLayoutConfigurator<B extends ClickableLayoutConfigurator<B>> - Interface in com.holonplatform.vaadin7.components.builders
-
Interface to configure a Layout supporting LayoutEvents.LayoutClickListeners.
- ClickableLayoutConfigurator.BaseClickableLayoutConfigurator - Interface in com.holonplatform.vaadin7.components.builders
-
- clickShortcut(int, int...) - Method in interface com.holonplatform.vaadin7.components.builders.ButtonConfigurator
-
Makes it possible to invoke a click on this button by pressing the given ShortcutAction.KeyCode and (optional)
ShortcutAction.ModifierKeys.
- closable(boolean) - Method in interface com.holonplatform.vaadin7.components.Dialog.Builder
-
Set whether the dialog is closable (i.e. a close button is show in the dialog caption).
- closable(boolean) - Method in interface com.holonplatform.vaadin7.navigator.ViewWindowConfigurator
-
Sets whether to show a close button in the view Window header.
- close() - Method in interface com.holonplatform.vaadin7.components.Dialog
-
Closes the dialog window
- columnExpandRatio(int, float) - Method in interface com.holonplatform.vaadin7.components.builders.GridLayoutBuilder
-
Sets the expand ratio of given column.
- columnHidingAllowed(boolean) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
Sets whether column hiding by user is allowed or not.
- columnReorderingAllowed(boolean) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
Sets whether column reordering is allowed or not.
- columns(int) - Method in interface com.holonplatform.vaadin7.components.builders.GridLayoutBuilder
-
Set the number of columns of the grid
- com.holonplatform.vaadin7 - package com.holonplatform.vaadin7
-
- com.holonplatform.vaadin7.components - package com.holonplatform.vaadin7.components
-
- com.holonplatform.vaadin7.components.builders - package com.holonplatform.vaadin7.components.builders
-
- com.holonplatform.vaadin7.data - package com.holonplatform.vaadin7.data
-
- com.holonplatform.vaadin7.data.container - package com.holonplatform.vaadin7.data.container
-
- com.holonplatform.vaadin7.device - package com.holonplatform.vaadin7.device
-
- com.holonplatform.vaadin7.js - package com.holonplatform.vaadin7.js
-
- com.holonplatform.vaadin7.navigator - package com.holonplatform.vaadin7.navigator
-
- com.holonplatform.vaadin7.navigator.annotations - package com.holonplatform.vaadin7.navigator.annotations
-
- com.holonplatform.vaadin7.spring - package com.holonplatform.vaadin7.spring
-
- com.holonplatform.vaadin7.spring.boot - package com.holonplatform.vaadin7.spring.boot
-
- com.holonplatform.vaadin7.spring.config - package com.holonplatform.vaadin7.spring.config
-
- com.holonplatform.vaadin7.spring.utils - package com.holonplatform.vaadin7.spring.utils
-
- commit() - Method in interface com.holonplatform.vaadin7.components.ItemListing
-
Updates all changes since the previous commit.
- commit() - Method in interface com.holonplatform.vaadin7.data.ItemDataSource
-
Updates all changes since the previous commit.
- commit(Collection<ITEM>, Collection<ITEM>, Collection<ITEM>) - Method in interface com.holonplatform.vaadin7.data.ItemDataSource.CommitHandler
-
Commit item modifications.
- commitHandler(ItemDataSource.CommitHandler<T>) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
Set the handler to use to persist item set modifications.
- commitHandler(ItemDataSource.CommitHandler<ITEM>) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainerBuilder
-
Set the handler to manage item set modifications.
- commitOnRemove() - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.BaseGridItemListingBuilder
-
- commitOnSave() - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.BaseGridItemListingBuilder
-
Sets to call
ItemListing.commit() to confirm item modifications in data source when the editor
Save action is triggered.
- component(Class<? extends T>) - Static method in interface com.holonplatform.vaadin7.components.Components.view
-
- ComponentBuilder<C extends com.vaadin.ui.Component,B extends ComponentBuilder<C,B>> - Interface in com.holonplatform.vaadin7.components.builders
-
Base builder to create Components.
- ComponentConfigurator<B extends ComponentConfigurator<B>> - Interface in com.holonplatform.vaadin7.components.builders
-
Interface to configure a Component.
- ComponentConfigurator.BaseComponentConfigurator - Interface in com.holonplatform.vaadin7.components.builders
-
Base component configurator.
- ComponentContainerBuilder<C extends com.vaadin.ui.ComponentContainer,B extends ComponentContainerBuilder<C,B>> - Interface in com.holonplatform.vaadin7.components.builders
-
Builder for ComponentContainer components type creation.
- componentContainerComposer() - Static method in interface com.holonplatform.vaadin7.components.ComposableComponent
-
- componentContainerComposer(boolean) - Static method in interface com.holonplatform.vaadin7.components.ComposableComponent
-
- ComponentContainerConfigurator<B extends ComponentContainerConfigurator<B>> - Interface in com.holonplatform.vaadin7.components.builders
-
Interface to configure a ComponentContainer.
- ComponentPostProcessor<C extends com.vaadin.ui.Component> - Interface in com.holonplatform.vaadin7.components.builders
-
A post-processor which can be used to configure a Component, typically when built using a builder.
- ComponentPostProcessorSupport<C extends com.vaadin.ui.Component,B extends ComponentPostProcessorSupport<C,B>> - Interface in com.holonplatform.vaadin7.components.builders
-
- Components - Interface in com.holonplatform.vaadin7.components
-
Main provider of UI components builders and configurators.
- Components.input - Interface in com.holonplatform.vaadin7.components
-
- Components.listing - Interface in com.holonplatform.vaadin7.components
-
- Components.view - Interface in com.holonplatform.vaadin7.components
-
- ComposableComponent - Interface in com.holonplatform.vaadin7.components
-
- ComposableComponent.Builder<S,C extends com.vaadin.ui.Component,B extends ComposableComponent.Builder<S,C,B>> - Interface in com.holonplatform.vaadin7.components
-
- ComposableComponent.Composer<C extends com.vaadin.ui.Component,S> - Interface in com.holonplatform.vaadin7.components
-
Delegate interface to compose a set of components from a component source into a Component type content.
- compose() - Method in interface com.holonplatform.vaadin7.components.ComposableComponent
-
- compose(C, S) - Method in interface com.holonplatform.vaadin7.components.ComposableComponent.Composer
-
Compose the components provided by given source into given content component.
- composeOnAttach(boolean) - Method in interface com.holonplatform.vaadin7.components.ComposableComponent.Builder
-
Set whether to compose the components into the content component when the content is attached to a parent
component, only if the component was not already composed using
ComposableComponent.compose().
- composer(ComposableComponent.Composer<? super C, S>) - Method in interface com.holonplatform.vaadin7.components.ComposableComponent.Builder
-
- Config() - Constructor for class com.holonplatform.vaadin7.spring.utils.AbstractVaadinSpringTest.Config
-
- configure(AbstractComponent) - Static method in interface com.holonplatform.vaadin7.components.Components
-
- configure(Button) - Static method in interface com.holonplatform.vaadin7.components.Components
-
- configure(AbstractField<T>) - Static method in interface com.holonplatform.vaadin7.components.Components
-
- configure(VerticalLayout) - Static method in interface com.holonplatform.vaadin7.components.Components
-
- configure(HorizontalLayout) - Static method in interface com.holonplatform.vaadin7.components.Components
-
- configure(FormLayout) - Static method in interface com.holonplatform.vaadin7.components.Components
-
- configure(GridLayout) - Static method in interface com.holonplatform.vaadin7.components.Components
-
- configure(CssLayout) - Static method in interface com.holonplatform.vaadin7.components.Components
-
- configure(AbsoluteLayout) - Static method in interface com.holonplatform.vaadin7.components.Components
-
- configureDialogButton(ButtonConfigurator.BaseButtonConfigurator) - Method in interface com.holonplatform.vaadin7.components.Dialog.DialogButtonConfigurator
-
Configure the dialog button
- content(String) - Method in interface com.holonplatform.vaadin7.components.builders.LabelBuilder
-
Sets the label content
- content(String, String, Object...) - Method in interface com.holonplatform.vaadin7.components.builders.LabelBuilder
-
Sets the label content using a localizable messageCode.
- content(Localizable) - Method in interface com.holonplatform.vaadin7.components.builders.LabelBuilder
-
Sets the label content using a Localizable message.
- content(Component) - Method in interface com.holonplatform.vaadin7.components.builders.SingleComponentContainerBuilder
-
Sets the content of this container.
- content(Component) - Method in interface com.holonplatform.vaadin7.components.Dialog.Builder
-
Sets the content of the dialog.
- contentMode(ContentMode) - Method in interface com.holonplatform.vaadin7.components.builders.LabelBuilder
-
Sets the content mode of the Label.
- CONTEXT_KEY - Static variable in interface com.holonplatform.vaadin7.navigator.ViewNavigator
-
Default Context resource reference
- CONVERSATION_ID - Static variable in class com.holonplatform.vaadin7.spring.utils.AbstractVaadinSpringTest.TestSingletonBeanStoreRetrievalStrategy
-
- convert(ItemDataProvider<ITEM>, Function<ITEM, T>) - Static method in interface com.holonplatform.vaadin7.data.ItemDataProvider
-
Create a new
ItemDataProvider which wraps a concrete data provider and converts items into a different
type using a converter function.
- create(Property<T>, B) - Static method in interface com.holonplatform.vaadin7.components.PropertyBinding
-
- create(PropertyBox) - Static method in interface com.holonplatform.vaadin7.data.container.PropertyBoxItem
-
Create a PropertyBoxItem using given propertyBox
- create(ItemSetCounter, ItemSetLoader<ITEM>) - Static method in interface com.holonplatform.vaadin7.data.ItemDataProvider
-
- create(ItemSetCounter, ItemSetLoader<ITEM>, ItemRefresher<ITEM>) - Static method in interface com.holonplatform.vaadin7.data.ItemDataProvider
-
- create(Datastore, DataTarget<?>, PropertySet<?>) - Static method in interface com.holonplatform.vaadin7.data.ItemDataProvider
-
- create(String, String) - Static method in interface com.holonplatform.vaadin7.device.DeviceInfo
-
Build a DeviceInfo instance using given header values
- create(VaadinRequest) - Static method in interface com.holonplatform.vaadin7.device.DeviceInfo
-
Build a DeviceInfo instance using a VaadinRequest
- create(String, String) - Static method in interface com.holonplatform.vaadin7.device.UserAgentInspector
-
Build a UserAgentInspector instance using given header values
- create(VaadinRequest) - Static method in interface com.holonplatform.vaadin7.device.UserAgentInspector
-
Build a UserAgentInspector instance using a VaadinRequest
- create(VaadinRequest) - Static method in interface com.holonplatform.vaadin7.VaadinHttpRequest
-
- cssLayout() - Static method in interface com.holonplatform.vaadin7.components.Components
-
Gets a builder to create CssLayouts.
- CssLayoutBuilder - Interface in com.holonplatform.vaadin7.components.builders
-
Builder to create CssLayout instances.
- dataSource(ItemDataProvider<ITEM>, ItemIdentifierProvider<ITEM, ?>) - Method in interface com.holonplatform.vaadin7.components.builders.ItemDataSourceComponentBuilder
-
- dataSource(ItemDataProvider<ITEM>) - Method in interface com.holonplatform.vaadin7.components.builders.ItemDataSourceComponentBuilder
-
Set the data source items data provider, using the item itself as item identifier.
- dataSource(ItemDataProvider<PropertyBox>, Property...) - Method in interface com.holonplatform.vaadin7.components.builders.PropertyListingBuilder
-
Set the items data provider.
- dataSource(Datastore, DataTarget<?>, Property...) - Method in interface com.holonplatform.vaadin7.components.builders.PropertyListingBuilder
-
Use given Datastore with given dataTarget as items data source.
- dataSource(ItemDataProvider<PropertyBox>, Iterable<P>) - Method in interface com.holonplatform.vaadin7.components.builders.PropertySelectInputBuilder
-
Set the selection items data provider to obtain items.
- dataSource(ItemDataProvider<PropertyBox>, P...) - Method in interface com.holonplatform.vaadin7.components.builders.PropertySelectInputBuilder
-
Set the selection items data provider to obtain items.
- dataSource(Datastore, DataTarget<?>, Iterable<P>) - Method in interface com.holonplatform.vaadin7.components.builders.PropertySelectInputBuilder
-
Use given Datastore with given dataTarget as items data source.
- dataSource(Datastore, DataTarget<?>, P...) - Method in interface com.holonplatform.vaadin7.components.builders.PropertySelectInputBuilder
-
Use given Datastore with given dataTarget as items data source.
- dataSource(ItemDataProvider<ITEM>) - Method in interface com.holonplatform.vaadin7.components.builders.SelectItemDataSourceBuilder
-
Set the selection items data provider.
- dataSource(ItemDataProvider<ITEM>) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainerBuilder
-
Set the items data provider.
- date(Resolution, boolean) - Static method in interface com.holonplatform.vaadin7.components.Components.input
-
- date(Resolution) - Static method in interface com.holonplatform.vaadin7.components.Components.input
-
- date(boolean) - Static method in interface com.holonplatform.vaadin7.components.Components.input
-
- date() - Static method in interface com.holonplatform.vaadin7.components.Components.input
-
- dateFormat(String) - Method in interface com.holonplatform.vaadin7.components.builders.CalendarInputBuilder
-
Sets date format to use for internal component date display.
- DateInputBuilder - Interface in com.holonplatform.vaadin7.components.builders
-
- dateOutOfRangeMessage(String) - Method in interface com.holonplatform.vaadin7.components.builders.CalendarInputBuilder
-
Sets the error message to notify if the range validation fails.
- dateOutOfRangeMessage(String, String, Object...) - Method in interface com.holonplatform.vaadin7.components.builders.CalendarInputBuilder
-
Sets the error message to notify if the range validation fails, using a localizable messageCode.
- dateOutOfRangeMessage(Localizable) - Method in interface com.holonplatform.vaadin7.components.builders.CalendarInputBuilder
-
Sets the error message to notify if the range validation fails, using a Localizable message.
- DEFAULT_BATCH_SIZE - Static variable in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainer
-
- DEFAULT_DATE_PATTERN - Static variable in annotation type com.holonplatform.vaadin7.navigator.annotations.ViewParameter
-
Default Date parameter value serialization pattern
- DEFAULT_PARAMETER_ENCODING - Static variable in annotation type com.holonplatform.vaadin7.navigator.annotations.ViewParameter
-
Default parameters URI encode charset
- DEFAULT_WINDOW_HEIGHT - Static variable in interface com.holonplatform.vaadin7.navigator.ViewWindowConfigurator
-
Default window height
- DEFAULT_WINDOW_STYLE_NAME - Static variable in interface com.holonplatform.vaadin7.navigator.ViewWindowConfigurator
-
Default View Window style name
- DEFAULT_WINDOW_WIDTH - Static variable in interface com.holonplatform.vaadin7.navigator.ViewWindowConfigurator
-
Default window width
- defaultAlignment(Alignment) - Method in interface com.holonplatform.vaadin7.components.builders.LayoutConfigurator
-
Sets the default alignment used for components added to this layout.
- defaultSort(QuerySort) - Method in interface com.holonplatform.vaadin7.components.builders.BaseItemDataSourceComponentBuilder
-
Set query default sort.
- defaultSort(QuerySort) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainerBuilder
-
Set query default sort.
- defaultValue(P, Object) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
Set a default value to initialize the given property.
- defaultValue(Property<T>, PropertyInputGroup.DefaultValueProvider<T>) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup.Builder
-
Set the default value provider for given property.
- defaultValue(PROPERTY, Object) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainerBuilder
-
Set a default value to initialize the given propertyId
- DefaultView - Annotation Type in com.holonplatform.vaadin7.spring
-
- defaultViewName(String) - Method in interface com.holonplatform.vaadin7.navigator.ViewNavigator.NavigatorBuilder
-
Set the default view name.
- defaultViewWindowConfigurator(Consumer<ViewWindowConfigurator>) - Method in interface com.holonplatform.vaadin7.navigator.ViewNavigator.NavigatorBuilder
-
- deferLocalization() - Method in interface com.holonplatform.vaadin7.components.builders.ComponentBuilder
-
Instructs the builder to resolve any message localization (for example component caption and description) only
after the component is attached to parent layout.
- deferLocalization() - Method in interface com.holonplatform.vaadin7.components.builders.InputBuilder
-
Instructs the builder to resolve any message localization (for example component caption and description) only
after the component is attached to parent layout.
- desc(PROPERTY) - Static method in interface com.holonplatform.vaadin7.data.ItemDataSource.ItemSort
-
- description(String) - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Sets the component's description.
- description(String, String, Object...) - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Sets the component's description using a localizable messageCode.
- description(Localizable) - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Sets the component's description using a Localizable message.
- deselect(Iterable<T>) - Method in interface com.holonplatform.vaadin7.components.MultiSelect
-
Removes the given items from the set of currently selected items.
- deselect(T...) - Method in interface com.holonplatform.vaadin7.components.MultiSelect
-
Removes the given items from the set of currently selected items.
- deselect(T) - Method in interface com.holonplatform.vaadin7.components.MultiSelect
-
- deselect(T) - Method in interface com.holonplatform.vaadin7.components.Selectable
-
Deselects the given item.
- deselectAll() - Method in interface com.holonplatform.vaadin7.components.Selectable
-
Deselects all currently selected items, if any.
- deselectAll() - Method in interface com.holonplatform.vaadin7.components.SingleSelect
-
- detailsGenerator(ItemListing.ItemDetailsGenerator<T>) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.BaseGridItemListingBuilder
-
- DeviceInfo - Interface in com.holonplatform.vaadin7.device
-
Provides informations about client device in which application is running
- dialog() - Static method in interface com.holonplatform.vaadin7.components.Components
-
Gets a builder to create and open a
Dialog window.
- Dialog - Interface in com.holonplatform.vaadin7.components
-
Dialog window representation.
- Dialog.Builder<B extends Dialog.Builder<B>> - Interface in com.holonplatform.vaadin7.components
-
Base dialog builder
- Dialog.CloseListener - Interface in com.holonplatform.vaadin7.components
-
Listener for dialog closing event
- Dialog.DialogBuilder - Interface in com.holonplatform.vaadin7.components
-
- Dialog.DialogButtonConfigurator - Interface in com.holonplatform.vaadin7.components
-
Interface to configure
Dialog buttons at build time.
- Dialog.QuestionCallback - Interface in com.holonplatform.vaadin7.components
-
Dialog.CloseListener extension which acts as callback for a question dialog to react to the user's response.
- Dialog.QuestionDialogBuilder - Interface in com.holonplatform.vaadin7.components
-
- dialogClosed(Dialog, Object) - Method in interface com.holonplatform.vaadin7.components.Dialog.CloseListener
-
Invoked when the
Dialog is closed
- dialogClosed(Dialog, Object) - Method in interface com.holonplatform.vaadin7.components.Dialog.QuestionCallback
-
- disabled() - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Disables the component.
- disableOnClick() - Method in interface com.holonplatform.vaadin7.components.builders.ButtonConfigurator
-
Automatically disables button when clicked, typically to prevent (accidental) extra clicks on a button.
- disableTextInput() - Method in interface com.holonplatform.vaadin7.components.builders.BaseSelectInputBuilder.SingleSelectConfigurator
-
Disables the possibility to input text into the field, so the field area of the component is just used to
show what is selected.
- discard() - Method in interface com.holonplatform.vaadin7.components.ItemListing
-
Discards all changes since last commit.
- discard() - Method in interface com.holonplatform.vaadin7.data.ItemDataSource
-
Discards all changes since last commit.
- display(View, String, Map<String, String>) - Method in interface com.holonplatform.vaadin7.navigator.SubViewContainer
-
Display request for the given view: returns true if view is accepted and than diplayed
by this sub-view container.
- draggable(boolean) - Method in interface com.holonplatform.vaadin7.components.Dialog.Builder
-
Set whether the dialog is draggable.
- draggable(boolean) - Method in interface com.holonplatform.vaadin7.navigator.ViewWindowConfigurator
-
Set whether the view Window is draggable.
- dragMode(Table.TableDragMode) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.BaseTableItemListingBuilder
-
Sets the drag start mode of the Table.
- dropHandler(DropHandler) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.BaseTableItemListingBuilder
-
Set the handler to manage drops on table.
- editable(P, boolean) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
Set whether the column which corresponds to given property is editable when listing is in edit mode
(true by default).
- editable(boolean) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
Set whether the listing is editable.
- editor(P, Field<?>) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
Set the editor Field to use for given property in edit mode to obtain the field to use as property
editor.
- editorCancelCaption(Localizable) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.BaseGridItemListingBuilder
-
Set the caption for the editor Cancel button.
- editorCancelCaption(String) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.BaseGridItemListingBuilder
-
Set the caption for the editor Cancel button
- editorCancelCaption(String, String) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.BaseGridItemListingBuilder
-
Set the caption for the editor Cancel button
- editorSaveCaption(Localizable) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.BaseGridItemListingBuilder
-
Set the caption for the editor Save button.
- editorSaveCaption(String) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.BaseGridItemListingBuilder
-
Set the caption for the editor Save button.
- editorSaveCaption(String, String) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.BaseGridItemListingBuilder
-
Set the caption for the editor Save button.
- ElementPropertyHandler - Class in com.holonplatform.vaadin7.js
-
JavaScript extension to set properties in html element of extended Component.
- ElementPropertyHandler(AbstractComponent) - Constructor for class com.holonplatform.vaadin7.js.ElementPropertyHandler
-
Register this extension on given component
- empty(P...) - Static method in interface com.holonplatform.vaadin7.data.container.PropertyBoxItem
-
Create a PropertyBoxItem bound to an empty PropertyBox using given properties.
- empty(Iterable<P>) - Static method in interface com.holonplatform.vaadin7.data.container.PropertyBoxItem
-
Create a PropertyBoxItem bound to an empty PropertyBox using given properties.
- emptyValuesAsNull(boolean) - Method in interface com.holonplatform.vaadin7.components.builders.SecretInputBuilder
-
Enable or disable treating empty String values as null values.
- emptyValuesAsNull(boolean) - Method in interface com.holonplatform.vaadin7.components.builders.StringInputBuilder
-
Enable or disable treating empty String values as null values.
- EnableViewAuthorization - Annotation Type in com.holonplatform.vaadin7.spring.config
-
Enables
View authorization control using
javax.annotation.security annotations on View class
(
RolesAllowed,
PermitAll,
DenyAll) and relying on
AuthContext to perform
authorization control.
- EnableViewContext - Annotation Type in com.holonplatform.vaadin7.spring.config
-
Enables
View context informations injection using
ViewContext annotated fields.
- EnableViewNavigator - Annotation Type in com.holonplatform.vaadin7.spring.config
-
Annotation to be used on Spring Configuration classes to setup Vaadin integration and registering a UI-scoped
SpringViewNavigator navigator.
- ensureInited(VaadinSession) - Static method in interface com.holonplatform.vaadin7.device.DeviceInfo
-
Ensure that a
DeviceInfo is available from given Vaadin
session.
- enumMulti(Class<E>, BaseSelectInputBuilder.RenderingMode) - Static method in interface com.holonplatform.vaadin7.components.Components.input
-
Gets a builder to create a multiple selection
Input with given
Enum class as data source,
using all enum constants as selection items.
- enumMulti(Class<E>) - Static method in interface com.holonplatform.vaadin7.components.Components.input
-
- enumSingle(Class<E>, BaseSelectInputBuilder.RenderingMode) - Static method in interface com.holonplatform.vaadin7.components.Components.input
-
Gets a builder to create a single selection
Input with given
Enum class as data source, using
all enum constants as selection items.
- enumSingle(Class<E>) - Static method in interface com.holonplatform.vaadin7.components.Components.input
-
- errorHandler(ErrorHandler) - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Sets the error handler for the component.
- errorView(View) - Method in interface com.holonplatform.vaadin7.navigator.ViewNavigator.NavigatorBuilder
-
Set the view to be displayed when no other view matches the navigation state.
- ErrorView - Annotation Type in com.holonplatform.vaadin7.spring
-
Annotation to declare a
View as the
ViewNavigator default error view.
- errorView(Class<? extends View>) - Method in interface com.holonplatform.vaadin7.spring.SpringViewNavigator.Builder
-
Registers a view class for the view to show when no other view matches the navigation state.
- errorViewProvider(ViewProvider) - Method in interface com.holonplatform.vaadin7.navigator.ViewNavigator.NavigatorBuilder
-
Registers a view provider that is queried for a view when no other view matches the navigation state.
- expand(Component, float) - Method in interface com.holonplatform.vaadin7.components.builders.OrderedLayoutConfigurator
-
This method is used to control how excess space in layout is distributed among components.
- expandRatio(P, int) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.BaseGridItemListingBuilder
-
Set the expandRatio for the column which corresponds to given property.
- expandRatio(P, float) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.BaseTableItemListingBuilder
-
Set the expand ratio of the column which corresponds to given property.
- filler() - Static method in interface com.holonplatform.vaadin7.components.Components
-
Build a filler component, i.e. a Label with undefined size and the HTML entity as
content, which can be used with full expand ratio as a space filler in layouts.
- filteringMode(FilteringMode) - Method in interface com.holonplatform.vaadin7.components.builders.BaseSelectInputBuilder.SingleSelectConfigurator
-
Sets the option filtering mode.
- fixedFilter(QueryFilter) - Method in interface com.holonplatform.vaadin7.components.builders.BaseItemDataSourceComponentBuilder
-
Set query fixed filter (always added to query predicates)
- fixedFilter(QueryFilter) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainerBuilder
-
Set query fixed filter (always added to query predicates)
- fixedSort(QuerySort) - Method in interface com.holonplatform.vaadin7.components.builders.BaseItemDataSourceComponentBuilder
-
Set query fixed sort (always added to query sorts)
- fixedSort(QuerySort) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainerBuilder
-
Set query fixed sort (always added to query sorts)
- focus() - Method in interface com.holonplatform.vaadin7.components.Input
-
Sets the focus for this input component, if supported by concrete component implementation.
- footer(ItemListingBuilder.FooterBuilder) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.BaseGridItemListingBuilder
-
Set the listing footer builder to create and manage footer rows
- footer(ItemListingBuilder.TableFooterGenerator<T, P>) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.BaseTableItemListingBuilder
-
- footerGenerator(ItemListingBuilder.GridFooterGenerator<T, P>) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.BaseGridItemListingBuilder
-
- footerVisible(boolean) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
Set whether the listing footer is visible.
- form(C) - Static method in interface com.holonplatform.vaadin7.components.Components.input
-
- form() - Static method in interface com.holonplatform.vaadin7.components.Components.input
-
- form(C) - Static method in interface com.holonplatform.vaadin7.components.Components.view
-
- form() - Static method in interface com.holonplatform.vaadin7.components.Components.view
-
- formGrid() - Static method in interface com.holonplatform.vaadin7.components.Components.input
-
- formGrid() - Static method in interface com.holonplatform.vaadin7.components.Components.view
-
- formHorizontal() - Static method in interface com.holonplatform.vaadin7.components.Components.input
-
- formHorizontal() - Static method in interface com.holonplatform.vaadin7.components.Components.view
-
- formLayout() - Static method in interface com.holonplatform.vaadin7.components.Components
-
Gets a builder to create FormLayouts.
- FormLayoutBuilder - Interface in com.holonplatform.vaadin7.components.builders
-
Builder to create FormLayout instances.
- formVertical() - Static method in interface com.holonplatform.vaadin7.components.Components.input
-
- formVertical() - Static method in interface com.holonplatform.vaadin7.components.Components.view
-
- forProperty(Property<T>) - Method in interface com.holonplatform.vaadin7.components.builders.ViewComponentBuilder
-
Build a
ViewComponent using given
property for value presentation and configuration
parameters source.
- from(Field<T>) - Static method in interface com.holonplatform.vaadin7.components.Input
-
Create a
Input component type from given
Field instance.
- from(Input<T>) - Static method in interface com.holonplatform.vaadin7.components.ValidatableInput
-
- from(Field<T>) - Static method in interface com.holonplatform.vaadin7.components.ValidatableInput
-
- from(Field<T>, boolean) - Static method in interface com.holonplatform.vaadin7.components.ValidatableInput
-
- fromBean(Object, PropertySet<P>) - Static method in interface com.holonplatform.vaadin7.data.container.PropertyBoxItem
-
Create a PropertyBoxItem using given properties as property set and reading property values from
given bean instance.
- frozenColumns(int) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.BaseGridItemListingBuilder
-
Sets the number of frozen columns in this listing.
- fullHeight() - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Set the component heigth to 100%
- fullSize() - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Set the component width and heigth to 100%
- fullWidth() - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Set the component width to 100%
- get(Object) - Method in interface com.holonplatform.vaadin7.data.ItemDataSource
-
Get the item identified by given itemId.
- get() - Static method in interface com.holonplatform.vaadin7.device.DeviceInfo
-
Get the current DeviceInfo instance, if available.
- getAcceptHeader() - Method in interface com.holonplatform.vaadin7.device.UserAgentInspector
-
Return the Accept header
- getAllSelectedItems() - Method in interface com.holonplatform.vaadin7.components.Selectable.SelectionEvent
-
Gets all the currently selected items.
- getBeanStore() - Method in class com.holonplatform.vaadin7.spring.utils.AbstractVaadinSpringTest.TestSingletonBeanStoreRetrievalStrategy
-
- getCellStyle(P, T) - Method in interface com.holonplatform.vaadin7.components.ItemListing.CellStyleGenerator
-
Get the style names for the cell bound to given property column and item row.
- getComponent() - Method in interface com.holonplatform.vaadin7.components.PropertyBinding
-
Get the component to which the property is bound.
- getComponent() - Method in interface com.holonplatform.vaadin7.components.ValueComponent
-
Get the UI Component which represents this value component.
- getConfiguration() - Method in interface com.holonplatform.vaadin7.data.ItemDataSource
-
Get the data source configuration.
- getContent() - Method in interface com.holonplatform.vaadin7.components.ComposableComponent
-
Get the form content component
- getContextPath() - Method in interface com.holonplatform.vaadin7.VaadinHttpRequest
-
Returns the portion of the request URI that indicates the context of the request.
- getConversationId() - Method in class com.holonplatform.vaadin7.spring.utils.AbstractVaadinSpringTest.TestSingletonBeanStoreRetrievalStrategy
-
- getCurrent() - Static method in interface com.holonplatform.vaadin7.navigator.ViewNavigator
-
Get the current
ViewNavigator, if available as
Context resource or from current UI.
- getCurrentView() - Method in interface com.holonplatform.vaadin7.navigator.SubViewContainer
-
Get current active View in this container
- getCurrentView() - Method in interface com.holonplatform.vaadin7.navigator.ViewNavigator
-
Get current (active) view in navigator.
- getCurrentViewName() - Method in interface com.holonplatform.vaadin7.navigator.ViewNavigator
-
Get current (active) view name in navigator
- getDefault() - Static method in interface com.holonplatform.vaadin7.components.ValidationStatusHandler
-
- getDefaultRow() - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.GridSection
-
Returns the current default row of the section.
- getDefaultValue(Property<T>) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup.DefaultValueProvider
-
Get the property default value
- getDefaultViewName() - Method in interface com.holonplatform.vaadin7.navigator.ViewNavigator
-
Get default view name
- getEmptyValue() - Method in interface com.holonplatform.vaadin7.components.ValueHolder
-
Returns the value that represents an empty value.
- getError() - Method in interface com.holonplatform.vaadin7.components.ValidationStatusHandler.ValidationStatusEvent
-
- getErrorMessage() - Method in interface com.holonplatform.vaadin7.components.ValidationStatusHandler.ValidationStatusEvent
-
Get the first localized error message, using the context LocalizationContext, if available.
- getErrorMessages() - Method in interface com.holonplatform.vaadin7.components.ValidationStatusHandler.ValidationStatusEvent
-
- getErrors() - Method in interface com.holonplatform.vaadin7.components.ValidationStatusHandler.ValidationStatusEvent
-
- getFirstSelectedItem() - Method in interface com.holonplatform.vaadin7.components.MultiSelect
-
- getFirstSelectedItem() - Method in interface com.holonplatform.vaadin7.components.Selectable
-
Get the first selected item.
- getFirstSelectedItem() - Method in interface com.holonplatform.vaadin7.components.Selectable.SelectionEvent
-
Get first selected data item, if any.
- getFirstSelectedItem() - Method in interface com.holonplatform.vaadin7.components.SingleSelect
-
- getFooter(ItemListing<T, P>, P) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.TableFooterGenerator
-
Generate the footer content for the column which corresponds to given property.
- getId(ITEM) - Method in interface com.holonplatform.vaadin7.data.ItemDataSource
-
Get the identifier of given item
- getInput(Property<T>) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup
-
Get the
Input bound to given
property, if any.
- getInputs() - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup
-
Gets all the
Inputs that have been bound to a property.
- getItem(Object) - Method in interface com.holonplatform.vaadin7.components.ItemListing
-
Get the item identified by given itemId.
- getItemCaption(ITEM) - Method in interface com.holonplatform.vaadin7.components.ItemSet.ItemCaptionGenerator
-
Get the caption for given item.
- getItemDescription(T) - Method in interface com.holonplatform.vaadin7.components.ItemListing.ItemDescriptionGenerator
-
Get the description for given item.
- getItemDetails(T) - Method in interface com.holonplatform.vaadin7.components.ItemListing.ItemDetailsGenerator
-
Get the row details component for given item.
- getItemIcon(ITEM) - Method in interface com.holonplatform.vaadin7.components.ItemSet.ItemIconGenerator
-
Get the icon for given item.
- getItemId(ITEM) - Method in interface com.holonplatform.vaadin7.data.ItemIdentifierProvider
-
Get the item identifier.
- getItemIds() - Method in interface com.holonplatform.vaadin7.data.ItemDataSource
-
Get all item ids available from this data source
- getLockInstance() - Method in class com.holonplatform.vaadin7.spring.utils.AbstractVaadinSpringTest.TestVaadinSpringSession
-
- getNavigationState() - Method in exception com.holonplatform.vaadin7.navigator.ViewNavigator.ViewNavigationException
-
Get the navigation state to which this exception is related, if available
- getNewView() - Method in interface com.holonplatform.vaadin7.navigator.ViewNavigator.ViewNavigatorChangeEvent
-
Returns the view being activated.
- getOldView() - Method in interface com.holonplatform.vaadin7.navigator.ViewNavigator.ViewNavigatorChangeEvent
-
Returns the view being deactivated.
- getOptionalValue() - Method in interface com.holonplatform.vaadin7.components.ValueHolder
-
Gets the current value of this value holder as an
Optional, which will be empty if the value holder is
considered to be empty.
- getParameters() - Method in interface com.holonplatform.vaadin7.navigator.ViewNavigator.ViewNavigatorChangeEvent
-
Returns the parameters for the view being activated.
- getProperties() - Method in interface com.holonplatform.vaadin7.components.PropertySetBound
-
Gets the set of Propertys to which this component is bound.
- getProperties() - Method in interface com.holonplatform.vaadin7.data.ItemDataSource.Configuration
-
Get available item properties.
- getProperty() - Method in interface com.holonplatform.vaadin7.components.PropertyBinding
-
Get the Property.
- getProperty() - Method in interface com.holonplatform.vaadin7.components.ValidationStatusHandler.ValidationStatusEvent
-
If the validation event refers to a Property binding, returns the property to which the value
component is bound.
- getProperty() - Method in interface com.holonplatform.vaadin7.data.ItemDataSource.ItemSort
-
Item property to sort
- getPropertyBox() - Method in interface com.holonplatform.vaadin7.data.container.PropertyBoxItem
-
Get the PropertyBox to which the Item is bound
- getPropertyColumns() - Method in interface com.holonplatform.vaadin7.components.ItemListing
-
Gets the current displayed item properties as listing columns
- getPropertyDefaultValue(PROPERTY) - Method in interface com.holonplatform.vaadin7.data.ItemDataSource.Configuration
-
Get the default value for the given property.
- getPropertyType(PROPERTY) - Method in interface com.holonplatform.vaadin7.data.ItemDataSource.Configuration
-
Gets the data type of the given data source property.
- getQuerySort(PROPERTY, boolean) - Method in interface com.holonplatform.vaadin7.data.ItemDataSource.PropertySortGenerator
-
Get the QuerySort to use for given property with specified sort direction.
- getRenderType() - Method in interface com.holonplatform.vaadin7.components.Input.InputPropertyRenderer
-
- getRenderType() - Method in interface com.holonplatform.vaadin7.components.PropertyViewGroup.ViewComponentPropertyRenderer
-
- getRowAt(int) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.GridSection
-
Get the section row at given index.
- getRowCount() - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.GridSection
-
Gets the row count for the section.
- getRowStyle(T) - Method in interface com.holonplatform.vaadin7.components.ItemListing.RowStyleGenerator
-
Get the style names for the row bound to given item.
- getScreenHeight() - Method in interface com.holonplatform.vaadin7.device.DeviceInfo
-
Get client screen height in pixels
- getScreenWidth() - Method in interface com.holonplatform.vaadin7.device.DeviceInfo
-
Get client screen width in pixels
- getSelectedItem() - Method in interface com.holonplatform.vaadin7.components.SingleSelect
-
Get the currently selected item.
- getSelectedItems() - Method in interface com.holonplatform.vaadin7.components.Selectable
-
Get an immutable set of the currently selected items.
- getSelectedItems() - Method in interface com.holonplatform.vaadin7.components.SingleSelect
-
- getSelectionMode() - Method in interface com.holonplatform.vaadin7.components.MultiSelect
-
- getSelectionMode() - Method in interface com.holonplatform.vaadin7.components.Selectable
-
Get the selection mode
- getSelectionMode() - Method in interface com.holonplatform.vaadin7.components.SingleSelect
-
- getSource() - Method in interface com.holonplatform.vaadin7.components.ValidationStatusHandler.ValidationStatusEvent
-
- getSource() - Method in interface com.holonplatform.vaadin7.components.ValueHolder.ValueChangeEvent
-
Get the source of this value change event.
- getStatus() - Method in interface com.holonplatform.vaadin7.components.ValidationStatusHandler.ValidationStatusEvent
-
Get the current validation status
- getUserAgentHeader() - Method in interface com.holonplatform.vaadin7.device.UserAgentInspector
-
Return the User-Agent header
- getValidationStatusHandler() - Method in interface com.holonplatform.vaadin7.components.ValidatableInput
-
- getValue() - Method in interface com.holonplatform.vaadin7.components.PropertyInputForm
-
- getValue(boolean) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup
-
Get the current property values collected into a PropertyBox, using the group configured properties as
property set.
- getValue() - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup
-
Get the current property values collected into a PropertyBox, using the group configured properties as
property set.
- getValue() - Method in interface com.holonplatform.vaadin7.components.PropertyViewGroup
-
Get the current property values collected into a PropertyBox, using the group configured properties as
property set.
- getValue() - Method in interface com.holonplatform.vaadin7.components.ValueComponent
-
Gets the current value of this value component.
- getValue() - Method in interface com.holonplatform.vaadin7.components.ValueHolder
-
Gets the current value of this value holder.
- getValue() - Method in interface com.holonplatform.vaadin7.components.ValueHolder.ValueChangeEvent
-
Returns the new value that triggered this value change event.
- getValueComponent(Property<T>) - Method in interface com.holonplatform.vaadin7.components.PropertyValueComponentSource
-
- getValueComponents() - Method in interface com.holonplatform.vaadin7.components.PropertyValueComponentSource
-
- getValueIfValid() - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup
-
Get the current property values collected into a
PropertyBox, using the group configured properties as
property set, only if the property bound
Inputs and this
PropertyInputGroup are valid
For each property with a bound
Input component, the property value is obtained from the
Input
component through the
ValueHolder.getValue() method.
- getViewClass(String) - Method in interface com.holonplatform.vaadin7.navigator.ViewClassProvider
-
Get the view class which corresponds to the given view name.
- getViewComponent(Property<T>) - Method in interface com.holonplatform.vaadin7.components.PropertyViewGroup
-
- getViewComponents() - Method in interface com.holonplatform.vaadin7.components.PropertyViewGroup
-
- getViewContent() - Method in interface com.holonplatform.vaadin7.navigator.ViewContentProvider
-
Get view content component.
- getViewContent(View) - Static method in interface com.holonplatform.vaadin7.navigator.ViewNavigator
-
- getViewName() - Method in interface com.holonplatform.vaadin7.navigator.ViewNavigator.ViewNavigatorChangeEvent
-
Returns the view name of the view being activated.
- getViewNavigator() - Method in interface com.holonplatform.vaadin7.navigator.ViewNavigator.ViewNavigatorChangeEvent
-
Returns the navigator that triggered this event.
- getViewPortHeight() - Method in interface com.holonplatform.vaadin7.device.DeviceInfo
-
Get application viewport height in pixels
- getViewPortWidth() - Method in interface com.holonplatform.vaadin7.device.DeviceInfo
-
Get application viewport width in pixels
- getWebApplicationContext() - Method in class com.holonplatform.vaadin7.spring.utils.AbstractVaadinSpringTest.TestSpringVaadinServletService
-
- getWindow() - Method in interface com.holonplatform.vaadin7.navigator.ViewNavigator.ViewNavigatorChangeEvent
-
If the navigation to the view being activated is requested in window, returns the Window into which
the view is displayed.
- gridBuilder(Class<T>) - Static method in interface com.holonplatform.vaadin7.components.BeanListing
-
Builder to create an
BeanListing instance using a
Grid as backing component.
- gridBuilder(Iterable<P>) - Static method in interface com.holonplatform.vaadin7.components.PropertyListing
-
Builder to create an
PropertyListing instance using a
Grid as backing component.
- gridLayout() - Static method in interface com.holonplatform.vaadin7.components.Components
-
Gets a builder to create FormLayouts.
- gridLayout(int, int) - Static method in interface com.holonplatform.vaadin7.components.Components
-
Gets a builder to create GridLayouts.
- GridLayoutBuilder - Interface in com.holonplatform.vaadin7.components.builders
-
Builder to create GridLayout instances.
- hasLock() - Method in class com.holonplatform.vaadin7.spring.utils.AbstractVaadinSpringTest.TestVaadinSpringSession
-
- hasProperty(Property<?>) - Method in interface com.holonplatform.vaadin7.components.PropertySetBound
-
Gets whether given property is part of the property set to which this component is bound.
- header(ItemListingBuilder.HeaderBuilder) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.BaseGridItemListingBuilder
-
Set the listing header builder to create and manage header rows.
- header(P, Localizable) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
Set the column header to show for given property.
- header(P, String) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
Set the column header to show for given property.
- header(P, String, String) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
Set the column header to show for given property.
- height(float, Sizeable.Unit) - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Sets the height of the object.
- height(String) - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Sets the height of the component using String presentation.
- heightByContents() - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.BaseGridItemListingBuilder
-
Set the height of the listing defined by its contents.
- heightByRows(double) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.BaseGridItemListingBuilder
-
Set the height of the listing by defined by a number of rows.
- heightUndefined() - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Clears any defined height
- hidable(P, boolean) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
Sets whether the column which corresponds to given property can be hidden by the user.
- hidden() - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Set the component as not visible.
- hidden(P, boolean) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
Sets whether this column which corresponds to given property is hidden.
- hidden(Property<T>) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup.Builder
-
Set the given property as hidden.
- hidden(Property<T>) - Method in interface com.holonplatform.vaadin7.components.PropertyViewGroup.Builder
-
Set the given property as hidden.
- hideEmptyRowsAndColumns() - Method in interface com.holonplatform.vaadin7.components.builders.GridLayoutBuilder
-
Empty rows and columns will be considered as non-existent when rendering the grid, i.e. the spacing between
multiple empty columns (or rows) will be collapsed.
- hideHeaders() - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
Hides the table/grid column headers
- hidePropertyCaption(Property<?>) - Method in interface com.holonplatform.vaadin7.components.PropertyInputForm.PropertyInputFormBuilder
-
Set the caption for the input component bound to given property as hidden.
- hidePropertyCaption(Property<?>) - Method in interface com.holonplatform.vaadin7.components.PropertyViewForm.PropertyViewFormBuilder
-
Set the caption for the view component bound to given property as hidden.
- hidingToggleCaption(P, Localizable) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.BaseGridItemListingBuilder
-
Sets the caption of the hiding toggle for the column which corresponds to given property.
- hidingToggleCaption(P, String) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.BaseGridItemListingBuilder
-
Sets the caption of the hiding toggle for the column which corresponds to given property.
- hidingToggleCaption(P, String, String) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.BaseGridItemListingBuilder
-
Sets the caption of the hiding toggle for the column which corresponds to given property.
- hl() - Static method in interface com.holonplatform.vaadin7.components.Components
-
Gets a builder to create HorizontalLayouts.
- HolonVaadinAutoConfiguration - Class in com.holonplatform.vaadin7.spring.boot
-
Spring boot auto configuration class to enable Holon-Spring-Vaadin integration layer.
- HolonVaadinAutoConfiguration() - Constructor for class com.holonplatform.vaadin7.spring.boot.HolonVaadinAutoConfiguration
-
- HorizontalLayoutBuilder - Interface in com.holonplatform.vaadin7.components.builders
-
Builder to create HorizontalLayout instances.
- html() - Method in interface com.holonplatform.vaadin7.components.builders.LabelBuilder
-
A shortcut to set the content mode to ContentMode.HTML
- html5NumberInputType(boolean) - Method in interface com.holonplatform.vaadin7.components.builders.NumberInputBuilder
-
Sets whether to set html5 input type property as "number"
- htmlContentAllowed(boolean) - Method in interface com.holonplatform.vaadin7.components.Dialog.Builder
-
Set whether the dialog messages allow HTML content.
- icon(Resource) - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Sets the icon of the component.
- icon(P, Resource) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.BaseTableItemListingBuilder
-
Set the header icon for the column which corresponds to given property.
- iconAlternateText(String) - Method in interface com.holonplatform.vaadin7.components.builders.ButtonConfigurator
-
Sets the button icon's alternate text
- id(String) - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Adds an unique id for component that is used in the client-side for testing purposes.
- identity() - Static method in interface com.holonplatform.vaadin7.data.ItemIdentifierProvider
-
- ignoreMissingInputs(boolean) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup.Builder
-
Set whether to ignore properties without a bound
Input.
- ignoreMissingViewComponents(boolean) - Method in interface com.holonplatform.vaadin7.components.PropertyViewGroup.Builder
-
- ignorePropertyValidation() - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup.Builder
-
Set to ignore any
Property registered
Validator when binding the property to an
Input
component, i.e. to not inherit property
Validators when the property-input binding is performed.
- ILLEGAL_PARAMETER_NAME_CHARACTERS - Static variable in annotation type com.holonplatform.vaadin7.navigator.annotations.ViewParameter
-
Characters not admitted in parameter name
- immediate() - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Sets the component in immediate mode.
- init(UI, ComponentContainer) - Method in interface com.holonplatform.vaadin7.spring.SpringViewNavigator
-
Initializes an injected navigator and registers SpringViewProvider for it.
- init(UI, SingleComponentContainer) - Method in interface com.holonplatform.vaadin7.spring.SpringViewNavigator
-
Initializes an injected navigator and registers SpringViewProvider for it.
- init(UI, ViewDisplay) - Method in interface com.holonplatform.vaadin7.spring.SpringViewNavigator
-
Initializes an injected navigator and registers SpringViewProvider for it.
- init(UI, NavigationStateManager, ViewDisplay) - Method in interface com.holonplatform.vaadin7.spring.SpringViewNavigator
-
Initializes an injected navigator and registers SpringViewProvider for it, using a custom
NavigationStateManager.
- initializer(Consumer<C>) - Method in interface com.holonplatform.vaadin7.components.ComposableComponent.Builder
-
Set a content initializer to setup the content component.
- Input<V> - Interface in com.holonplatform.vaadin7.components
-
Input component representation, i.e. a UI component that has a user-editable value.
- Input.InputFieldPropertyRenderer<T> - Interface in com.holonplatform.vaadin7.components
-
A convenience interface to render a
Property as a
Input using a
Field.
- Input.InputPropertyRenderer<T> - Interface in com.holonplatform.vaadin7.components
-
A convenience interface with a fixed
Input rendering type to use a
Input PropertyRenderer
as a functional interface.
- InputBuilder<T,C extends Input<T>,B extends InputBuilder<T,C,B>> - Interface in com.holonplatform.vaadin7.components.builders
-
Builder to create
Input instances.
- InputConfigurator<T,B extends InputConfigurator<T,B>> - Interface in com.holonplatform.vaadin7.components.builders
-
Interface to configure a
Input component.
- InputConfigurator.BaseFieldConfigurator<T> - Interface in com.holonplatform.vaadin7.components.builders
-
Base field configurator.
- inputPrompt(String) - Method in interface com.holonplatform.vaadin7.components.builders.TextInputBuilder
-
Sets the input prompt - a textual prompt that is displayed when the field would otherwise be empty, to prompt the
user for input.
- inputPrompt(String, String, Object...) - Method in interface com.holonplatform.vaadin7.components.builders.TextInputBuilder
-
Sets the input prompt - a textual prompt that is displayed when the field would otherwise be empty, to prompt the
user for input - using a localizable messageCode.
- inputPrompt(Localizable) - Method in interface com.holonplatform.vaadin7.components.builders.TextInputBuilder
-
Sets the input prompt - a textual prompt that is displayed when the field would otherwise be empty, to prompt the
user for input - using a Localizable message.
- isAndroid() - Method in interface com.holonplatform.vaadin7.device.UserAgentInspector
-
Android check
- isAndroidPhone() - Method in interface com.holonplatform.vaadin7.device.UserAgentInspector
-
Android phone check
- isAndroidTablet() - Method in interface com.holonplatform.vaadin7.device.UserAgentInspector
-
Android tablet check
- isAscending() - Method in interface com.holonplatform.vaadin7.data.ItemDataSource.ItemSort
-
Sort direction
- isBuffered() - Method in interface com.holonplatform.vaadin7.components.ItemListing
-
Get whether the listing is in buffered mode.
- isBuffered() - Method in interface com.holonplatform.vaadin7.data.ItemDataSource
-
Get whether the data source is in buffered mode.
- isEmpty() - Method in interface com.holonplatform.vaadin7.components.ValueHolder
-
Returns whether this value holder is considered to be empty, according to its current value.
- isFooterVisible() - Method in interface com.holonplatform.vaadin7.components.ItemListing
-
Returns whether the listing footer is visible.
- isGameConsole() - Method in interface com.holonplatform.vaadin7.device.UserAgentInspector
-
Game console check
- isInvalid() - Method in interface com.holonplatform.vaadin7.components.ValidationStatusHandler.ValidationStatusEvent
-
Gets whether the validation failed or not.
- isIOs() - Method in interface com.holonplatform.vaadin7.device.UserAgentInspector
-
iOS check
- isIPad() - Method in interface com.holonplatform.vaadin7.device.UserAgentInspector
-
iPad check
- isIPhone() - Method in interface com.holonplatform.vaadin7.device.UserAgentInspector
-
iPhone check
- isIPod() - Method in interface com.holonplatform.vaadin7.device.UserAgentInspector
-
iPod check
- isItemDetailsVisible(T) - Method in interface com.holonplatform.vaadin7.components.ItemListing
-
Gets whether the row details component for given item is visible.
- isKindle() - Method in interface com.holonplatform.vaadin7.device.UserAgentInspector
-
Kindle check
- isMobile() - Method in interface com.holonplatform.vaadin7.device.UserAgentInspector
-
Mobile device check
- isModal() - Method in interface com.holonplatform.vaadin7.components.Dialog
-
Returns whether the dialog is modal.
- isNintendo() - Method in interface com.holonplatform.vaadin7.device.UserAgentInspector
-
Nintendo check
- isPlaystation() - Method in interface com.holonplatform.vaadin7.device.UserAgentInspector
-
PlayStation check
- isPropertyReadOnly(PROPERTY) - Method in interface com.holonplatform.vaadin7.data.ItemDataSource.Configuration
-
Get whether the given property is read only.
- isPropertySortable(PROPERTY) - Method in interface com.holonplatform.vaadin7.data.ItemDataSource.Configuration
-
Get whether the given property is sortable.
- isReadOnly() - Method in interface com.holonplatform.vaadin7.components.Input
-
Returns whether this input component is in read-only mode or not.
- isRequired() - Method in interface com.holonplatform.vaadin7.components.Input
-
Gets whether the field is required.
- isSelected(T) - Method in interface com.holonplatform.vaadin7.components.Selectable
-
Returns whether the given item is selected.
- isSmartphone() - Method in interface com.holonplatform.vaadin7.device.UserAgentInspector
-
Smartphone check
- isTablet() - Method in interface com.holonplatform.vaadin7.device.UserAgentInspector
-
Tablet check
- isValid() - Method in interface com.holonplatform.vaadin7.components.Validatable
-
Check if the current value is valid, swallowing any validation exception.
- isValidateOnValueChange() - Method in interface com.holonplatform.vaadin7.components.ValidatableInput
-
Gets whether to validate the value, using registered
Validators, every time the
Input value
changes.
- isWebKit() - Method in interface com.holonplatform.vaadin7.device.UserAgentInspector
-
WebKit check
- isWindowsPhone() - Method in interface com.holonplatform.vaadin7.device.UserAgentInspector
-
Windows phone check
- isXbox() - Method in interface com.holonplatform.vaadin7.device.UserAgentInspector
-
Xbox check
- itemAdapter(ItemAdapter<ITEM>) - Method in interface com.holonplatform.vaadin7.components.builders.ItemDataSourceComponentBuilder
-
Set the item adapter to use to convert data source items into container items and back.
- itemAdapter(ItemAdapter<PropertyBox>) - Method in interface com.holonplatform.vaadin7.components.builders.PropertySelectInputBuilder
-
Set the item adapter to use to convert data source items into container items and back.
- itemAdapter(ItemAdapter<ITEM>) - Method in interface com.holonplatform.vaadin7.components.builders.SelectItemDataSourceBuilder
-
Set the item adapter to use to convert data source items into container items and back.
- ItemAdapter<ITEM> - Interface in com.holonplatform.vaadin7.data.container
-
Adapter to convert data source item data type to a container Item and back.
- itemAdapter(ItemAdapter<ITEM>) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainerBuilder
-
Set the item adapter to convert data source item data type to a container Item and back.
- itemCaption(ITEM, Localizable) - Method in interface com.holonplatform.vaadin7.components.builders.BaseSelectInputBuilder
-
Set an explicit caption for given item.
- itemCaption(ITEM, String) - Method in interface com.holonplatform.vaadin7.components.builders.BaseSelectInputBuilder
-
Set an explicit caption for given item.
- itemCaption(ITEM, String, String) - Method in interface com.holonplatform.vaadin7.components.builders.BaseSelectInputBuilder
-
Set an explicit caption for given item.
- itemCaptionGenerator(ItemSet.ItemCaptionGenerator<ITEM>) - Method in interface com.holonplatform.vaadin7.components.builders.BaseSelectInputBuilder
-
Set the item caption generator to use to display item captions.
- ItemDataProvider<ITEM> - Interface in com.holonplatform.vaadin7.data
-
Iterface to load items data from a data source.
- ItemDataSource<ITEM,PROPERTY> - Interface in com.holonplatform.vaadin7.data
-
Represents an item set data source, providing operations to retrieve items by id and change the item set composition
adding a removing items.
- ItemDataSource.CommitHandler<ITEM> - Interface in com.holonplatform.vaadin7.data
-
Data source commit handler to perform concrete persistence operations when data is committed invoking
ItemDataSource.commit().
- ItemDataSource.Configuration<PROPERTY> - Interface in com.holonplatform.vaadin7.data
-
- ItemDataSource.ItemAction - Enum in com.holonplatform.vaadin7.data
-
Item actions enumeration.
- ItemDataSource.ItemSort<PROPERTY> - Interface in com.holonplatform.vaadin7.data
-
An item sort directive.
- ItemDataSource.PropertySortGenerator<PROPERTY> - Interface in com.holonplatform.vaadin7.data
-
QuerySort generator to provide query sorts for an item property.
- ItemDataSourceComponentBuilder<ITEM,C extends com.vaadin.ui.Component,B extends ItemDataSourceComponentBuilder<ITEM,C,B>> - Interface in com.holonplatform.vaadin7.components.builders
-
Builder for components with
ItemDataSource and item property configuration support.
- ItemDataSourceContainer<ITEM,PROPERTY> - Interface in com.holonplatform.vaadin7.data.container
-
- ItemDataSourceContainerBuilder<ITEM,PROPERTY,B extends ItemDataSourceContainerBuilder<ITEM,PROPERTY,B>> - Interface in com.holonplatform.vaadin7.data.container
-
- ItemDataSourceContainerBuilder.BaseItemDataSourceContainerBuilder<ITEM,PROPERTY> - Interface in com.holonplatform.vaadin7.data.container
-
- itemDescriptionGenerator(ItemListing.ItemDescriptionGenerator<T>) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
- itemIcon(ITEM, Resource) - Method in interface com.holonplatform.vaadin7.components.builders.BaseSelectInputBuilder
-
Sets the icon for an item.
- itemIconGenerator(ItemSet.ItemIconGenerator<ITEM>) - Method in interface com.holonplatform.vaadin7.components.builders.BaseSelectInputBuilder
-
Set the item icon generator to use to display item icons.
- itemIdentifier(ItemIdentifierProvider<ITEM, ID>) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainerBuilder
-
Set the item identifier provider to use to obtain item ids.
- ItemIdentifierProvider<ITEM,ID> - Interface in com.holonplatform.vaadin7.data
-
Provider to obtain the identifier of an item.
- ItemListing<T,P> - Interface in com.holonplatform.vaadin7.components
-
A component to display a set of items as tabular data, using item properties as column ids.
- ItemListing.CellStyleGenerator<T,P> - Interface in com.holonplatform.vaadin7.components
-
Generator to provide the style names for a cell.
- ItemListing.ColumnAlignment - Enum in com.holonplatform.vaadin7.components
-
Enumeration of column content alignment options
- ItemListing.ItemClickListener<T,P> - Interface in com.holonplatform.vaadin7.components
-
Listener for user click events on an item (a listing row).
- ItemListing.ItemDescriptionGenerator<T> - Interface in com.holonplatform.vaadin7.components
-
Item descriptions generator.
- ItemListing.ItemDetailsGenerator<T> - Interface in com.holonplatform.vaadin7.components
-
Generator for item (row) details components.
- ItemListing.PropertyReorderListener<P> - Interface in com.holonplatform.vaadin7.components
-
Listener for column reordering events.
- ItemListing.PropertyResizeListener<P> - Interface in com.holonplatform.vaadin7.components
-
Listener for column resizing events.
- ItemListing.PropertyVisibilityListener<P> - Interface in com.holonplatform.vaadin7.components
-
Listener for column visibility change events.
- ItemListing.RowStyleGenerator<T> - Interface in com.holonplatform.vaadin7.components
-
Generator to provide the style names for an item row.
- ItemListingBuilder<T,P,C extends ItemListing<T,P>,B extends ItemListingBuilder<T,P,C,B,X>,X extends com.vaadin.ui.Component> - Interface in com.holonplatform.vaadin7.components.builders
-
- ItemListingBuilder.BaseGridItemListingBuilder<T,P,C extends ItemListing<T,P>,B extends ItemListingBuilder.BaseGridItemListingBuilder<T,P,C,B>> - Interface in com.holonplatform.vaadin7.components.builders
-
Base builder to create an
ItemListing with a
Grid as backing component.
- ItemListingBuilder.BaseTableItemListingBuilder<T,P,C extends ItemListing<T,P>,B extends ItemListingBuilder.BaseTableItemListingBuilder<T,P,C,B>> - Interface in com.holonplatform.vaadin7.components.builders
-
Base builder to create an
ItemListing with a
Table as backing component.
- ItemListingBuilder.FooterBuilder - Interface in com.holonplatform.vaadin7.components.builders
-
Builder to create and manage Footer rows.
- ItemListingBuilder.GridFooterGenerator<T,P> - Interface in com.holonplatform.vaadin7.components.builders
-
Generator for footer contents.
- ItemListingBuilder.GridItemListingBuilder<T> - Interface in com.holonplatform.vaadin7.components.builders
-
Builder to create an
ItemListing with a
Grid as backing component.
- ItemListingBuilder.GridSection<ROWTYPE extends com.vaadin.ui.Grid.StaticSection.StaticRow<?>> - Interface in com.holonplatform.vaadin7.components.builders
-
- ItemListingBuilder.HeaderBuilder - Interface in com.holonplatform.vaadin7.components.builders
-
Builder to create and manage Header rows.
- ItemListingBuilder.TableFooterGenerator<T,P> - Interface in com.holonplatform.vaadin7.components.builders
-
Generator for footer contents.
- ItemListingBuilder.TableItemListingBuilder<T> - Interface in com.holonplatform.vaadin7.components.builders
-
Builder to create an
ItemListing with a
Table as backing component.
- ItemRefresher<ITEM> - Interface in com.holonplatform.vaadin7.data
-
Data interface to refresh item data.
- items(Iterable<ITEM>) - Method in interface com.holonplatform.vaadin7.components.builders.SelectInputBuilder
-
Set the given items as selection item set.
- items(ITEM...) - Method in interface com.holonplatform.vaadin7.components.builders.SelectInputBuilder
-
Set the given items as selection item set.
- items(Class<T>) - Static method in interface com.holonplatform.vaadin7.components.Components.listing
-
Builder to create an
ItemListing instance using a
Grid as backing component.
- ItemSet - Interface in com.holonplatform.vaadin7.components
-
Implemented by components which support an item set as data source.
- ItemSet.ItemCaptionGenerator<ITEM> - Interface in com.holonplatform.vaadin7.components
-
Item caption generator.
- ItemSet.ItemIconGenerator<ITEM> - Interface in com.holonplatform.vaadin7.components
-
Item icon generator.
- ItemSetCounter - Interface in com.holonplatform.vaadin7.data
-
Data interface to obtain the size of an item set.
- ItemSetLoader<ITEM> - Interface in com.holonplatform.vaadin7.data
-
Data interface to load a set of items.
- itemsUsingTable(Class<T>) - Static method in interface com.holonplatform.vaadin7.components.Components.listing
-
Builder to create an
ItemListing instance using a
Table as backing component.
- pageLength(int) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.BaseTableItemListingBuilder
-
Sets the page length.
- panel() - Static method in interface com.holonplatform.vaadin7.components.Components
-
Gets a builder to create Panels.
- PanelBuilder - Interface in com.holonplatform.vaadin7.components.builders
-
Builder to create Panel instances.
- parseErrorMessage(String) - Method in interface com.holonplatform.vaadin7.components.builders.CalendarInputBuilder
-
Sets the default error message used if the DateField cannot parse the text input by user to a Date field.
- parseErrorMessage(String, String, Object...) - Method in interface com.holonplatform.vaadin7.components.builders.CalendarInputBuilder
-
Sets the default error message used if the DateField cannot parse the text input by user to a Date field, using a
localizable messageCode.
- parseErrorMessage(Localizable) - Method in interface com.holonplatform.vaadin7.components.builders.CalendarInputBuilder
-
Sets the default error message used if the DateField cannot parse the text input by user to a Date field, using a
Localizable message.
- position(int, int) - Method in interface com.holonplatform.vaadin7.components.Dialog.Builder
-
Sets the position of the dialog window on the screen.
- position(int, int) - Method in interface com.holonplatform.vaadin7.navigator.ViewWindowConfigurator
-
Sets the position of the view window on the screen.
- prependRow() - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.GridSection
-
Adds a new row at the top of the section.
- primaryStyleName(String) - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Changes the primary style name of the component.
- process(Component) - Method in interface com.holonplatform.vaadin7.components.builders.ComponentPostProcessor
-
Process the given component.
- process(Property<?>, B) - Method in interface com.holonplatform.vaadin7.components.PropertyBinding.PostProcessor
-
Process the given component
- properties(P...) - Static method in interface com.holonplatform.vaadin7.components.Components.listing
-
Builder to create an
PropertyListing instance using a
Grid as backing component.
- properties(Iterable<P>) - Static method in interface com.holonplatform.vaadin7.components.Components.listing
-
Builder to create an
PropertyListing instance using a
Grid as backing component.
- properties(P...) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup.Builder
-
- properties(Iterable<P>) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup.Builder
-
- properties(P...) - Method in interface com.holonplatform.vaadin7.components.PropertyViewGroup.Builder
-
- properties(Iterable<P>) - Method in interface com.holonplatform.vaadin7.components.PropertyViewGroup.Builder
-
- propertiesUsingTable(P...) - Static method in interface com.holonplatform.vaadin7.components.Components.listing
-
Builder to create an
PropertyListing instance using a
Table as backing component.
- propertiesUsingTable(Iterable<P>) - Static method in interface com.holonplatform.vaadin7.components.Components.listing
-
Builder to create an
PropertyListing instance using a
Table as backing component.
- propertiesValidationStatusHandler(ValidationStatusHandler) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup.Builder
-
- property(Property<T>, BaseSelectInputBuilder.RenderingMode) - Static method in interface com.holonplatform.vaadin7.components.MultiSelect
-
Gets a builder to create a
MultiSelect with a
PropertyBox items data source with
Property
as item properties.
- property(Property<T>) - Static method in interface com.holonplatform.vaadin7.components.MultiSelect
-
Gets a builder to create a
MultiSelect with a
PropertyBox items data source with
Property
as item properties.
- property(Property<T>, BaseSelectInputBuilder.RenderingMode) - Static method in interface com.holonplatform.vaadin7.components.SingleSelect
-
Gets a builder to create a
SingleSelect with a
PropertyBox items data source with
Property as item properties.
- property(Property<T>) - Static method in interface com.holonplatform.vaadin7.components.SingleSelect
-
Gets a builder to create a
SingleSelect with a
PropertyBox items data source with
Property as item properties.
- PropertyBinding<T,B> - Interface in com.holonplatform.vaadin7.components
-
Represents a binding between a Property and a specific type component.
- PropertyBinding.PostProcessor<B> - Interface in com.holonplatform.vaadin7.components
-
Callback interface to perform configuration operations on a component bound to a Property.
- PropertyBoxItem - Interface in com.holonplatform.vaadin7.data.container
-
A container Item which uses a PropertyBox instance to hold and provide item property values.
- propertyCaption(Property<?>, Localizable) - Method in interface com.holonplatform.vaadin7.components.PropertyInputForm.PropertyInputFormBuilder
-
Set the caption for the input component bound to given property.
- propertyCaption(Property<?>, String) - Method in interface com.holonplatform.vaadin7.components.PropertyInputForm.PropertyInputFormBuilder
-
Set the caption for the input component bound to given property.
- propertyCaption(Property<?>, String, String, Object...) - Method in interface com.holonplatform.vaadin7.components.PropertyInputForm.PropertyInputFormBuilder
-
Set the caption for the input component bound to given property.
- propertyCaption(Property<?>, Localizable) - Method in interface com.holonplatform.vaadin7.components.PropertyViewForm.PropertyViewFormBuilder
-
Set the caption for the view component bound to given property.
- propertyCaption(Property<?>, String) - Method in interface com.holonplatform.vaadin7.components.PropertyViewForm.PropertyViewFormBuilder
-
Set the caption for the view component bound to given property.
- propertyCaption(Property<?>, String, String, Object...) - Method in interface com.holonplatform.vaadin7.components.PropertyViewForm.PropertyViewFormBuilder
-
Set the caption for the view component bound to given property.
- propertyGroup() - Static method in interface com.holonplatform.vaadin7.components.Components.input
-
- propertyGroup() - Static method in interface com.holonplatform.vaadin7.components.Components.view
-
- PropertyInputForm - Interface in com.holonplatform.vaadin7.components
-
- PropertyInputForm.PropertyInputFormBuilder<C extends com.vaadin.ui.Component> - Interface in com.holonplatform.vaadin7.components
-
- PropertyInputGroup - Interface in com.holonplatform.vaadin7.components
-
A class to manage a group of
Inputs bound to a
Property set, loading and obtaining property values in
and from
Inputs using the
PropertyBox data container type.
- PropertyInputGroup.Builder<G extends PropertyInputGroup,B extends PropertyInputGroup.Builder<G,B>> - Interface in com.holonplatform.vaadin7.components
-
- PropertyInputGroup.DefaultValueProvider<T> - Interface in com.holonplatform.vaadin7.components
-
Interface to provide the default value for a Property.
- PropertyInputGroup.OverallValidationException - Exception in com.holonplatform.vaadin7.components
-
Validator.ValidationException extension to discern inputs validation and overall container validation exceptions.
- PropertyInputGroup.PropertyInputGroupBuilder - Interface in com.holonplatform.vaadin7.components
-
- PropertyListing - Interface in com.holonplatform.vaadin7.components
-
An
ItemListing component using
Propertys as item properties and
PropertyBox as item data
type.
- PropertyListingBuilder<B extends PropertyListingBuilder<B,X>,X extends com.vaadin.ui.Component> - Interface in com.holonplatform.vaadin7.components.builders
-
An
ItemListingBuilder using
Property as item properties and
PropertyBox as item data type.
- PropertyListingBuilder.GridPropertyListingBuilder - Interface in com.holonplatform.vaadin7.components.builders
-
Builder to create
PropertyListing components using a
Grid as backing component.
- PropertyListingBuilder.TablePropertyListingBuilder - Interface in com.holonplatform.vaadin7.components.builders
-
Builder to create
PropertyListing components using a
Table as backing component.
- PropertySelectInputBuilder<T,C extends Input<T>,S,B extends PropertySelectInputBuilder<T,C,S,B>> - Interface in com.holonplatform.vaadin7.components.builders
-
Builder to create selection
Inputs with
Property data source support.
- PropertySetBound - Interface in com.holonplatform.vaadin7.components
-
Represents an object bound to a Property set.
- propertyStream() - Method in interface com.holonplatform.vaadin7.components.PropertySetBound
-
Get a
Stream of the properties to which this component is bound.
- PropertyValueComponentSource - Interface in com.holonplatform.vaadin7.components
-
- PropertyViewForm - Interface in com.holonplatform.vaadin7.components
-
- PropertyViewForm.PropertyViewFormBuilder<C extends com.vaadin.ui.Component> - Interface in com.holonplatform.vaadin7.components
-
- PropertyViewGroup - Interface in com.holonplatform.vaadin7.components
-
Provides functionalities to build and manage a group of
ViewComponents bound to a
Property set.
- PropertyViewGroup.Builder<G extends PropertyViewGroup,B extends PropertyViewGroup.Builder<G,B>> - Interface in com.holonplatform.vaadin7.components
-
- PropertyViewGroup.PropertyViewGroupBuilder - Interface in com.holonplatform.vaadin7.components
-
- PropertyViewGroup.ViewComponentPropertyRenderer<T> - Interface in com.holonplatform.vaadin7.components
-
- rangeEnd(T) - Method in interface com.holonplatform.vaadin7.components.builders.CalendarInputBuilder
-
Sets the end range for this component.
- rangeStart(T) - Method in interface com.holonplatform.vaadin7.components.builders.CalendarInputBuilder
-
Sets the start range for this component.
- readOnly() - Method in interface com.holonplatform.vaadin7.components.builders.InputConfigurator
-
Set the input component as read-only.
- readOnly(P, boolean) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
Set whether given property is read-only.
- readOnly(Property<T>) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup.Builder
-
Set the given property as read-only.
- readOnly(PROPERTY, boolean) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainerBuilder
-
Set whether given property id is read-only.
- refresh() - Method in interface com.holonplatform.vaadin7.components.ItemSet
-
Refresh items set.
- refresh(ITEM) - Method in interface com.holonplatform.vaadin7.data.ItemDataProvider
-
- refresh() - Method in interface com.holonplatform.vaadin7.data.ItemDataSource
-
Refresh data source items.
- refresh(ITEM) - Method in interface com.holonplatform.vaadin7.data.ItemDataSource
-
Refresh given item in data source
- refresh(ITEM) - Method in interface com.holonplatform.vaadin7.data.ItemRefresher
-
Refresh given item from concrete data store.
- refreshItem(T) - Method in interface com.holonplatform.vaadin7.components.ItemListing
-
Refresh given item in data source
- refreshItem(Object) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainer
-
Refresh given the item identified by given itemId in data source
- Registration - Interface in com.holonplatform.vaadin7
-
A registration object for removing an event listener added to a source.
- remove(ITEM) - Method in interface com.holonplatform.vaadin7.data.ItemDataSource
-
Removes given item from the data source.
- remove() - Method in interface com.holonplatform.vaadin7.Registration
-
Removes the associated listener from the event source.
- removeItem(T) - Method in interface com.holonplatform.vaadin7.components.ItemListing
-
Removes given item from the data source.
- removeProperty(String) - Method in class com.holonplatform.vaadin7.js.ElementPropertyHandler
-
Remove an HTML property in the element bound to the extended Component
- removeQueryParameter(String) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainer
-
Remove a query parameter
- removeRow(ROWTYPE) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.GridSection
-
Removes the given row from the section.
- removeRow(int) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.GridSection
-
Removes the row at the given position from the section.
- removeViewChangeListener(ViewChangeListener) - Method in interface com.holonplatform.vaadin7.navigator.ViewNavigator
-
Removes a view change listener
- render(String, Renderer<?>) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.GridItemListingBuilder
-
Set a custom Renderer for given item property.
- render(String, Converter<V, P>, Renderer<? super P>) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.GridItemListingBuilder
-
Set a custom Renderer and Converter for given item property.
- render(Property<T>, Renderer<? super T>) - Method in interface com.holonplatform.vaadin7.components.builders.PropertyListingBuilder.GridPropertyListingBuilder
-
Set a custom Renderer for given item property.
- render(Property<T>, Converter<P, T>, Renderer<? super P>) - Method in interface com.holonplatform.vaadin7.components.builders.PropertyListingBuilder.GridPropertyListingBuilder
-
Set a custom Renderer and Converter for given item property.
- render(Property<? extends T>) - Method in interface com.holonplatform.vaadin7.components.Input.InputFieldPropertyRenderer
-
- renderField(Property<? extends T>) - Method in interface com.holonplatform.vaadin7.components.Input.InputFieldPropertyRenderer
-
Render given property as consistent value type Field to handle the property value.
- replaceStyleName(String) - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Sets one or more user-defined style names of the component, replacing any previous user-defined styles.
- require() - Static method in interface com.holonplatform.vaadin7.device.DeviceInfo
-
- require() - Static method in interface com.holonplatform.vaadin7.navigator.ViewNavigator
-
- required(Property<?>) - Method in interface com.holonplatform.vaadin7.components.builders.PropertyListingBuilder
-
Set the given property as required in the item listing editor.
- required(Property<?>, Localizable) - Method in interface com.holonplatform.vaadin7.components.builders.PropertyListingBuilder
-
Set the given property as required in the item listing editor.
- required(Property<?>, String, String, Object...) - Method in interface com.holonplatform.vaadin7.components.builders.PropertyListingBuilder
-
Set the given property as required in the item listing editor.
- required(Property<?>, String) - Method in interface com.holonplatform.vaadin7.components.builders.PropertyListingBuilder
-
Set the given property as required.
- required() - Method in interface com.holonplatform.vaadin7.components.builders.ValidatableInputBuilder
-
Sets the
Input as required.
- required(Validator<T>) - Method in interface com.holonplatform.vaadin7.components.builders.ValidatableInputBuilder
-
Set the
Input as required, using given
Validator to check the input value.
- required(Localizable) - Method in interface com.holonplatform.vaadin7.components.builders.ValidatableInputBuilder
-
Sets the
Input as required, using given message as validation error message.
- required(String, String, Object...) - Method in interface com.holonplatform.vaadin7.components.builders.ValidatableInputBuilder
-
Sets the
Input as required, using given message as validation error message.
- required(String) - Method in interface com.holonplatform.vaadin7.components.builders.ValidatableInputBuilder
-
Sets the
Input as required, using given message as validation error message.
- required(Property<T>) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup.Builder
-
Set the given property as required.
- required(Property<T>, Validator<T>) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup.Builder
-
Set the given property as required, using given Validator to check the property value.
- required(Property<T>, Localizable) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup.Builder
-
Set the given property as required.
- required(Property<T>, String, String, Object...) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup.Builder
-
Set the given property as required.
- required(Property<T>, String) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup.Builder
-
Set the given property as required.
- resizable(P, boolean) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.BaseGridItemListingBuilder
-
Sets whether the column which corresponds to given property is resizable by the user.
- resizable(boolean) - Method in interface com.holonplatform.vaadin7.components.Dialog.Builder
-
Set whether the dialog is resizable.
- resizable(boolean) - Method in interface com.holonplatform.vaadin7.navigator.ViewWindowConfigurator
-
Sets whether to allow the view Window to be resized.
- resolution(int) - Method in interface com.holonplatform.vaadin7.components.builders.SliderInputBuilder
-
Set a new resolution for the slider.
- responsive() - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Enables responsiveness for this component
- restore(ItemDataSource.Configuration<?>, Item) - Method in interface com.holonplatform.vaadin7.data.container.ItemAdapter
-
Restore item data from given container item.
- rowExpandRatio(int, float) - Method in interface com.holonplatform.vaadin7.components.builders.GridLayoutBuilder
-
Sets the expand ratio of given row.
- rowGenerator(Table.RowGenerator) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.BaseTableItemListingBuilder
-
Set the table row generator
- rows(int) - Method in interface com.holonplatform.vaadin7.components.builders.GridLayoutBuilder
-
Set the number of rows of the grid
- rows(int) - Method in interface com.holonplatform.vaadin7.components.builders.StringInputBuilder
-
If field is rendered as a text area in UI, set the number of rows of the text area
- scrollToItem(T) - Method in interface com.holonplatform.vaadin7.components.ItemListing
-
Scrolls listing viewport to show the given item , if present.
- scrollToSelectedItem(boolean) - Method in interface com.holonplatform.vaadin7.components.builders.BaseSelectInputBuilder.SingleSelectConfigurator
-
Sets whether to scroll the selected item visible (directly open the page on which it is) when opening the
combo box popup or not.
- scrollToTop() - Method in interface com.holonplatform.vaadin7.components.ItemListing
-
Scrolls listing rows to top (i.e. to the first row, if any)
- SecretInputBuilder - Interface in com.holonplatform.vaadin7.components.builders
-
Builder to create
String type
Input instances with hidden input, used to enter secret text
information like passwords.
- secretString() - Static method in interface com.holonplatform.vaadin7.components.Components.input
-
Gets a builder to create
String type
Inputs which not display user input on screen, used to
enter secret text information like passwords.
- select(Iterable<T>) - Method in interface com.holonplatform.vaadin7.components.MultiSelect
-
Adds the given item to the set of currently selected items.
- select(T...) - Method in interface com.holonplatform.vaadin7.components.MultiSelect
-
Adds the given item to the set of currently selected items.
- select(T) - Method in interface com.holonplatform.vaadin7.components.MultiSelect
-
- select(T) - Method in interface com.holonplatform.vaadin7.components.Selectable
-
Selects the given item.
- Selectable<T> - Interface in com.holonplatform.vaadin7.components
-
Represents a component which supports items selection.
- Selectable.SelectionEvent<T> - Interface in com.holonplatform.vaadin7.components
-
Selection event.
- Selectable.SelectionListener<T> - Interface in com.holonplatform.vaadin7.components
-
A listener for listening for selection changes from a
Selectable.
- Selectable.SelectionMode - Enum in com.holonplatform.vaadin7.components
-
Selection modes enumeration.
- selectAll() - Method in interface com.holonplatform.vaadin7.components.ItemListing
-
Select all available items.
- selectAll() - Method in interface com.holonplatform.vaadin7.components.MultiSelect
-
Selects all available the items.
- SelectInputBuilder<T,C extends Input<T>,S,ITEM,B extends SelectInputBuilder<T,C,S,ITEM,B>> - Interface in com.holonplatform.vaadin7.components.builders
-
Builder to create selection
Inputs.
- selectionMode(Selectable.SelectionMode) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
Set the listing selection mode.
- SelectItemDataSourceBuilder<T,C extends Input<T>,S,ITEM,B extends SelectItemDataSourceBuilder<T,C,S,ITEM,B>> - Interface in com.holonplatform.vaadin7.components.builders
-
- SESSION_ATTRIBUTE_NAME - Static variable in interface com.holonplatform.vaadin7.device.DeviceInfo
-
Name of the session attribute to cache DeviceInfo instance
- setAutoRefresh(boolean) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainer
-
Set if auto-refresh is enabled for this container, i.e. items are loaded when one of the Container method which
involve operations on item set is called.
- setCommitHandler(ItemDataSource.CommitHandler<ITEM>) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainer
-
Handler to manage items and item set modifications.
- setDefaultRow(ROWTYPE) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.GridSection
-
Sets the default row of the section.
- setDefaultSort(QuerySort) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainer
-
Set query default sort.
- setEnabled(boolean) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup
-
Updates the enabled state of all the group inputs.
- setEventHandler(String, String) - Method in class com.holonplatform.vaadin7.js.ElementPropertyHandler
-
Set an event handler with given eventName in the element bound to the extended Component using given
JavaScript content.
- setFixedFilter(QueryFilter) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainer
-
Set query fixed filter (always added to query predicates)
- setFixedSort(QuerySort) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainer
-
Set query fixed sort (always added to query sorts)
- setFooterVisible(boolean) - Method in interface com.holonplatform.vaadin7.components.ItemListing
-
Sets whether the listing footer is visible.
- setItemDetailsVisible(T, boolean) - Method in interface com.holonplatform.vaadin7.components.ItemListing
-
Set whether to show the row details component for given item.
- setMaxCacheSize(int) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainer
-
Set max items cache size
- setModal(boolean) - Method in interface com.holonplatform.vaadin7.components.Dialog
-
Sets whether the dialog is modal.
- setProperty(String, Object) - Method in class com.holonplatform.vaadin7.js.ElementPropertyHandler
-
Set a custom HTML property in the element bound to the extended Component
- setPropertyColumnVisible(P, boolean) - Method in interface com.holonplatform.vaadin7.components.ItemListing
-
Show or hide the column bound to given property.
- setPropertyDefaultValue(PROPERTY, Object) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainer
-
Set a default value to initialize the given propertyId
- setPropertyReadOnly(PROPERTY, boolean) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainer
-
Set whether the given propertyId is read-only
- setPropertySortable(PROPERTY, boolean) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainer
-
Set whether the given propertyId can partecipate in container sorting
- setPropertySortGenerator(PROPERTY, ItemDataSource.PropertySortGenerator<PROPERTY>) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainer
-
Set a PropertySortGenerator to generate QuerySorts for given property
- setReadOnly(boolean) - Method in interface com.holonplatform.vaadin7.components.Input
-
Sets the read-only mode of this input component.
- setReadOnly(boolean) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup
-
Set the read-only mode for all the group inputs.
- setRequired(boolean) - Method in interface com.holonplatform.vaadin7.components.Input
-
Sets the field as required.
- setSelectionMode(Selectable.SelectionMode) - Method in interface com.holonplatform.vaadin7.components.ItemListing
-
Set the listing selection mode
- setup() - Method in class com.holonplatform.vaadin7.spring.utils.AbstractVaadinSpringTest
-
- setValidateOnValueChange(boolean) - Method in interface com.holonplatform.vaadin7.components.ValidatableInput
-
Sets whether to validate the value, using registered
Validators, every time the
Input value
changes.
- setValidationStatusHandler(ValidationStatusHandler) - Method in interface com.holonplatform.vaadin7.components.ValidatableInput
-
- setValue(PropertyBox, boolean) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup
-
- setValue(PropertyBox) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup
-
- setValue(PropertyBox) - Method in interface com.holonplatform.vaadin7.components.PropertyViewGroup
-
- setValue(V) - Method in interface com.holonplatform.vaadin7.components.ValueHolder
-
Sets the value of this value holder.
- showISOWeekNumbers(boolean) - Method in interface com.holonplatform.vaadin7.components.builders.CalendarInputBuilder
-
Sets the visibility of ISO 8601 week numbers in the date selector.
- showSeconds() - Method in interface com.holonplatform.vaadin7.components.builders.TemporalInputBuilder.TemporalWithTimeFieldBuilder
-
Sets to show and handle time seconds
- SingleComponentContainerBuilder<C extends com.vaadin.ui.SingleComponentContainer,B extends SingleComponentContainerBuilder<C,B>> - Interface in com.holonplatform.vaadin7.components.builders
-
Builder for SingleComponentContainer components type creation.
- SinglePropertySelectInputBuilder<T> - Interface in com.holonplatform.vaadin7.components.builders
-
Builder to create a single selection
Input with
Property data source support.
- singleSelect(Class<? extends T>, BaseSelectInputBuilder.RenderingMode) - Static method in interface com.holonplatform.vaadin7.components.Components.input
-
Gets a builder to create a single selection
Input.
- singleSelect(Class<? extends T>) - Static method in interface com.holonplatform.vaadin7.components.Components.input
-
- singleSelect(Property<T>, BaseSelectInputBuilder.RenderingMode) - Static method in interface com.holonplatform.vaadin7.components.Components.input
-
Gets a builder to create a
SingleSelect with a
PropertyBox items data source with
Property as item properties.
- singleSelect(Property<T>) - Static method in interface com.holonplatform.vaadin7.components.Components.input
-
Gets a builder to create a
SingleSelect with a
PropertyBox items data source with
Property as item properties.
- SingleSelect<T> - Interface in com.holonplatform.vaadin7.components
-
A
Selectable component in which at most one item can be selected at a time.
- SingleSelectInputBuilder<T> - Interface in com.holonplatform.vaadin7.components.builders
-
Builder to create a single selection
Input.
- size() - Method in interface com.holonplatform.vaadin7.data.ItemDataSource
-
Returns current data source size (considering any applied filter), i.e. the total number of available items.
- size(QueryConfigurationProvider) - Method in interface com.holonplatform.vaadin7.data.ItemSetCounter
-
Get the data source item set size (number of items) according to given configuration.
- sizeUndefined() - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Clears any size settings
- skip() - Method in interface com.holonplatform.vaadin7.components.builders.GridLayoutBuilder
-
Moves the cursor forward by one.
- SliderInputBuilder<T extends Number> - Interface in com.holonplatform.vaadin7.components.builders
-
Builder to create Slider
Inputs.
- sort(ItemDataSource.ItemSort<P>...) - Method in interface com.holonplatform.vaadin7.components.ItemListing
-
- sort(ItemDataSource.ItemSort<PROPERTY>...) - Method in interface com.holonplatform.vaadin7.data.ItemDataSource
-
- sortable(P, boolean) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
Set whether given property is sortable.
- sortable(PROPERTY, boolean) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainerBuilder
-
Set whether given property id is sortable.
- sortGenerator(P, ItemDataSource.PropertySortGenerator<P>) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
- sortUsing(P, Path<?>) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
Declares to use specified Path to generate query sorts for given property.
- spacing() - Method in interface com.holonplatform.vaadin7.components.builders.LayoutConfigurator
-
Enable spacing between child components within the layout.
- SpringViewNavigator - Interface in com.holonplatform.vaadin7.spring
-
- SpringViewNavigator.Builder - Interface in com.holonplatform.vaadin7.spring
-
- StatefulView - Annotation Type in com.holonplatform.vaadin7.navigator.annotations
-
Mark a View class as stateful in relation to application UI lifecycle.
- stopOverallValidationAtFirstFailure(boolean) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup.Builder
-
Set whether to stop overall validation at first validation failure.
- stopValidationAtFirstFailure(boolean) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup.Builder
-
Set whether to stop validation at first validation failure.
- stream() - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup
-
Return a
Stream of the properties and their bound
Inputs of this input group.
- stream() - Method in interface com.holonplatform.vaadin7.components.PropertyViewGroup
-
- streamOfValueComponents() - Method in interface com.holonplatform.vaadin7.components.PropertyValueComponentSource
-
- string() - Static method in interface com.holonplatform.vaadin7.components.Components.input
-
- string(boolean) - Static method in interface com.holonplatform.vaadin7.components.Components.input
-
- StringInputBuilder - Interface in com.holonplatform.vaadin7.components.builders
-
Builder to create
String type
Input instances backed by a text input widget.
- style(P, ItemListing.CellStyleGenerator<T, P>) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
- style(P, String) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
Set the column cell style name for given property
- styleName(String) - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Adds one or more style names to this component.
- SubViewContainer - Interface in com.holonplatform.vaadin7.navigator
-
Define a View as container for other sub-views.
- SubViewOf - Annotation Type in com.holonplatform.vaadin7.navigator.annotations
-
Declares a View as a sub-view of given View name.
- suggestionPopupWidth(String) - Method in interface com.holonplatform.vaadin7.components.builders.BaseSelectInputBuilder.SingleSelectConfigurator
-
Sets the suggestion pop-up's width as a CSS string.
- VaadinHttpRequest - Interface in com.holonplatform.vaadin7
-
HttpRequest using Vaadin VaadinRequest.
- vaadinSession() - Method in class com.holonplatform.vaadin7.spring.utils.AbstractVaadinSpringTest.Config
-
- validatable() - Method in interface com.holonplatform.vaadin7.components.builders.InputBuilder
-
- Validatable - Interface in com.holonplatform.vaadin7.components
-
Interface to provide value validation support for a component, using the current component value as the value to
validate.
- ValidatableInput<V> - Interface in com.holonplatform.vaadin7.components
-
An
Input component with validation support using
Validators.
- ValidatableInputBuilder<T,C extends ValidatableInput<T>> - Interface in com.holonplatform.vaadin7.components.builders
-
- validate() - Method in interface com.holonplatform.vaadin7.components.Validatable
-
Validate the current value.
- validateOnValueChange(boolean) - Method in interface com.holonplatform.vaadin7.components.builders.ValidatableInputBuilder
-
Sets whether to validate the
Input component value every time the
Input value changes.
- validateOnValueChange(boolean) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup.Builder
-
Sets whether to validate the available
Inputs value every time the
Input value changes.
- validationStatusChange(ValidationStatusHandler.ValidationStatusEvent<?>) - Method in interface com.holonplatform.vaadin7.components.ValidationStatusHandler
-
Invoked when the validation status has changed.
- validationStatusHandler(ValidationStatusHandler) - Method in interface com.holonplatform.vaadin7.components.builders.ValidatableInputBuilder
-
- validationStatusHandler(Property<T>, ValidationStatusHandler) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup.Builder
-
- validationStatusHandler(Property<T>, Label) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup.Builder
-
Set the Label to use to track given property validation status changes.
- validationStatusHandler(ValidationStatusHandler) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup.Builder
-
- validationStatusHandler(Label) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup.Builder
-
Set the Label to use as status label to track overall validation status changes.
- ValidationStatusHandler - Interface in com.holonplatform.vaadin7.components
-
Handler for validation status change events, typically bound to a
ValueComponent source object.
- ValidationStatusHandler.Status - Enum in com.holonplatform.vaadin7.components
-
Validation status.
- ValidationStatusHandler.ValidationStatusEvent<V> - Interface in com.holonplatform.vaadin7.components
-
A validation status event.
- valueChange(ValueHolder.ValueChangeEvent<V>) - Method in interface com.holonplatform.vaadin7.components.ValueHolder.ValueChangeListener
-
Invoked when this listener receives a value change event from an
ValueHolder source to which it has
been added.
- ValueComponent<V> - Interface in com.holonplatform.vaadin7.components
-
Represents an object which can contain a value and provides its UI Component representation.
- valueDisplayConverter(LabelViewComponent.StringValueConverter<T>) - Method in interface com.holonplatform.vaadin7.components.builders.ViewComponentBuilder
-
Sets the converter to use to display values
- ValueHolder<V> - Interface in com.holonplatform.vaadin7.components
-
Represents an object which holds a value and provide methods to handle such value.
- ValueHolder.ValueChangeEvent<V> - Interface in com.holonplatform.vaadin7.components
-
- ValueHolder.ValueChangeListener<V> - Interface in com.holonplatform.vaadin7.components
-
- valueOf(String) - Static method in enum com.holonplatform.vaadin7.components.builders.BaseSelectInputBuilder.RenderingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.holonplatform.vaadin7.components.ItemListing.ColumnAlignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.holonplatform.vaadin7.components.Selectable.SelectionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.holonplatform.vaadin7.components.ValidationStatusHandler.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.holonplatform.vaadin7.data.ItemDataSource.ItemAction
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.holonplatform.vaadin7.components.builders.BaseSelectInputBuilder.RenderingMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.holonplatform.vaadin7.components.ItemListing.ColumnAlignment
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.holonplatform.vaadin7.components.Selectable.SelectionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.holonplatform.vaadin7.components.ValidationStatusHandler.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.holonplatform.vaadin7.data.ItemDataSource.ItemAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VerticalLayoutBuilder - Interface in com.holonplatform.vaadin7.components.builders
-
Builder to create VerticalLayout instances.
- VIEW_URI_SCHEME - Static variable in interface com.holonplatform.vaadin7.navigator.ViewNavigator
-
URI scheme which represents a navigation to a View.
- ViewClassProvider - Interface in com.holonplatform.vaadin7.navigator
-
Provider to obtain the View class which corresponds to a view name.
- ViewComponent<V> - Interface in com.holonplatform.vaadin7.components
-
- ViewComponentBuilder<T> - Interface in com.holonplatform.vaadin7.components.builders
-
- ViewContentProvider - Interface in com.holonplatform.vaadin7.navigator
-
- ViewContext - Annotation Type in com.holonplatform.vaadin7.navigator.annotations
-
Annotation used to inject a
Context resource into an annotated
Field.
- viewDisplay(ViewDisplay) - Method in interface com.holonplatform.vaadin7.navigator.ViewNavigator.Builder
-
ViewDisplay used to display View instances
- viewDisplay(SingleComponentContainer) - Method in interface com.holonplatform.vaadin7.navigator.ViewNavigator.Builder
-
Set the SingleComponentContainer which has to used to display View instances using
SingleComponentContainer.setContent(com.vaadin.ui.Component).
- viewDisplay(ComponentContainer) - Method in interface com.holonplatform.vaadin7.navigator.ViewNavigator.Builder
-
Set the ComponentContainer which has to used to display View instances, replacing the
contents of the ComponentContainer with the active view.
- ViewNavigationException(String, String) - Constructor for exception com.holonplatform.vaadin7.navigator.ViewNavigator.ViewNavigationException
-
Constructor with error message
- ViewNavigationException(String, Throwable) - Constructor for exception com.holonplatform.vaadin7.navigator.ViewNavigator.ViewNavigationException
-
Constructor with nested exception
- ViewNavigationException(String, String, Throwable) - Constructor for exception com.holonplatform.vaadin7.navigator.ViewNavigator.ViewNavigationException
-
Constructor with error message and nested exception
- ViewNavigator - Interface in com.holonplatform.vaadin7.navigator
-
Navigator to manage application UI View configuration and display.
- ViewNavigator.Builder - Interface in com.holonplatform.vaadin7.navigator
-
- ViewNavigator.NavigationBuilder - Interface in com.holonplatform.vaadin7.navigator
-
Builder to create navigation calls using view name and parameters
- ViewNavigator.NavigatorBuilder<B extends ViewNavigator.NavigatorBuilder<B>> - Interface in com.holonplatform.vaadin7.navigator
-
- ViewNavigator.ViewNavigationException - Exception in com.holonplatform.vaadin7.navigator
-
Exception related to View navigation errors.
- ViewNavigator.ViewNavigatorChangeEvent - Interface in com.holonplatform.vaadin7.navigator
-
View change event.
- ViewParameter - Annotation Type in com.holonplatform.vaadin7.navigator.annotations
-
Annotation to mark a View class field as view parameter holder, i.e. the field in which to inject a specific
view navigation parameter.
- ViewWindowConfigurator - Interface in com.holonplatform.vaadin7.navigator
-
Configuration settings for a Window used as a View display.
- vl() - Static method in interface com.holonplatform.vaadin7.components.Components
-
Gets a builder to create VerticalLayouts.
- VolatileView - Annotation Type in com.holonplatform.vaadin7.navigator.annotations
-
Marks a View as volatile, i.e. not to be tracked in navigation history.
- width(float, Sizeable.Unit) - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Sets the width of the object.
- width(String) - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Sets the width of the component using String presentation.
- width(P, int) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
Set the width in pixels for the column which corresponds to given property.
- widthUndefined() - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Clears any defined width
- WindowView - Annotation Type in com.holonplatform.vaadin7.navigator.annotations
-
Force a View annotated with this annotation to be opened in a Window.
- withAction(T) - Method in interface com.holonplatform.vaadin7.components.builders.PanelBuilder
-
Add an Action to the panel.
- withActionHandler(Action.Handler) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.BaseTableItemListingBuilder
-
Add an Action handler to table.
- withActionHandler(Action.Handler) - Method in interface com.holonplatform.vaadin7.components.builders.PanelBuilder
-
Adds an Action Action.Handler to the panel
- withAttachListener(ClientConnector.AttachListener) - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Add an ClientConnector.AttachListener to the component, called after the component is attached to the application.
- withBlurListener(FieldEvents.BlurListener) - Method in interface com.holonplatform.vaadin7.components.builders.BooleanInputBuilder
-
Add a listener for focus lost events
- withBlurListener(FieldEvents.BlurListener) - Method in interface com.holonplatform.vaadin7.components.builders.ButtonConfigurator
-
Adds a listener which gets fired when the the keyboard focus is lost.
- withBlurListener(FieldEvents.BlurListener) - Method in interface com.holonplatform.vaadin7.components.builders.TextInputBuilder
-
Add a listener for focus lost events
- withClickListener(MouseEvents.ClickListener) - Method in interface com.holonplatform.vaadin7.components.builders.PanelBuilder
-
Add a click listener to the Panel.
- withCloseListener(Dialog.CloseListener) - Method in interface com.holonplatform.vaadin7.components.Dialog.Builder
-
- withCloseShortcut(int, int...) - Method in interface com.holonplatform.vaadin7.components.Dialog.Builder
-
Adds a close shortcut - pressing this key while holding down all (if any) modifiers specified while the
dialog window is in focus will close the window.
- withCloseShortcut(int, int...) - Method in interface com.holonplatform.vaadin7.navigator.ViewWindowConfigurator
-
Adds a close shortcut to the view window - pressing this key while holding down all (if any) modifiers specified
while the window is in focus will close the window.
- withComponentAttachListener(HasComponents.ComponentAttachListener) - Method in interface com.holonplatform.vaadin7.components.builders.ComponentContainerConfigurator
-
Add a listener to be notified when a component is attached to container
- withComponentAttachListener(HasComponents.ComponentAttachListener) - Method in interface com.holonplatform.vaadin7.components.builders.SingleComponentContainerBuilder
-
Add a listener to be notified when a component is attached to container
- withComponentDetachListener(HasComponents.ComponentDetachListener) - Method in interface com.holonplatform.vaadin7.components.builders.ComponentContainerConfigurator
-
Add a listener to be notified when a component is detached from container
- withComponentDetachListener(HasComponents.ComponentDetachListener) - Method in interface com.holonplatform.vaadin7.components.builders.SingleComponentContainerBuilder
-
Add a listener to be notified when a component is detached from container
- withContextClickListener(ContextClickEvent.ContextClickListener) - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Add a ContextClickEvent.ContextClickListener to this component, that gets notified when a context click happens.
- withData(Object) - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Sets the data object, that can be used for any application specific data.
- withDetachListener(ClientConnector.DetachListener) - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Add an ClientConnector.DetachListener to the component, called before the component is detached from the application.
- withFocusListener(FieldEvents.FocusListener) - Method in interface com.holonplatform.vaadin7.components.builders.BooleanInputBuilder
-
Add a listener for focus gained events
- withFocusListener(FieldEvents.FocusListener) - Method in interface com.holonplatform.vaadin7.components.builders.ButtonConfigurator
-
Adds a listener which gets fired when the component receives keyboard focus.
- withFocusListener(FieldEvents.FocusListener) - Method in interface com.holonplatform.vaadin7.components.builders.TextInputBuilder
-
Add a listener for focus gained events
- withFooterClickListener(Table.FooterClickListener) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.BaseTableItemListingBuilder
-
Adds a Table.FooterClickListener that gets notified when footer is clicked.
- withHeaderClickListener(Table.HeaderClickListener) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder.BaseTableItemListingBuilder
-
Adds a Table.HeaderClickListener that gets notified when a column header is clicked.
- withItemClickListener(ItemListing.ItemClickListener<T, P>) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
- withItemSetChangeListener(Container.ItemSetChangeListener) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainerBuilder
-
Add an Container.ItemSetChangeListener
- withLayoutClickListener(LayoutEvents.LayoutClickListener) - Method in interface com.holonplatform.vaadin7.components.builders.BaseLayoutBuilder
-
Adds a click listener to the layout.
- withLayoutClickListener(LayoutEvents.LayoutClickListener) - Method in interface com.holonplatform.vaadin7.components.builders.ClickableLayoutConfigurator
-
Adds a click listener to the layout.
- withParameter(String, Object) - Method in interface com.holonplatform.vaadin7.navigator.ViewNavigator.NavigationBuilder
-
Add view parameter
- withPostProcessor(ComponentPostProcessor<C>) - Method in interface com.holonplatform.vaadin7.components.builders.ComponentPostProcessorSupport
-
Add a
ComponentPostProcessor to configure the component right after it is built and just before returning
it to caller.
- withPostProcessor(PropertyBinding.PostProcessor<Input<?>>) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup.Builder
-
- withPostProcessor(PropertyBinding.PostProcessor<ViewComponent<?>>) - Method in interface com.holonplatform.vaadin7.components.PropertyViewGroup.Builder
-
- withProperty(PROPERTY, Class<?>) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainerBuilder
-
Add an Item property to this container
- withPropertyReorderListener(ItemListing.PropertyReorderListener<P>) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
- withPropertyResizeListener(ItemListing.PropertyResizeListener<P>) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
- withPropertySortGenerator(PROPERTY, ItemDataSource.PropertySortGenerator<PROPERTY>) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainerBuilder
-
- withPropertyVisibilityListener(ItemListing.PropertyVisibilityListener<P>) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
- withQueryConfigurationProvider(QueryConfigurationProvider) - Method in interface com.holonplatform.vaadin7.components.builders.BaseItemDataSourceComponentBuilder
-
Add an external QueryConfigurationProvider for additional query configuration
- withQueryConfigurationProvider(QueryConfigurationProvider) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainerBuilder
-
Add an external QueryConfigurationProvider for additional query configuration
- withReadOnlyProperty(PROPERTY, Class<?>) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainerBuilder
-
Add an Item property to this container and declares it as read-only
- withReadOnlySortableProperty(PROPERTY, Class<?>) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainerBuilder
-
Add an Item property to this container and declares it as read-only and sortable
- withRowStyle(ItemListing.RowStyleGenerator<T>) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
- withSelectionListener(Selectable.SelectionListener<T>) - Method in interface com.holonplatform.vaadin7.components.builders.ItemListingBuilder
-
- withShortcutListener(ShortcutListener) - Method in interface com.holonplatform.vaadin7.components.builders.ComponentConfigurator
-
Add a ShortcutListener to this component
- withSortableProperty(PROPERTY, Class<?>) - Method in interface com.holonplatform.vaadin7.data.container.ItemDataSourceContainerBuilder
-
Add an Item property to this container and declares it as sortable
- withTextChangeListener(FieldEvents.TextChangeListener) - Method in interface com.holonplatform.vaadin7.components.builders.TextInputBuilder
-
Add a listener for text change events
- withVaadinValidator(Validator) - Method in interface com.holonplatform.vaadin7.components.builders.ValidatableInputBuilder
-
Adds a
Validator to the
Input bound to given
property.
- withValidator(Property<V>, Validator<V>) - Method in interface com.holonplatform.vaadin7.components.builders.PropertyListingBuilder
-
Adds a Validator to the field bound to given property in the item listing editor.
- withValidator(Property<V>, Validator) - Method in interface com.holonplatform.vaadin7.components.builders.PropertyListingBuilder
-
Adds a Validator to the field bound to given property in the item listing
editor.
- withValidator(Validator<T>) - Method in interface com.holonplatform.vaadin7.components.builders.ValidatableInputBuilder
-
Adds a
Validator to the
Input bound to given
property.
- withValidator(Property<T>, Validator<T>) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup.Builder
-
Adds a
Validator to the
Input bound to given
property.
- withValidator(Property<T>, Validator) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup.Builder
-
Adds a
Validator to the
Input bound to given
property.
- withValidator(Validator<PropertyBox>) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup.Builder
-
Adds a
Validator to the
PropertyInputGroup, using a
PropertyBox to provide the
property values to validate.
- withValidator(Validator) - Method in interface com.holonplatform.vaadin7.components.PropertyInputGroup.Builder
-
- withValue(T) - Method in interface com.holonplatform.vaadin7.components.builders.InputConfigurator
-
Sets an initial value for the field.
- withValue(T...) - Method in interface com.holonplatform.vaadin7.components.builders.MultiSelectInputBuilder
-
Sets the initial values for the field.
- withValueChangeListener(ValueHolder.ValueChangeListener<T>) - Method in interface com.holonplatform.vaadin7.components.builders.InputConfigurator
-
- withValueChangeListener(ValueHolder.ValueChangeListener<T>) - Method in interface com.holonplatform.vaadin7.components.builders.ViewComponentBuilder
-
- withView(String, Class<? extends View>) - Method in interface com.holonplatform.vaadin7.navigator.ViewNavigator.Builder
-
Add a default ViewProvider (if not already present) and register the given View class bound
to given view name.
- withViewChangeListener(ViewChangeListener) - Method in interface com.holonplatform.vaadin7.navigator.ViewNavigator.NavigatorBuilder
-
Add a ViewChangeListener to Navigator