> You can clear the text by calling listButton.setButtonData(null); > Perhaps this should be performed in ListButton#clear().
Possibly. The button data is currently set by the skin on selectedIndexChanged(). However, maybe that should go into ListButton itself.
