Public Member Functions | |
getActionType () | |
render () | |
renderMenuItem () | |
Data Fields | |
const | TYPE_KANBAN_BOARD = 'KanbanBoard' |
const | TYPE_NON_KANBAN_BOARD = 'NonKanbanBoard' |
Protected Member Functions | |
resolveLabelForNonKanbanBoard () | |
getKanbanBoardUrl () | |
getNonKanbanBoardUrl () | |
getViewLabelForNonKanbanBoard () | |
resolveLabelForKanbanBoard () | |
resolveKanbanBoardClass () | |
resolveNonKanbanBoardClass () | |
getDefaultLabel () | |
getDefaultRoute () | |
getActive () |
Used to render multiple listview options such as grid, kanban or cards.
Definition at line 40 of file ViewTypesToggleLinkActionElement.php.
getActionType | ( | ) |
Reimplemented from ActionElement.
Definition at line 57 of file ViewTypesToggleLinkActionElement.php.
render | ( | ) |
Reimplemented from LinkActionElement.
Definition at line 65 of file ViewTypesToggleLinkActionElement.php.
renderMenuItem | ( | ) |
Selecting a different type of view is not supported right now in mobile.
NotSupportedException |
Reimplemented from LinkActionElement.
Definition at line 94 of file ViewTypesToggleLinkActionElement.php.
resolveKanbanBoardClass | ( | ) | [protected] |
Definition at line 108 of file ViewTypesToggleLinkActionElement.php.
resolveNonKanbanBoardClass | ( | ) | [protected] |
Definition at line 121 of file ViewTypesToggleLinkActionElement.php.
getDefaultLabel | ( | ) | [protected] |
Reimplemented from ActionElement.
Definition at line 134 of file ViewTypesToggleLinkActionElement.php.
getDefaultRoute | ( | ) | [protected] |
Reimplemented from ActionElement.
Definition at line 142 of file ViewTypesToggleLinkActionElement.php.