213214215216217218219220221222223
getModeller().refreshWidget(); popup.hide(); } } ); popup.show(); } protected Widget addRemoveButton( Widget w, ClickHandler listener ) { DirtyableHorizontalPane horiz = new DirtyableHorizontalPane();
326327328329330331332333334335336
setModified( true ); getModeller().refreshWidget(); popup.hide(); } } ); popup.show(); } /** * Pops up the fact selector. */
398399400401402403404405406407408
popup.addAttribute( "", fromCollectBtn ); popup.addAttribute( "", fromEntryPointBtn ); popup.show(); } private FromAccumulateCompositeFactPattern getFromAccumulatePattern() { return (FromAccumulateCompositeFactPattern) this.pattern; }
281282283284285286287288289
popup.addAttribute( "", fromAccumulateBtn ); popup.addAttribute( "", fromCollectBtn ); popup.show(); } }
265266267268269270271272273274275
} } ); popup.addAttribute( GuidedRuleEditorResources.CONSTANTS.BoundVariable(), vn ); popup.show(); } @Override public boolean isReadOnly() {
257258259260261262263264265266267
getModeller().refreshWidget(); popup.hide(); } } ); popup.show(); } private Widget valueEditor( final ActionFieldValue val ) { AsyncPackageDataModelOracle oracle = this.getModeller().getDataModelOracle();
763764765766767768769770771772773
doOperatorLabel(); doValueList(); pop.hide(); } } ); pop.show(); } private boolean unique( String header ) { for ( CompositeColumn<?> cc : model.getConditions() ) { for ( int iChild = 0; iChild < cc.getChildColumns().size(); iChild++ ) {
442443444445446447448449450451452
doFieldLabel(); pop.hide(); } } ); pop.show(); } private void showFieldChange() { final FormStylePopup pop = new FormStylePopup();
476477478479480481482483484485486
doBindFieldToWorkItem(); doFieldLabel(); pop.hide(); } } ); pop.show(); } private boolean isValidFactType() { return !( editingCol.getBoundName() == null || "".equals( editingCol.getBoundName() ) );
475476477478479480481482483484485
doValueList(); doFieldLabel(); pop.hide(); } } ); pop.show(); } private boolean unique( String header ) { for ( ActionCol52 o : model.getActionCols() ) {