societe.setName(FicheStDto.SOCIETE);
societe.setMaxLength(MAX_LENGTH_1);
societe.addListener(Events.KeyUp, new KeyListener(){
@Override
public void handleEvent(ComponentEvent e) {
bus.fireEvent(new SocieteEvent(societe.getValue()));
}
});
societe.setId("INFORMATION_PANEL_SOCIETE_ID");
societe.setAllowBlank(false);