Skip to content

Instantly share code, notes, and snippets.

@roberto-filho
Created January 10, 2013 20:05
Show Gist options
  • Save roberto-filho/4505332 to your computer and use it in GitHub Desktop.
Save roberto-filho/4505332 to your computer and use it in GitHub Desktop.
ContentSelectorBinding<CFOP> binding = ContentSelectorHelper.adaptForCFOP(txtCfop, setter, tipoFaturamento, new ContentSelectionListener<CFOP>() {
@Override
public void selectionAccepted(CFOP accepted) {
atualizaBind(false);
}
});
binding.update();
@alexsandrospecht
Copy link

Santana

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment