BookmarkHistoryWidget Class |
Namespace: NetQuarry.Data.WebMappers
The BookmarkHistoryWidget type exposes the following members.
Name | Description | |
---|---|---|
BookmarkHistoryWidget | Initializes a new instance of the BookmarkHistoryWidget class |
Name | Description | |
---|---|---|
Caption |
Provide caption.
(Overrides DivWidgetBaseCaption.) | |
CssClass |
A Css class to be added to the widget for widget-specific styling.
(Inherited from DivWidgetBase.) | |
DivOpts |
DivWidget options provided by a derived class as a combination of flags from DivWidgetBaseDivOptFlags.
(Inherited from DivWidgetBase.) | |
FilterID |
Gets the client-side filter control ID from the request "id" parameter.
(Inherited from DivWidgetBase.) | |
FilterOptions |
Get the field filter options to apply to the widget. Note that only a few of the FieldFilterOptions have any effect
on a filter widget.
(Inherited from DivWidgetBase.) | |
FilterText |
Gets the filter text from the request "txt" parameter.
(Inherited from DivWidgetBase.) | |
MOP |
The MOP of the page requesting the filter widget presentation.
(Inherited from DivWidgetBase.) | |
UseBootstrap |
Gets whether or not Bootstrap is being used.
(Inherited from DivWidgetBase.) | |
WidgetID |
Gets the client-side widget ID from the request "wid" parameter.
(Inherited from DivWidgetBase.) | |
WidgetOptions |
Get the filter widget options (a set of character flags that may be widget-specific).
(Inherited from DivWidgetBase.)
| |
WidgetWidth |
Override default widget width.
(Overrides DivWidgetBaseWidgetWidth.) |
Name | Description | |
---|---|---|
AddFormGroupBoot |
Creates a Bootstrap "control-group" inside a Bootstrap "form-group", and adds the "form-group" to
the provided container. If includeControlsContainer is specified then a "controls" element is
created inside the "control-group". The innermost of these is returned.
(Inherited from DivWidgetBase.) | |
AddLabelledControlGroupBoot |
Creates a Bootstrap "form-group" with a label and single control associated with that label
and adds the "form-group" to the provided container.
(Inherited from DivWidgetBase.) | |
AddSingleControlGroupBoot |
Creates a Bootstrap "form-group" with a single control
and adds the "form-group" to the provided container.
(Inherited from DivWidgetBase.) | |
CloseJS |
Generates standard standard widget close javascript.
(Inherited from DivWidgetBase.) | |
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetText |
Get the specified localized text. Obtaining the text is a two step process:
1) Look for the item specified by ids in the locale resource file,
2) if not found, use the provided defaultText.
(Inherited from DivWidgetBase.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OkCancelControlsBoot |
Generate a standard OK/Cancel button Bootstrap "controls" container DIV for use in non-Bootstrap layouts.
Use OkCancelRow(IAppContext, Button, Button) for use native Bootstrap layouts.
(Inherited from DivWidgetBase.) | |
OkCancelRow |
Generate a standard OK/Cancel button row for use in non-Bootstrap layouts.
Use OkCancelControlsBoot(IAppContext, Button, Button) for use native Bootstrap layouts.
(Inherited from DivWidgetBase.) | |
Render |
Render the HTML for the widget.
(Overrides DivWidgetBaseRender(IAppContext).) | |
ToString | (Inherited from Object.) | |
WriteResponse |
Write the widget content and widget usage information to the response object
in JSON format.
(Inherited from DivWidgetBase.) |
Name | Description | |
---|---|---|
_appCxt | The current IAppContext object initialized in the constructor. (Inherited from DivWidgetBase.) | |
_httpCxt | The current HttpContext object initialized in the constructor. (Inherited from DivWidgetBase.) |
Name | Description | |
---|---|---|
EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |