private void setupDecisionTable() {
//Get the current user's security context for audit logging. This requires a
//call to the server so instantiation of the Decision Table grid is deferred.
dtable = new VerticalDecisionTableWidget( model,
oracle,
identity,
isReadOnly,
eventBus );
dtableContainer.setWidget( dtable );