Ferreteria/v0.5/portrow/disp: Difference between revisions

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | portrow
Jump to navigation Jump to search
(Created page with "{| |- |'''Navigation''': {{l/ver|PortBank}} : {{l/ver|PortRow}} : | {{l/ver|PortRow/calc|Native}}<br> {{l/ver|PortRow/disp|Display}}<br> {{l/ver|PortRow/stor|Storage}} |} ==Ab...")
 
No edit summary
Line 10: Line 10:
As with the {{l/ver|PortCard/disp|PortCard display}} classes, the PortRow display classes handle user I/O formats; see {{l/ver|PortCard/disp}} for details.
As with the {{l/ver|PortCard/disp|PortCard display}} classes, the PortRow display classes handle user I/O formats; see {{l/ver|PortCard/disp}} for details.
==Required Methods==
==Required Methods==
* OnCreateElements(F\evint\caEvent $oe) : void
(listing not necessarily complete)
* OnRunCalculations(F\evint\caEvent $oe) : void
* '''OnCreateElements(F\evint\caEvent $oe)''' : void
* Render(F\evint\caEvent $oe) : void
* '''OnRunCalculations(F\evint\caEvent $oe)''' : void
* CardClass() : string
* '''Render(F\evint\caEvent $oe)''' : void
* RenderRows_head() : string
* '''CardClass()''' : string
 
* '''RenderRows_head()''' : string
(listing incomplete)
* '''ContentTemplateString()''' : string - must return a string template which shows how a given row's data should be presented

Revision as of 15:25, 30 May 2022

Navigation: PortBank : PortRow :

Native
Display
Storage

About

As with the PortCard display classes, the PortRow display classes handle user I/O formats; see PortCard/disp for details.

Required Methods

(listing not necessarily complete)

  • OnCreateElements(F\evint\caEvent $oe) : void
  • OnRunCalculations(F\evint\caEvent $oe) : void
  • Render(F\evint\caEvent $oe) : void
  • CardClass() : string
  • RenderRows_head() : string
  • ContentTemplateString() : string - must return a string template which shows how a given row's data should be presented