Uses of Record Class
dev.relism.flash.ext.view.core.GlobalValue
-
Uses of GlobalValue in dev.relism.flash.ext.view.core
Methods in dev.relism.flash.ext.view.core that return types with arguments of type GlobalValueModifier and TypeMethodDescriptionprotected final List<GlobalValue> BaseViewExtension.globals()Snapshot of globals registered so far — for subclasses to carry over into a new instance.Method parameters in dev.relism.flash.ext.view.core with type arguments of type GlobalValueModifier and TypeMethodDescriptionprotected abstract ViewRuntimeBridge<TTarget> BaseViewExtension.createRuntime(List<GlobalValue> globals) Constructor parameters in dev.relism.flash.ext.view.core with type arguments of type GlobalValueModifierConstructorDescriptionprotectedBaseViewExtension(List<GlobalValue> seedGlobals) Seeds this instance with globals carried over from a prior one.