gh-pages / com.nextfaze.devfun.category / CategoryItem
CategoryItem
interface CategoryItem
(source)
Items are derived from CategoryDefinition at run-time during FunctionDefinition processing.
Undefined categories will be derived from a definition’s enclosing class.
Properties
Name | Summary |
---|---|
items | abstract val items: List < FunctionItem > List of items for this category. |
name | abstract val name: CharSequence Categories with the same name will be merged at runtime (case-sensitive). |
order | open val order: Int Categories are ordered by order (top->bottom is lowest->highest), then alphabetically by name. |
Inheritors
Name | Summary |
---|---|
ExceptionCategoryItem | class ExceptionCategoryItem : CategoryItem |