dundas.controls.PropertyGridEditor Class

 

Inheritance Hierarchy

 
Class
   dundas.Component
      dundas.controls.PropertyGridEditor
         dundas.controls.BooleanPropertyGridEditor
         dundas.controls.BorderPropertyGridEditor
         dundas.controls.BrushPropertyGridEditor
         dundas.controls.CollectionPropertyGridEditor
         dundas.controls.CollectionPropertyGridEditorDefaultItemEditor
         dundas.controls.ComplexObjectPropertyGridEditor
         dundas.controls.DateTimePropertyGridEditor
         dundas.controls.DialogPropertyGridEditor
         dundas.controls.DockLocationPropertyGridEditor
         dundas.controls.NumericPropertyGridEditor
         dundas.controls.OptionsPropertyGridEditor
         dundas.controls.PropertyGridDefaultEditor
         dundas.controls.ScriptActionPropertyGridEditor
         dundas.controls.StringPropertyGridEditor
         dundas.controls.StrokePropertyGridEditor
         dundas.controls.TimeSpanPropertyGridEditor
 

Constructors

 
  Name Description
init Initializes the object. Called during construction. Inherited from dundas.Component.
 
 

Properties

 
  Name Description
constants Gets the property grid constants.
contextCommands Gets the contextual commands of this editor.
customCssClass Gets or sets the custom CSS class to apply to the editor's element.
isDisposed Gets a value to indicate if this editor is disposed. Inherited from dundas.Component.
isExpandable Gets or sets a value indicating whether the editor has expandable content.
isExpanded Gets or sets a value indicating whether the editor is expanded.
isNull Gets isNull state of this editor.
parentEditor Gets or sets the parent editor of this instance.
property Gets or sets the property descriptor of the editor.
propertyElement Gets or sets the DOM element that contains the editor's content.
propertyGrid Gets the property grid instance that is hosting the editor.
propertyValue Gets the property's value.
propertyValueElement Gets the DOM element that contains the editor's value content.
site Gets or sets the site that this component is a part of. Inherited from dundas.Component.
uniqueId Gets or sets the unique ID of this component within the site. Inherited from dundas.Component.
utility Gets the property grid utility class.
 
 

Methods

 
  Name Description
createDelegate Helper for creating delegate functions. Inherited from dundas.Component.
createTimeout Creates a timeout. Inherited from dundas.Component.
dispatch Dispatches a call by creating a delegate and running it right away on a timer. Inherited from dundas.Component.
dispose Disposes the editor. Inherited from dundas.Component.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
getService Gets the requested service. Inherited from dundas.Component.
getSubPropertyPath
matchesFilter Determines if the property matches a text filter.
notifyPropertyChangeStart Notify this that a property change is about to start.
notifyRenderingCompleted Notify this that the property grid editor has been rendered and visible in the property grid.
refresh Updates the editor's UI for the property value.
renderExpandableContent Renders the editors expandable content.
renderInlineContent Renders the editors inline content.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.