Package com.microstrategy.web.objects.rw
Interface RWDICVisitor
-
public interface RWDICVisitor
This interface defines callback methods that are called when encounter a DIC either in grids or text fields of the document.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onDIC(RWGridGraphDef def, WebTemplateMetric metric, RWTransactionSelector ctl)
This method is called when a DIC is found on a metric of a grid template.void
onDIC(RWGridGraphDef def, WebTemplateUnit unit, WebTemplateAttribute attr, WebAttributeForm form, RWTransactionSelector ctl)
This method is called when a DIC is found on a attribute form of a grid template.
-
-
-
Method Detail
-
onDIC
void onDIC(RWGridGraphDef def, WebTemplateMetric metric, RWTransactionSelector ctl)
This method is called when a DIC is found on a metric of a grid template.- Parameters:
def
-metric
-ctl
-
-
onDIC
void onDIC(RWGridGraphDef def, WebTemplateUnit unit, WebTemplateAttribute attr, WebAttributeForm form, RWTransactionSelector ctl)
This method is called when a DIC is found on a attribute form of a grid template.- Parameters:
def
-unit
-attr
-form
-ctl
-
-
-