Mock implementation of ValueBinding.
ValueBinding
47484950515253545556
column.getChildren().add(link); sorter.perform(sortActionEvent); link.setValueBinding(Attributes.LABEL, new MockValueBinding(getFacesContext().getApplication(), "var.test")); sorter.perform(sortActionEvent); }
45464748495051525354