|
Options |
Name |
Purpose |
|
|
|
LOGICAL CanResolveFieldFromDataSource (SmartViewerControl, character)
|
Returns whether the referenced field can be resolved from the
SmartDataSource of a viewer
|
|
|
|
CellChangedHandler (Object, CellEventArgs)
|
Event handler for the CellChange event of a SmartUpdatableBrowser
|
|
|
|
Evaluate ()
|
Evaluates the rule and enables/disables or shows/hides the control
based on the result
|
|
|
|
CHARACTER GetAdapterFieldLiteral (SmartDataAdapter, character)
|
Returns the value of a field of a SmartDataAdapter as an ABL
expression literal
|
|
|
|
Consultingwerk.Framework.ExpressionParser.AblExpressionEvaluator GetEvaluator ()
|
Returns the AblExpressionEvaluator instance used to evaluate the
rule expressions
|
|
|
|
InitializeRule ()
|
Initializes the rule
|
|
|
|
ReevaluateHandler (Object, EventArgs)
|
Generic event handler that re-evaluates the rule
|
|
|
|
CHARACTER ResolveDataAdapterValue (SmartDataAdapter, character)
|
Resolves the value of a property or field of a SmartDataAdapter
instance as an ABL expression literal
|
|
|
|
CHARACTER ResolveDataBrowserValue (SmartBrowserControl, character)
|
Resolves the value of a property or field of a SmartDataBrowser or
SmartUpdatableBrowser instance as an ABL expression literal
|
|
|
|
CHARACTER ResolveMemberValue (Object, character)
|
Resolves the value of a property or field of a referenced instance
as an ABL expression literal
|
|
|
|
ResolveTokenInstances ()
|
Resolves the instance references of the rule tokens
|
|
|
|
CHARACTER ResolveViewerValue (SmartViewerControl, character)
|
Resolves the value of a property or field of a SmartViewerControl
instance as an ABL expression literal
|
|
|
|
SmartDataSourceChangedHandler (Object, EventArgs)
|
Event handler for the SmartDataSourceChanged event of the viewer
|
|
|
|
SubscribeDataAdapterEvents (SmartDataAdapter)
|
Subscribes to the change notification events of a SmartDataAdapter
|
|
|
|
SubscribeEvents ()
|
Subscribes to the change notification events of the viewer, the
instances referenced by the rule tokens and the bound editor
controls
|
|
|
|
SubscribeViewerFieldControl (SmartViewerControl, character)
|
Subscribes to the change notification event of the editor control
bound to the referenced field of a viewer
|
|
|
|
TableIOStateChangedHandler (Object, SmartTableIOStateChangedEventArgs)
|
Event handler for the SmartTableIOStateChanged event of viewers and
updatable browsers
|
|
|
|
TokenResolvedHandler (Object, TokenResolverEventArgs)
|
Event handler for the TokenResolved event of the TokenResolver
|
|
|
|
UpdateStateChangedHandler (Object, DataSourceUpdateStateEventArgs)
|
Event handler for the BeginUpdateState and EndUpdateState events of
a SmartDataAdapter
|
|
|
|
ViewerLoadedHandler (Object, EventArgs)
|
Event handler for the Load event of the viewer
|