List of usage examples for org.springframework.ide.eclipse.boot.dash.model BootDashViewModel getFilter
public LiveExpression<Filter<BootDashElement>> getFilter()
From source file:org.springframework.ide.eclipse.boot.dash.views.sections.BootDashUnifiedTreeSection.java
public BootDashUnifiedTreeSection(IPageWithSections owner, BootDashViewModel model, UserInteractions ui) { super(owner); Assert.isNotNull(ui);//from www. jav a 2s . c o m this.ui = ui; this.model = model; this.searchFilterModel = model.getFilter(); }