Skip to content

Instantly share code, notes, and snippets.

@codenameone
Created December 18, 2013 11:57
Show Gist options
  • Save codenameone/8021135 to your computer and use it in GitHub Desktop.
Save codenameone/8021135 to your computer and use it in GitHub Desktop.
Button b = ((GenericListCellRenderer)list.getRenderer()).extractLastClickedComponent();
if(b != null && "X".equals(b.getName())) {
// handle button click event and return
return;
}
// handle standard list action event
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment