Vaadin 7 hierarchical container and TreeComponent example with Liferay OrganizationService
color: black;
font-style: italic;
//border-style:solid;
//border-width:1px;
}
.v-tree-checkboxed .v-tree-node-caption-unchecked div span {
background: url("images/unchecked.png") no-repeat;
padding-left: 24px;
//border-style:solid;
//border-width:1px;
.v-tree-checkboxed .v-tree-node-caption-checked div span {
background: url("images/checked.png") no-repeat;
padding-left: 24px;
//border-style:solid;
}