Creates a new instance of NameButton @param element
(DataElement element)
| 27 | * @param element |
| 28 | */ |
| 29 | NameButton(DataElement element) |
| 30 | { |
| 31 | this.element = element; |
| 32 | super.setText(element.getTitle()); |
| 33 | } |
| 34 | |
| 35 | /** |
| 36 | * Get the data element for the name button |