ProcessedCategoryImpl

Constructors

Link copied to clipboard
constructor(field: Field, name: String, desc: String)
constructor(field: Field, name: String, desc: String, @Nullable parent: @Nullable String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Nullable
open var parent: @Nullable String
Link copied to clipboard

Functions

Link copied to clipboard
open fun <T : ProcessedCategory?> collect(categories: Iterable<T>): @Unmodifiable LinkedHashMap<String, T>
Collect a list of categories into a map that can be used by MoulConfigEditor.
Link copied to clipboard
@Unmodifiable
open fun getAccordionAnchors(): @Unmodifiable Map<Integer, ProcessedOption>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getIdentifier(): String
Link copied to clipboard
@Unmodifiable
open fun getOptions(): @Unmodifiable List<ProcessedOption>
Link copied to clipboard
@Nullable
open fun getParentCategoryId(): @Nullable String
Link copied to clipboard
open fun toString(): String