|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.guvnor.client.modeldriven.ui.factPattern.PopupCreator
public class PopupCreator
Constructor Summary | |
---|---|
PopupCreator()
|
Method Summary | |
---|---|
SuggestionCompletionEngine |
getCompletions()
Returns the completions. |
RuleModeller |
getModeller()
Returns the modeller. |
FactPattern |
getPattern()
Returns the pattern. |
boolean |
isBindable()
Returns the bindable. |
void |
setBindable(boolean bindable)
|
void |
setCompletions(SuggestionCompletionEngine completions)
|
void |
setModeller(RuleModeller modeller)
|
void |
setPattern(FactPattern pattern)
|
void |
showBindFieldPopup(com.google.gwt.user.client.ui.Widget w,
SingleFieldConstraint con,
String[] fields,
PopupCreator popupCreator)
Display a little editor for field bindings. |
void |
showPatternPopup(com.google.gwt.user.client.ui.Widget w,
String factType,
FieldConstraint con)
This shows a popup allowing you to add field constraints to a pattern (its a popup). |
void |
showPatternPopupForComposite(com.google.gwt.user.client.ui.Widget w,
CompositeFieldConstraint composite)
This shows a popup for adding fields to a composite |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PopupCreator()
Method Detail |
---|
public FactPattern getPattern()
public void setPattern(FactPattern pattern)
pattern
- the pattern to setpublic SuggestionCompletionEngine getCompletions()
public void setCompletions(SuggestionCompletionEngine completions)
completions
- the completions to setpublic RuleModeller getModeller()
public void setModeller(RuleModeller modeller)
modeller
- the modeller to setpublic boolean isBindable()
public void setBindable(boolean bindable)
bindable
- the bindable to setpublic void showBindFieldPopup(com.google.gwt.user.client.ui.Widget w, SingleFieldConstraint con, String[] fields, PopupCreator popupCreator)
public void showPatternPopupForComposite(com.google.gwt.user.client.ui.Widget w, CompositeFieldConstraint composite)
public void showPatternPopup(com.google.gwt.user.client.ui.Widget w, String factType, FieldConstraint con)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |