ThinDetailRenderer Class |
Namespace: NetQuarry.Data.WebMappers
The ThinDetailRenderer type exposes the following members.
Name | Description | |
---|---|---|
ThinDetailRenderer | Initializes a new instance of the ThinDetailRenderer class |
Name | Description | |
---|---|---|
AddControlsAbsolute |
Add controls to the page using the page layout. Unplaced controls are added
at the bottom of the page.
| |
AddControlsBoot |
Add mapper field controls for a Boolstrap detail page.
| |
AddControlsFlow(Control, IMapper, Boolean, ControlCreationFlags, String) |
Add controls to the page where no page layout has been specified.
Controls are placed based on the PhantomCellColumns and PhantomCellWidth
mapper properties, if specified, else in a single column with each control's
width based on its ColumnWidth value.
| |
AddControlsFlow(Control, Control, IMapper, Boolean, ControlCreationFlags, String) |
Add controls to the page where no page layout has been specified.
Controls are placed based on the PhantomCellColumns and PhantomCellWidth
mapper properties, if specified, else in a single column with each control's
width based on its ColumnWidth value.
| |
AddControlsMaterialDesign |
Add mapper field controls for a Boolstrap detail page layed out for MaterialDesign.
| |
AddControlsPerLayoutControl |
Layout controls per their placement in the provided host UserControl. That control should
have "fld", "lbl", "tip", and "desc" placeholder controls to be replaced with the control, label,
in-place tooltip, and description of the corresponding field.
| |
AddWrapper |
Inject a formattring wrapper div around the specified control.
| |
ApplyGrouping |
Apply GroupBox grouping to the fields. Basically we iterate through all the GroupBox
fields, and for each we find the fields assigned to the GroupBox and remove the field's
control from its parent control and insert it into the GroupBox (FieldSet).
| |
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.) | |
GetFieldText |
Get the localized text for the specified field.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsCellAttrSet |
Determines if the specified CellTypeAttribute is set on a field. Since a CellTypeAttribute is valid
only for a particular CellType (since the bits are reused for other CellTypes), we must
check both the CellType and CellTypeAttributes.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
TryLoadLayoutControl |
Try to load the specified LayoutControl.
|
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.) |