| Modifier and Type | Method and Description |
|---|---|
List<TemplateExpression> |
ColumnDefinitionView.getRulesExpressions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnDefinitionView.addRule(TemplateExpression expression,
boolean isEditable,
boolean isDeletable) |
void |
ColumnDefinitionView.updateRule(int index,
TemplateExpression expression,
boolean isEditable,
boolean isDeletable) |
| Modifier and Type | Field and Description |
|---|---|
protected TemplateExpression |
RuleStore.expression |
| Modifier and Type | Method and Description |
|---|---|
List<TemplateExpression> |
RulesDescriptionViewerMng.getTemplateColumnExpressions() |
| Modifier and Type | Method and Description |
|---|---|
void |
RulesDescriptionViewerMng.addRule(String caption,
TemplateExpression expression,
UserActionInterface caller,
boolean isEditable,
boolean isDeletable) |
void |
RulesDescriptionViewerMng.updateRule(int index,
String caption,
TemplateExpression expression,
UserActionInterface caller,
boolean isEditable,
boolean isDeletable) |
| Constructor and Description |
|---|
RuleStore(String title,
TemplateExpression expression,
UserActionInterface caller,
boolean isDeletable,
boolean isEditable) |
| Modifier and Type | Method and Description |
|---|---|
List<TemplateExpression> |
TdColumnDefinition.getRulesExtends() |
| Modifier and Type | Method and Description |
|---|---|
void |
TdColumnDefinition.setRulesExtends(List<TemplateExpression> listExpressionExtend) |
Copyright © 2015. All Rights Reserved.