LinkBehaviorAttributes Enumeration |
Options specifying
IField link behaviour.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax [FlagsAttribute]
public enum LinkBehaviorAttributes
<FlagsAttribute>
Public Enumeration LinkBehaviorAttributes
Members
| Member name | Value | Description |
---|
| NavigateNew | 1 | Specifies that the LinkKey / LinkMOP for this field should be constructed as a new link. |
| ContainsParentInfo | 2 | The generated link from Link properties should include parent navigation info. |
| ReParent | 4 | Specifies that this page should be the parent of the link. |
| RefreshOpener | 8 | Upon a save from the popped-up window, refresh the originating window. Applies to pop up navigation only. |
| UseLinkFilter | 16 |
Use the LinkFilterExpr and LinkFilterDescription text on the field during drill down.
Applies only to Button fields with a LinkMOP.
Note that UseColumnFilter is generally preferred and allows for drill down on aggregate data.
|
| UseColumnFilter | 32 | Use the LinkFilterExpr and LinkFilterDescription text on the field to construct a column drill down for regular and aggregate data rows. Applies only to Button fields with a LinkMOP. |
| PaneNavigation | 64 |
The link should be built using the 'erk' value for pane navigation.
|
| BlankTarget | 128 |
The link should add target='_blank' to the hyperlink. Applies to buttons with a LinkSource.
|
| NoLinkWhenEmpty | 256 |
No link should be created if the field value is null/blank/zero.
|
See Also