AbstractLayout MembersKentico 8.0 API Reference
The AbstractLayout type exposes the following members.
Constructors

  NameDescription
Protected methodAbstractLayout
Default constructor.
Back to Top
Methods

  NameDescription
Protected methodAddControlToPanel
Adds control to form panel.
Protected methodCreateCollapsibleImage
Gets collapsible image.
Protected methodCreateEditingFormControl
Creates new EditingFormControl and puts it into FieldEditingControls hash table.
Protected methodCreateErrorLabel
Creates the validation label for a field.
Protected methodCreateFieldActions
Creates additional field action buttons and puts them into FieldActionsControls dictionary.
Protected methodCreateFieldLabel
Creates the field label.
Protected methodCreateVisibilityControl
Creates the visibility control for a field.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodIsCategoryCollapsed
Returns true if the given category is collapsed
Protected methodIsExcludedRequiredField
Indicates if field is excluded from applying the required field format string.
Public methodLoadLayout
Initializes form layout.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Back to Top
Fields

  NameDescription
Protected fieldmCollapsibleImages
Dictionary of the collapsible images indexed by category name
Back to Top
Properties

  NameDescription
Protected propertyBasicForm
Form
Public propertyFormPanel
Main form panel
Public propertyRequiredMarkCssClass
Gets or sets CSS class for the required mark (*)
Back to Top
Events

  NameDescription
Public eventOnAfterRegisterFormControl
Event representing control registration.
Back to Top
See Also