Search in sources :

Example 6 with Binder

use of org.linkki.core.binding.Binder in project linkki by linkki-framework.

the class ManuelBindIntegrationTest method testGetStaticToolTipFromManualyBindComponent.

@Test
public void testGetStaticToolTipFromManualyBindComponent() {
    section.createContent();
    new Binder(section, pmo).setupBindings(bindingContext);
    assertThat(section.textField.getDescription(), is("ToolTip"));
}
Also used : Binder(org.linkki.core.binding.Binder) Test(org.junit.Test)

Aggregations

Binder (org.linkki.core.binding.Binder)6 Test (org.junit.Test)5 VerticalLayout (com.vaadin.ui.VerticalLayout)1 AbstractSection (org.linkki.core.ui.section.AbstractSection)1