See Also
Enumerations
This class exposes no enumerations.
Constants
This class exposes no constants.
Events
Definition | Parameters | Description |
This class exposes no events.
Constructors
Definition | Parameters |
Constructor | Title as String |
Subtitle as String |
ButtonCaption as String |
Methods
Definition | Parameters | Return Type | Description |
AddItem | item as GraffitiKanbanItem | None | Adds the specified item to the column |
AddMenuItem | item as GraffitiKanbanMenuItem | None | Adds the specified item to the column's menu |
InsertItem | atIndex as Integer | None | Inserts item as the position specified by atIndex |
item as GraffitiKanbanItem |
InsertMenuItem | atIndex as Integer | None | Inserts item in to the column's menu at the position specified by atIndex |
item as GraffitiKanbanMenuItem |
Item | index as Integer | GraffitiKanbanItem | Returns the at index on the column |
LastItemIndex | None | Integer | Returns the final index of the last item on the column |
LastMenuItemIndex | None | Integer | Returns the final index of the last menu item on the column |
MenuItem | index as Integer | GraffitiKanbanMenuItem | Returns the item from the specified index |
RemoveItem | item as GraffitiKanbanItem | None | Remove the specified item from the column |
RemoveMenuItem | item as GraffitiKanbanMenuItem | None | Removes the specified menu item from the column |
Properties
Name | Type | Default Value | Description |
ButtonCaption | String | “Add Card” | Caption of the column's button. HTML supported |
ButtonEnabled | Boolean | True | The enabled state of the button |
ButtonOutline | Boolean | False | If the button should appear as an outline or filled |
CanEditSubtitle | Boolean | False | When True, users can edit the subtitle by double-clicking it |
CanMove | Boolean | True | When True, the column can be reordered by dragging. |
HasButton | Boolean | False | Determines whether the button will be displayed |
HasMenuButton | Boolean | False | Determines whether the menu disclosure button will be displayed |
Indicator | WebUIControl.Indicators | WebUIControl.Indicators.Default | Bootstrap style applied to the column |
IndicatorBorder | WebUIControl.Indicators | WebUIControl.Indicators.Default | Bootstrap style applied to the column's border |
IndicatorButton | WebUIControl.Indicators | WebUIControl.Indicators.Default | Bootstrap style applied to the button |
IndicatorButtonCaption | WebUIControl.Indicators | WebUIControl.Indicators.Default | Bootstrap style applied to the button's caption |
IndicatorHeader | WebUIControl.Indicators | WebUIControl.Indicators.Default | Bootstrap style applied to the column's header |
IndicatorMenuButton | WebUIControl.Indicators | WebUIControl.Indicators.Default | Bootstrap style applied to the menu disclosure button |
IndicatorSubtitle | WebUIControl.Indicators | WebUIControl.Indicators.Default | Bootstrap style applied to the subtitle text |
IndicatorTitle | WebUIControl.Indicators | WebUIControl.Indicators.Default | Bootstrap style applied to the title text |
Subtitle | String | “” | Text in the subtitle area of the column |
Title | String | “” | Text in the title area of the column |
Examples
This class currently has no examples.
Notes
This class currently has no notes.