fw/fw library

Classes

FF
FFBuilder<Watched, FFState extends WatchableProps<Watched>, ViewModel extends FFViewModel<Watched, FFState>, Controller extends FFController<Watched, FFState>>
FFController<Watched, FFState extends Watchable<Watched>>
FFDynamicallySizedProps<T>
FFDynamicallySizedPropsUnwatched<T>
FFDynamicModel<T>
FFFeature<Watched, FFState extends WatchableProps<Watched>, ViewModel extends FFViewModel<Watched, FFState>, Controller extends FFController<Watched, FFState>>
FFFidget<Watched, FFState extends WatchableProps<Watched>, ViewModel extends FFViewModel<Watched, FFState>, Controller extends FFController<Watched, FFState>>
FFNever
FFPresentationProvider
FFPresenter<Watched, FFState extends WatchableProps<Watched>, ViewModel extends FFViewModel<Watched, FFState>, Controller extends FFController<Watched, FFState>>
FFPropWithMetadata<Prop>
FFProvider<FFState extends GetProps>
FFReusableFeature<Watched, FFState extends WatchableProps<Watched>, ViewModel extends FFViewModel<Watched, FFState>, Controller extends FFController<Watched, FFState>>
usage: extend this class and define every entry as a function that internally calls show
FFReusableMultiFeature<Param, Watched, FFState extends WatchableProps<Watched>, ViewModel extends FFViewModel<Watched, FFState>, Controller extends FFController<Watched, FFState>>
usage: extend this class and define every entry as a function that internally calls show e.g. .showForCard(cardId: cardId) where cardId is the param
FFShimmerData
FFShimmerMan
FFShimmerManState
FFSimpleFeature<Watched, FFState extends WatchableProps<Watched>, ViewModel extends FFViewModel<Watched, FFState>, Controller extends FFController<Watched, FFState>>
FFView<Watched, FFState extends WatchableProps<Watched>, ViewModel extends FFViewModel<Watched, FFState>, Controller extends FFController<Watched, FFState>>
FFViewModel<Watched, FFState extends Watchable<Watched>>
FFVmAndControllerProvider<Watched, FFState extends Watchable<Watched>, ViewModel extends FFViewModel<Watched, FFState>, Controller extends FFController<Watched, FFState>>
GetProps
Watchable<T>
WatchableProps<T>

Mixins

FFWatchHelper<FFState extends GetProps>