/**
  * Get the data value (attribute name) for this object
  *
  * @return The data value
  */
 public Object getData() {
   return widget.getData();
 }