Skip to content

Instantly share code, notes, and snippets.

@pawelkaczor
Created August 1, 2011 07:20
public boolean isDeleteDisabled() {
return selected == null || accessMode == AccessMode.VIEW;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment