public IsWidget getMainPanel() {
return perspectivesPanel.getView();
}
private void loadPerspectives() {
ConfigurationServiceAsync configurationServiceAsync = clientFactory.getConfigurationService();
PerspectiveLoader perspectiveLoader = new PerspectiveLoader( configurationServiceAsync );
perspectiveLoader.loadPerspectives( new LoadPerspectives() {
public void loadPerspectives( Collection<Perspective> perspectives ) {
for (Perspective perspective : perspectives) {