コード例 #1
0
 public void onEvent(
     Event<UIModeratorManagementForm> event, UIModeratorManagementForm uiForm, String userId)
     throws Exception {
   UIPopupContainer popupContainer = uiForm.getAncestorOfType(UIPopupContainer.class);
   UISelectItemForum selectItemForum =
       openPopup(popupContainer, UISelectItemForum.class, 400, 0);
   selectItemForum.initSelectForum(
       uiForm.setListForumIds(), uiForm.getUserProfile().getUserId());
 }