TestSection

open class TestSection : Section

Inheritors

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun acceptTriggerEvent(eventTrigger: EventTrigger, eventState: Any, params: Array<Any>): Any
Link copied to clipboard
open fun dispatchLoadingEvent(context: SectionContext, isEmpty: Boolean, loadingState: LoadingEvent.LoadingState, t: Throwable)
Link copied to clipboard
fun dispatchOnEvent(eventHandler: EventHandler, eventState: Any): Any
Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun generateUniqueGlobalKeyForChild(section: Section, childKey: String): String
Link copied to clipboard
open fun getChildren(): List<Section>
Link copied to clipboard
Link copied to clipboard
open fun getGlobalKey(): String
Link copied to clipboard
open fun getLoadingEventHandler(context: SectionContext): EventHandler
Link copied to clipboard
open fun getLogTag(): String
Link copied to clipboard
open fun getParent(): Section
Link copied to clipboard
open fun getScopedContext(): SectionContext
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun isEquivalentTo(other: Section): Boolean
Link copied to clipboard
open fun isSectionIndexValid(c: SectionContext, keyString: String, index: Int): Boolean
Link copied to clipboard
open fun makeShallowCopy(deepCopy: Boolean): Section
open fun makeShallowCopy(): Section
Link copied to clipboard
Link copied to clipboard
open fun requestFocus(c: SectionContext, index: Int)
Link copied to clipboard
open fun requestFocusWithOffset(c: SectionContext, index: Int, offset: Int)
Link copied to clipboard
open fun requestSmoothFocus(c: SectionContext, index: Int)
Link copied to clipboard
open fun setChildren(children: Children)
Link copied to clipboard
open fun setCount(count: Int)
Link copied to clipboard
open fun setGlobalKey(key: String)
Link copied to clipboard
open fun setKey(key: String)
Link copied to clipboard
open fun setScopedContext(scopedContext: SectionContext)
Link copied to clipboard
open fun toString(): String