Ferreteria/v0.6/clade/IO/O/Data/Element/Branch/grid/Row

From WoozleCodes
Jump to navigation Jump to search
clade: IO\O\Data\Element\Branch\grid\Row
Clade Family
Branch Row (none)
Clade Aliases
Alias Clade
Base* [ca,i] IO\O\Data\Element\Branch
TableIface IO\O\Data\Element\Branch\grid\Table
RowIface IO\O\Data\Element\Branch\grid\Row
Cell* [c,i] IO\O\Data\Element\Branch\Text\Cell
StyleIface Config\Style\Array1d
Styled* [i,t] IO\O\Data\Element\aux\NeedsStyle
Subpages

About

  • TODO:
    • 2025-01-13 Maybe [From|With]Data() should be [From/With]Values(), since we also have [From|With]Keys().

Pages

History

  • 2024-08-13 renamed:
    • FromVals() -> FromPairs()
    • WithVals() -> WithPairs()
  • 2024-09-01 added DiagTrait
  • 2024-10-17 moving things around, but I need to see who is using this and how before fixing all the namespace stuff.
  • 2024-10-18 moved from ..\Table -> ..\grid
  • 2024-10-20 moved from [WF]IO\O\Screen\Layout\Element\grid -> [WF]IO\O\Layout\tree\branch\grid
  • 2024-10-21 moved from [WF]IO\O\Layout\tree\branch\grid -> [WF]IO\O\Layout\Element\Branch\grid
  • 2024-10-25 renamed *FromPairs()/*WithPairs() -> *FromData()/*WithData(), because "Pairs" now
    • makes me think of Pair objects -- and it's just keys and values in an array, no objects.
  • 2026-05-15 Removed on-creation Table-dependency by switching the order of arguments in the From*() fake-constructors and making the $oTbl argument optional.