Simple Breadcrumb Example

Hello,

I am looking for a simple Breadcrumb example to refer to understand it and implementing it in my project.

Appreciate your help.

Many Thanks in advance.

Girish.

Any workout?

Try below code this might help you :

Breadcrumb b = new Breadcrumb();
b.setLinkEnabled(true,0);
// add b to the container.

whenever you want to add a link :
b.addLink(); // you can register listener with the button before adding.

// whenever you want to remove a link programitacally
// b.select();

Hello,

are you using this addon? https://vaadin.com/directory#addon/lexaden-breadcrumb:vaadin
Im trying to integrate it into my project but, still getting widgetset errors even after recompile:

'Widgetset does not contain implementation for com.lexaden.breadcrumb.BreadcrumbLayout. Check its component connector's @Connect mapping'