Uses of Interface
com.atlassian.adf.model.node.type.TaskListContent
-
Packages that use TaskListContent Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of TaskListContent in com.atlassian.adf.model.node
Classes in com.atlassian.adf.model.node that implement TaskListContent Modifier and Type Class Description classTaskItemProvides the content for one of the items in ataskList.classTaskListTask lists provide lists that look much like abulletList, but there are differences in their visual representation.Methods in com.atlassian.adf.model.node that return types with arguments of type TaskListContent Modifier and Type Method Description Class<TaskListContent>TaskList. contentClass()Methods in com.atlassian.adf.model.node with parameters of type TaskListContent Modifier and Type Method Description static TaskListTaskList. taskList(String localId, TaskListContent content)static TaskListTaskList. taskList(String localId, TaskListContent... content)protected voidTaskList. validateContentNodeForAppend(TaskListContent node)Method parameters in com.atlassian.adf.model.node with type arguments of type TaskListContent Modifier and Type Method Description static TaskListTaskList. taskList(String localId, Iterable<? extends TaskListContent> content)static TaskListTaskList. taskList(String localId, Stream<? extends TaskListContent> content)
-