public class RulesDescriptionViewerMng extends Object
| Constructor and Description |
|---|
RulesDescriptionViewerMng(int columnIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRule(String caption,
TemplateExpression expression,
UserActionInterface caller,
boolean isEditable,
boolean isDeletable) |
boolean |
deleteRule(int index) |
int |
getColumnIndex() |
com.extjs.gxt.ui.client.widget.LayoutContainer |
getPanel() |
List<TemplateExpression> |
getTemplateColumnExpressions() |
void |
resetRulesExpressions() |
int |
size() |
void |
updateRule(int index,
String caption,
TemplateExpression expression,
UserActionInterface caller,
boolean isEditable,
boolean isDeletable) |
public void resetRulesExpressions()
public boolean deleteRule(int index)
index - Exceptionpublic void addRule(String caption, TemplateExpression expression, UserActionInterface caller, boolean isEditable, boolean isDeletable)
public void updateRule(int index,
String caption,
TemplateExpression expression,
UserActionInterface caller,
boolean isEditable,
boolean isDeletable)
throws Exception
Exceptionpublic com.extjs.gxt.ui.client.widget.LayoutContainer getPanel()
public int size()
public int getColumnIndex()
public List<TemplateExpression> getTemplateColumnExpressions()
Copyright © 2014. All Rights Reserved.