Add-on Directory

← Back

GridTree

A Grid extension that allows to visualize a hierarchy of its Items

Author

Rating

Popularity

<100

A Grid extension that allows to visualize a hierarchical container. This is an experimental add-on, because I do not know what will be its value for the end-user. Right now it has minimal set of features - basically just showing the tree structure in a grid. I would like to figure out do people need it and if yes continue developing and fixing bugs. Please try it out and comment.

Known issues that are not supported:

  • Sorting does not take into account the hierarchical structure. Just plain sorting.
  • Hiding the column with expand button, does not create the expand button for the next first visible column.

Sample code

HierarchicalContainer hc= createContainer();

//Create grid tree container
GridTreeContainer treeContainer=new GridTreeContainer(hc);

//Second parameter in the constructor is an propertyId of the container 
// of the first visible column
GridTree gridTree= new GridTree(treeContainer,"id");

//add grid tree to layout

layout.addComponent(gridTree);

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Use maven instead of Ivy as a project build tool

Released
2015-09-07
Maturity
EXPERIMENTAL
License
Apache License 2.0

Compatibility

Framework
Vaadin 7.5+
Browser
Firefox
Google Chrome

SplitButton - Vaadin Add-on Directory

Button containing a primary button and a popup opener button. SplitButton - Vaadin Add-on Directory
SplitButton is a Vaadin component that contains a primary button and a button that opens a popup. The popup can contain any Vaadin component or component container similarly than in PopupButton. SplitButton has a dependency on PopupButton 1.2.1 that is included in the add-on package. If you use Maven the dependency is resolved automatically.
Author Homepage
Online Demo
Issue Tracker
Source Code
PopupButton
Discussion Forum

SplitButton version 0.9.0
null

SplitButton version 0.9.2
The PopupButton dependency is automatically resolved when Maven is used.

SplitButton version 0.9.3
- Added support for the Chameleon theme - Fixes to component's client-side size calculations - Enhancements to the demo application

SplitButton version 0.9.4
Added get/setButtonDescription & get/setPopupButtonDescription methods.

SplitButton version 0.9.5
- Fixed a ConcurrentModificationException (and test case) - Fixed disabled theme in Reindeer

SplitButton version 0.9.6
Fixed a bug with setEnabled()

SplitButton version 0.9.7
Fixed sizing issues

Online