Skip to content

This is an addons used to build Vaadin layout(Grid, Horizontal or Vertical) with components generated thanks to container

License

Notifications You must be signed in to change notification settings

guillaumelamirand/ItemLayout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ItemLayout Vaadin Addon

ItemLayout offers a way to generate components from data container. Generated components will be displayed in custom layouts such as Grid, Vertical or horizontal.

To achieve that three custom components are available :

  • ItemGrid - use a gwt Grid to display items - column number can be specify

  • ItemHorizontal - use a gwt HorizonalPanel to display items - use a custom scroll bar - scroll interval can be specify - first index to display can be specify

  • ItemVertical (same as Horizontal but on vertical way) - use a gwt VerticalPanel to display items - use a custom scroll bar - scroll interval can be specify - first index to display can be specify

Each component handle single or multi-select item, to do so you just add an ItemClickHandler.

About

This is an addons used to build Vaadin layout(Grid, Horizontal or Vertical) with components generated thanks to container

Resources

License

Stars

Watchers

Forks

Packages

No packages published