| Property |
Description |
| BindColumn |
Callback triggered when the column is built and shown in the View.
|
| BindHeader |
Callback allowing the user to bind a custom header.
|
| DefaultPriority |
Priority used to sort column order.
Priority of 0 corresponds to the Hierarchy Name column.
Negative priority will put the column the the left of the Name column.
Positive priority will put the column to the right of the Name default column.
|
| DefaultVisibility |
Define if the column should initially be visible.
|
| DefaultWidth |
Default Width when first instantiating the column. If negative the columns will be assigned an arbitrary width.
|
| DestroyHeader |
Callback triggered when the header is about to be destroyed.
|
| Icon |
Icon displayed in the header of the column.
|
| Id |
Column Id. HierarchyViewCellDescriptor will use this Id to register themselves with the Column.
|
| MakeHeader |
Callback allowing the user to create a custom header. If callback is null, default header will be used to display both the icon and text of the Name field.
|
| Title |
Display name of the Column. If null the header will be empty (unless it contains an icon).
|
| Tooltip |
Tooltip shown when the user hover the header of this column.
|
| UnbindColumn |
Callback triggered when the column is about to be destroyed.
|
| UnbindHeader |
Callback triggered when the header is about to be destroyed.
|
| UserData |
User data
|