531532533534535536537538539540541
doValueList(); pop.hide(); } } ); pop.show(); } protected void showNewPatternDialog() { final FormStylePopup pop = new FormStylePopup(); pop.setTitle( GuidedDecisionTableConstants.INSTANCE.NewFactSelectTheType() );
580581582583584585586587588589590
} } ); pop.addAttribute( "", ok ); pop.show(); } private boolean isBindingUnique( String binding ) { return !validator.isVariableNameUsed( binding ); }
491492493494495496497498499500501
doValueList(); pop.hide(); } } ); pop.show(); } private void showFieldChange() { final FormStylePopup pop = new FormStylePopup();
527528529530531532533534535536537
doFieldLabel(); doValueList(); pop.hide(); } } ); pop.show(); } private boolean isValidFactType() { return !( editingCol.getBoundName() == null || "".equals( editingCol.getBoundName() ) ); }
326327328329330331332333334335336
doBindFieldToWorkItem(); doFieldLabel(); pop.hide(); } } ); pop.show(); } private boolean unique( String header ) { for ( ActionCol52 o : model.getActionCols() ) {
380381382383384385386387388389390
doFieldLabel(); pop.hide(); } } ); pop.show(); } protected void showNewPatternDialog() { final FormStylePopup pop = new FormStylePopup(); pop.setTitle( GuidedDecisionTableConstants.INSTANCE.NewFactSelectTheType() );
427428429430431432433434435436437
} } ); pop.addAttribute( "", ok ); pop.show(); } private boolean isBindingUnique( String binding ) { for ( Pattern52 p : model.getPatterns() ) { if ( p.getBoundName().equals( binding ) ) {
830831832833834835836837838839840
pop.hide(); } } ); pop.show(); } protected void showFieldChange() { final FormStylePopup pop = new FormStylePopup(); final ListBox box = new ListBox();
898899900901902903904905906907908
doImageButtons(); pop.hide(); } } ); pop.show(); } protected void showNewPatternDialog() { final FormStylePopup pop = new FormStylePopup(); pop.setTitle( GuidedDecisionTableConstants.INSTANCE.CreateANewFactPattern() );
981982983984985986987988989990991
} } ); pop.addAttribute( "", ok ); pop.show(); } //Widget for CEP 'windows' private Widget createCEPWindowWidget( final HasCEPWindow c ) {