Enum | +--DhInsertEnumpublic class DhInsertEnum
Provides constants for inserting DhElement items into container items.
Fields
Name | Description |
---|---|
INSERT_AFTER | Inserts the item after the specified item in the list. |
INSERT_BEFORE | Inserts the item before the specific item in the list. |
INSERT_BEGINNING | Inserts the item at the beginning of the current list. |
INSERT_END | Inserts the item at the end of the current list. |