@Dependent public class PMMLFunctionEditorDefinition extends BaseSupplementaryFunctionEditorDefinition
| Modifier and Type | Field and Description |
|---|---|
static String |
VARIABLE_DOCUMENT |
static String |
VARIABLE_MODEL |
canvasCommandFactory, definitionUtils, domainObjectSelectionEvent, editorSelectedEvent, listSelector, refreshFormPropertiesEvent, sessionCommandManager, sessionManager, translationService| Constructor and Description |
|---|
PMMLFunctionEditorDefinition() |
PMMLFunctionEditorDefinition(DefinitionUtils definitionUtils,
SessionManager sessionManager,
SessionCommandManager<AbstractCanvasHandler> sessionCommandManager,
DefaultCanvasCommandFactory canvasCommandFactory,
javax.enterprise.event.Event<ExpressionEditorChanged> editorSelectedEvent,
javax.enterprise.event.Event<RefreshFormPropertiesEvent> refreshFormPropertiesEvent,
javax.enterprise.event.Event<DomainObjectSelectionEvent> domainObjectSelectionEvent,
ListSelectorView.Presenter listSelector,
org.jboss.errai.ui.client.local.spi.TranslationService translationService,
Supplier<ExpressionEditorDefinitions> expressionEditorDefinitionsSupplier) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
ExpressionType |
getType() |
protected List<String> |
getVariableNames() |
enrich, getEditor, getModelClass, makeGridDatagetCellEditorControls, getGridLayer, getGridPanelpublic static final String VARIABLE_DOCUMENT
public static final String VARIABLE_MODEL
public PMMLFunctionEditorDefinition()
@Inject public PMMLFunctionEditorDefinition(DefinitionUtils definitionUtils, SessionManager sessionManager, @Session SessionCommandManager<AbstractCanvasHandler> sessionCommandManager, DefaultCanvasCommandFactory canvasCommandFactory, javax.enterprise.event.Event<ExpressionEditorChanged> editorSelectedEvent, javax.enterprise.event.Event<RefreshFormPropertiesEvent> refreshFormPropertiesEvent, javax.enterprise.event.Event<DomainObjectSelectionEvent> domainObjectSelectionEvent, ListSelectorView.Presenter listSelector, org.jboss.errai.ui.client.local.spi.TranslationService translationService, Supplier<ExpressionEditorDefinitions> expressionEditorDefinitionsSupplier)
public ExpressionType getType()
public String getName()
protected List<String> getVariableNames()
getVariableNames in class BaseSupplementaryFunctionEditorDefinitionCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.