String type = this.getModeller().getModel().getLHSBindingType( model.variable );
String descFact = (type != null) ? type + " <b>[" + model.variable + "]</b>" : model.variable;
String sl = constants.setterLabel( HumanReadable.getActionDisplayName( modifyType ), descFact );
return new ClickableLabel( sl,
clk,
!this.readOnly );//HumanReadable.getActionDisplayName(modifyType) + " value of <b>[" + model.variable + "]</b>", clk);
}