ConfigEditorCombinationsProvider

Functions

Link copied to clipboard
open fun canCreateCombination(choice: E): Boolean
Link copied to clipboard
open fun copyChoice(choice: E): E
Link copied to clipboard
abstract fun createCombination(firstChoice: E): C
Link copied to clipboard
@Nullable
open fun getChoiceGroup(choice: E): @Nullable Any
Link copied to clipboard
abstract fun getChoiceId(choice: E): Any
Link copied to clipboard
abstract fun getChoiceLabel(choice: E): StructuredText
Link copied to clipboard
abstract fun getChoices(): List<out E>
Link copied to clipboard
abstract fun getEntries(combination: C): List<E>
Link copied to clipboard
open fun getSelectedLabel(choice: E): StructuredText
Link copied to clipboard
open fun isChoiceAvailable(combination: C, choice: E): Boolean
Link copied to clipboard
open fun onChanged()