Example usage for org.springframework.ide.eclipse.boot.dash.model BootDashViewModel getFilter

List of usage examples for org.springframework.ide.eclipse.boot.dash.model BootDashViewModel getFilter

Introduction

In this page you can find the example usage for org.springframework.ide.eclipse.boot.dash.model BootDashViewModel getFilter.

Prototype

public LiveExpression<Filter<BootDashElement>> getFilter() 

Source Link

Usage

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();
}