TreeListEditingTextsBuilder Members
Provides methods that allow you to configure nested options of the client-sidetexts
object.
Constructors
Name | Description |
---|---|
TreeListEditingTextsBuilder(OptionsOwnerContext) | For internal use only. Initializes a new TreeListEditingTextsBuilder class instance. |
Methods
Name | Description |
---|---|
AddRow(JS) |
Mirrors the client-side addRow option.
|
AddRow(String) |
Mirrors the client-side addRow option.
|
AddRowToNode(JS) |
Mirrors the client-side addRowToNode option.
|
AddRowToNode(String) |
Mirrors the client-side addRowToNode option.
|
CancelAllChanges(JS) |
Mirrors the client-side cancelAllChanges option.
|
CancelAllChanges(String) |
Mirrors the client-side cancelAllChanges option.
|
CancelRowChanges(JS) |
Mirrors the client-side cancelRowChanges option.
|
CancelRowChanges(String) |
Mirrors the client-side cancelRowChanges option.
|
ConfirmDeleteMessage(JS) |
Mirrors the client-side confirmDeleteMessage option.
|
ConfirmDeleteMessage(String) |
Mirrors the client-side confirmDeleteMessage option.
|
ConfirmDeleteTitle(JS) |
Mirrors the client-side confirmDeleteTitle option.
|
ConfirmDeleteTitle(String) |
Mirrors the client-side confirmDeleteTitle option.
|
DeleteRow(JS) |
Mirrors the client-side deleteRow option.
|
DeleteRow(String) |
Mirrors the client-side deleteRow option.
|
EditRow(JS) |
Mirrors the client-side editRow option.
|
EditRow(String) |
Mirrors the client-side editRow option.
|
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
Option(String, Object) | Specifies an option by its name. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
SaveAllChanges(JS) |
Mirrors the client-side saveAllChanges option.
|
SaveAllChanges(String) |
Mirrors the client-side saveAllChanges option.
|
SaveRowChanges(JS) |
Mirrors the client-side saveRowChanges option.
|
SaveRowChanges(String) |
Mirrors the client-side saveRowChanges option.
|
ToString() | Returns a string that represents the current object. Inherited from Object. |
UndeleteRow(JS) |
Mirrors the client-side undeleteRow option.
|
UndeleteRow(String) |
Mirrors the client-side undeleteRow option.
|
ValidationCancelChanges(JS) |
Mirrors the client-side validationCancelChanges option.
|
ValidationCancelChanges(String) |
Mirrors the client-side validationCancelChanges option.
|
See Also
Feedback