875876877878879880881882883884885
doImageButtons(); pop.hide(); } } ); pop.show(); } protected void showNewPatternDialog() { final FormStylePopup pop = new FormStylePopup(); pop.setTitle( GuidedDecisionTableConstants.INSTANCE.CreateANewFactPattern() );
957958959960961962963964965966967
} } ); pop.addAttribute( "", ok ); pop.show(); } //Widget for CEP 'windows' private Widget createCEPWindowWidget( final HasCEPWindow c ) {
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() ) ); }
427428429430431432433434435436437
} } ); pop.addAttribute( "", ok ); pop.show(); } private boolean isBindingUnique( String binding ) { for ( Pattern52 p : model.getPatterns() ) { if ( p.getBoundName().equals( binding ) ) {
475476477478479480481482483484485
doValueList(); doFieldLabel(); pop.hide(); } } ); pop.show(); } private boolean unique( String header ) { for ( ActionCol52 o : model.getActionCols() ) {
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 ); }
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() );