Subversion Repositories eFlore/Applications.coel

Rev

Rev 1165 | Rev 1415 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1165 Rev 1210
Line 74... Line 74...
74
			setPinned(true);
74
			setPinned(true);
75
		} else {
75
		} else {
76
			epingleBouton.setStyleName("x-tool-pin x-tool");
76
			epingleBouton.setStyleName("x-tool-pin x-tool");
77
			setPinned(false);
77
			setPinned(false);
78
		}
78
		}
79
		Debug.log(epingleBouton.getStyleName());
79
		Debug.log("epingleBouton.getStyleName() = "+epingleBouton.getStyleName());
80
		layout();
80
		layout();
81
	}
81
	}
Line 82... Line 82...
82
		
82
		
83
	protected void ajouterConfigurationListener(SelectionListener<IconButtonEvent> configurationListener) {
83
	protected void ajouterConfigurationListener(SelectionListener<IconButtonEvent> configurationListener) {