}
private boolean isCurrentWorkspaceValid() {
WorkspaceManager manager = getBrix().getWorkspaceManager();
Workspace workspace = getModelObject();
return workspace != null && manager.workspaceExists(workspace.getId());
}
/**
* Factory method for a container that will display the "no workspaces found" message. This component usually
* provides its own markup so it is best to use a {@link Panel} or a {@link Fragment}