When we bind an object we do it like this:
label.setBinding(Label.TextProperty, "task");
The thing is that I have a variable which it gets a value named "task", based on the value it gets ("yes" or "not") I will disable a view from my viewcell, but I cant get the value of the label im binding to make the comparisons, so is it posible to bind a variable of string type?