dundas.controls.PropertyGridDefaultEditor Class

 

Inheritance Hierarchy

 
Class
   dundas.Component
      dundas.controls.PropertyGridEditor
         dundas.controls.PropertyGridDefaultEditor
 

Constructors

 
  Name Description
init Inherited from dundas.Component.
 
 

Properties

 
  Name Description
constants Gets the property grid constants. Inherited from dundas.controls.PropertyGridEditor.
contextCommands Gets the contextual commands of this editor. Inherited from dundas.controls.PropertyGridEditor.
customCssClass Gets or sets the custom CSS class to apply to the editor's element. Inherited from dundas.controls.PropertyGridEditor.
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. Inherited from dundas.controls.PropertyGridEditor.
isExpanded Gets or sets a value indicating whether the editor is expanded. Inherited from dundas.controls.PropertyGridEditor.
isNull Gets isNull state of this editor. Inherited from dundas.controls.PropertyGridEditor.
parentEditor Gets or sets the parent editor of this instance. Inherited from dundas.controls.PropertyGridEditor.
property Gets or sets the property descriptor of the editor. Inherited from dundas.controls.PropertyGridEditor.
propertyElement Gets or sets the DOM element that contains the editor's content. Inherited from dundas.controls.PropertyGridEditor.
propertyGrid Gets the property grid instance that is hosting the editor. Inherited from dundas.controls.PropertyGridEditor.
propertyValue Gets the property's value. Inherited from dundas.controls.PropertyGridEditor.
propertyValueElement Gets the DOM element that contains the editor's value content. Inherited from dundas.controls.PropertyGridEditor.
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. Inherited from dundas.controls.PropertyGridEditor.
 
 

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 Inherited from dundas.controls.PropertyGridEditor.
matchesFilter Determines if the property matches a text filter. Inherited from dundas.controls.PropertyGridEditor.
notifyPropertyChangeStart Notify this that a property change is about to start. Inherited from dundas.controls.PropertyGridEditor.
notifyRenderingCompleted Notify this that the property grid editor has been rendered and visible in the property grid. Inherited from dundas.controls.PropertyGridEditor.
refresh Updates the editor's UI for the property value. Inherited from dundas.controls.PropertyGridEditor.
renderExpandableContent Renders the editors expandable content. Inherited from dundas.controls.PropertyGridEditor.
renderInlineContent Inherited from dundas.controls.PropertyGridEditor.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.