2017-02-23 2 views

答えて

0

Applicatione4xmiに別のウィンドウまたはトリムウィンドウを追加し、通常の方法でそのウィンドウにあなたのパーツを配置します。ウィンドウで「レンダリングする」をオンにします。

@Inject 
ModelService modelService; 
@Inject 
MApplication app; 


MUIElement window = modelService.find("second window id", app); 

window.setToBeRendered(true); 
:一部を含むウィンドウがモデルのサービスを使用し表示するには

関連する問題