@Dependent public class JavaFunctionEditorDefinition extends BaseSupplementaryFunctionEditorDefinition
| Modifier and Type | Field and Description |
|---|---|
static String |
VARIABLE_CLASS |
static String |
VARIABLE_METHOD_SIGNATURE |
canvasCommandFactory, definitionUtils, domainObjectSelectionEvent, editorSelectedEvent, listSelector, refreshFormPropertiesEvent, sessionCommandManager, sessionManager, translationService| Constructor and Description |
|---|
JavaFunctionEditorDefinition() |
JavaFunctionEditorDefinition(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() |
createVariable, enrich, getEditor, getModelClass, makeGridDatagetCellEditorControls, getGridLayer, getGridPanelclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisUserSelectablepublic static final String VARIABLE_CLASS
public static final String VARIABLE_METHOD_SIGNATURE
public JavaFunctionEditorDefinition()
@Inject public JavaFunctionEditorDefinition(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)
public ExpressionType getType()
public String getName()
protected List<String> getVariableNames()
getVariableNames in class BaseSupplementaryFunctionEditorDefinitionCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.