| Modifier and Type | Method and Description |
|---|---|
TemplateExpression |
AddColumnOperationEvent.getTemplateExpression() |
| Constructor and Description |
|---|
AddColumnOperationEvent(ColumnDefinitionView column,
TemplateExpression expression) |
| Modifier and Type | Method and Description |
|---|---|
List<TdColumnDefinition> |
TdTemplateService.addColumnAction(TdColumnDefinition column,
TemplateExpression templateExpression) |
void |
TdTemplateServiceAsync.addColumnAction(TdColumnDefinition column,
TemplateExpression templateExpression,
com.google.gwt.user.client.rpc.AsyncCallback<List<TdColumnDefinition>> callback) |
| 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 | Method and Description |
|---|---|
TemplateExpression |
AddExpressionDialogManager.getReplaceExpression() |
| 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<TdColumnDefinition> |
TdTemplateServiceImpl.addColumnAction(TdColumnDefinition column,
TemplateExpression expression) |
| Modifier and Type | Method and Description |
|---|---|
List<TemplateExpression> |
TdColumnDefinition.getRulesExtends()
Gets the rules extends.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TdColumnDefinition.setRulesExtends(List<TemplateExpression> listExpressionExtend)
Sets the rules extends.
|
Copyright © 2015. All Rights Reserved.