The following tables list the members exposed by WebAgent.
Name | Description | |
---|---|---|
WebAgent Constructor | Overloaded. |
Name | Description | |
---|---|---|
AppStylingManager | ||
CompatibilityMode | Used to maintain compatible rendering for WebSchedule prior to the institution of the Application Styling Framework(tm). | |
Control | Reference to the control represented by this WebAgent object. | |
EnableAppStylingResolved | Determines whether the control represented by this WebAgent supports Application Styling. | |
FullStyleSheetPath | Returns the current StyleSheetDirectory from the AppStyleManager. | |
ImageDirectoryOverride | Returns the current ImageDirectory from the AppStyleManager | |
IsDesignMode | ||
StyleInfo | ||
StyleInfoName | ||
StyleSetNameResolved | Resolved name of the current Application Styling Framework(tm) style set applied to this WebAgent's control. | |
StyleSetPathResolved | Resolves the style set path for the control. Does not convert it to URL unlike StyleSetPath. |
Name | Description | |
---|---|---|
AddCssLink | Add css link used by control (designed for WebSchedule controls only) | |
AddExtraCssBlock | Add extra css to be outputted within css block. | |
GetStyleBlock | Gets whole css block for the STYLE object. Note: that method ends up functionaly related to AppStyling. It can be used only if control is absolutely sure that it is the owner of postback and it will handle all css rendering. For example grid while it async postback may call it after WebAgent.HandleAppStylingRender | |
GetStyleClassString | Overloaded. Composes CSS classes information of the style and returns it. | |
GetStyleInternalClassString | Returns only the class name that is assigned to the style inside of the repository. | |
HandleAppStylingInitializeStyles | ||
HandleAppStylingOnInit | Registers the proxy with a control that supports style repository and/or app styling. | |
HandleAppStylingPreRender | ||
HandleAppStylingRender | Called by the registered control when its rendering starts. The method lets the style repository know that it's time to render the styles if it was not done before. | |
HandleDesignRefresh | ||
HandleInitRender | ||
HandlePostRender | Performs post-render processing necessary when a control supports Application Styling at design-time. | |
ImageDirectoryResolved | ||
InitializeStyle | Overloaded. Initializes a style object with option to add it to CssBuilder. It is a wrapper for InitializeStyle(style, localAndSharedStyle, localAndSharedStyle, priority) | |
InitializeStyleRole | Overloaded. Initializes a style object according to the RoleInfo data that is obtained from the StyleInfoCatalog. The RoleInfo is looked up in the StyleInfoCatalog and passed on to the initialization overload for further handling. That is designed in addition to a similar method with 2 parameters. It should be used when control has multiple styles with same role. | |
PrioritizeCssLink | ||
RefreshDesignTimeControl | Call this method to cause your control to be rerendered at design-time. Any new property settings will be reflected in the updated HTML. | |
RefreshDesignTimeControls | Call this method to cause all controls to be refreshed at design-time. | |
RegisterCssLinkFiles | ||
RegisterPageControl | Register PageControl with AppStylingManager. | |
ResolveImageUrl |