979899100101102103104105
return this; } public ModelBinder<T> bindStyle(VisualComponent visualComponent, ValueModel<Boolean> valueModel) { StyleBinder style= new StyleBinder(); style.style(visualComponent).with("disabled").when(valueModel); return this; }