VMF_MasterTableControllerProtocol
protocol VMF_MasterTableControllerProtocol : VMF_BaseProtocolProtocol for owners
- 
                  
                  This tracks embedded table controllers. DeclarationSwift var tableDisplayController: VMF_EmbeddedTableControllerProtocol? { get set }
- 
                  refreshCalled(completion:Default implementation) Called when a refresh is needed. Default ImplementationDefault does nothing DeclarationSwift func refreshCalled(completion: @escaping () -> Void)ParameterscompletionA simple, no-parameter completion. It is always called in the main thread. 
- 
                  updateThermometer(_:Default implementation) This updates the “thermometer” display, in the time selector. Default ImplementationThis updates the “thermometer” display, in the time selector. DeclarationSwift func updateThermometer(_ inTablePage: VMF_EmbeddedTableControllerProtocol?)
- 
                  setDayPicker()Default implementationThis sets the day picker, if we have one. Default ImplementationDefault does nothing DeclarationSwift func setDayPicker()
- 
                  setAttendance()Default implementationThis enables or disables the attendance item. Default ImplementationDefault does nothing DeclarationSwift func setAttendance()
 View on GitHub
            View on GitHub
          