public abstract class AbstractEditorSectionRenderer
extends <any>
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CURRENT_OBJECT_ATTRIBUTE |
protected static String |
INITIAL_VALUE |
protected static String |
RULE_COMPILER_PROBLEMS |
protected static String |
RULE_TYPE |
protected static String |
VALUE_CHANGED_EVENT |
| Constructor and Description |
|---|
AbstractEditorSectionRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fillParameters(Object model,
WidgetInstanceManager widgetInstanceManager,
Map<Object,Object> parameters) |
protected abstract String |
getAttribute() |
protected abstract String |
getEditorId() |
ModelService |
getModelService() |
RuleService |
getRuleService() |
void |
render(Component parent,
AbstractSection section,
Object model,
DataType dataType,
WidgetInstanceManager widgetInstanceManager) |
void |
setModelService(ModelService modelService) |
void |
setRuleService(RuleService ruleService) |
protected static final String INITIAL_VALUE
protected static final String RULE_TYPE
protected static final String RULE_COMPILER_PROBLEMS
protected static final String CURRENT_OBJECT_ATTRIBUTE
protected static final String VALUE_CHANGED_EVENT
protected abstract String getEditorId()
protected abstract String getAttribute()
public ModelService getModelService()
public void setModelService(ModelService modelService)
public RuleService getRuleService()
public void setRuleService(RuleService ruleService)
public void render(Component parent,
AbstractSection section,
Object model,
DataType dataType,
WidgetInstanceManager widgetInstanceManager)
Copyright © 2017 SAP SE. All Rights Reserved.