List of usage examples for com.vaadin.v7.data Container.Hierarchical interface-usage
From source file com.haulmont.cuba.web.widgets.data.TreeTableContainer.java
public interface TreeTableContainer extends TableSortableContainer, Container.Hierarchical { int getLevel(Object itemId); }
From source file org.jpos.qi.minigl.AccountsContainer.java
/** * Created by spr on 11/20/15. */ public class AccountsContainer extends EntityContainer implements Container.Hierarchical { public AccountsContainer(Map props, Collection sortableProperties) { super(Account.class, props, sortableProperties);