Ferreteria/v0.5/portrow/disp

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | portrow
Revision as of 14:29, 28 May 2022 by Woozle (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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

  • OnCreateElements(F\evint\caEvent $oe) : void
  • OnRunCalculations(F\evint\caEvent $oe) : void
  • Render(F\evint\caEvent $oe) : void
  • CardClass() : string
  • RenderRows_head() : string

(listing incomplete)