if (ServletFns.isBrowser("ie6")) {
container.setHflex("min");
}
CellStyleContext context = getCellStyleContext();
DisposedEventListener listener = new DisposedEventListener() {
public boolean isDisposed() {
return CellStyleCtrlPanel.this.getDesktop() == null;
}
public void onEvent(Event arg0) throws Exception {
CellStyleContextEvent event = (CellStyleContextEvent) arg0;