5152535455565758596061
setDynamicSafe( true ); setWidth( "900px" ); setMaxHeigth( ( Window.getClientHeight() * 0.75 ) + "px" ); add( uiBinder.createAndBindUi( this ) ); add( new ModalFooterOKButton( new Command() { @Override public void execute() { hide(); } } ) );
8889909192939495969798
setAnimation( true ); setDynamicSafe( true ); setWidth( "900px" ); add( uiBinder.createAndBindUi( this ) ); add( new ModalFooterOKButton( new Command() { @Override public void execute() { hide(); } } ) );