import PreferenceInfo from 'flexicious-react-datagrid/js/flexgrid/persistence/PreferenceInfo.js'
PreferenceInfo
Extends:
TypedObject → PreferenceInfo
Class added in 2.9 to support multiple preferences. Store information about the name of the preference, whether or not it is a system preference (which cannot be deleted), and the preference string associated with this name.
Constructor Summary
Public Constructor | ||
public |
|
Member Summary
Public Members | ||
public |
These cannot be deleted |
|
public |
Name of the preference |
|
public |
The actual text (or xml) of preferences. |
Method Summary
Public Methods | ||
public |
|
Inherited Summary
From class TypedObject | ||
public |
typeCache: {} |
|
public |
|
|
public |
Returns a list of strings that represent the object hierarchy for this object. |
|
public |
implementsOrExtends(name: *): Boolean Returns true if the class name to check is in the list of class names defined for this class. |
Public Constructors
Public Members
Public Methods
public getClassNames(): Array source
Returns a list of strings that represent the object hierarchy for this object.