#rnx
#rb none
#ROBOMERGE-SOURCE: CL 10869241 via CL 10869527 via CL 10869904
#ROBOMERGE-BOT: (v613-10869866)
[CL 10870586 by ryan durand in Main branch]
----------------------------------
Added DynamicEntryBoxBase, from which DynamicEntryBox derives
- The base is fully abstract, but contains all the logic for actually generating dynamic entries for various box types
- DynamicEntryBox now simply exposes public functionality and properties to leverage this
- Goal here is to enable easy creation of custom DynamicEntryBox classes that don't have to inherit a bunch of undesired public API
#rb Matt.Loesby
#ROBOMERGE-SOURCE: CL 5546028 via CL 5547294
[CL 5547305 by dan hertzka in Main branch]
Allows for the cration of DynamicEntryBox widgets which control their own entries, and don't allow other widgets/classes to expand them.
[FYI] [at]Dan.Hertzka
#ROBOMERGE-SOURCE: CL 5494939 via CL 5497913
[CL 5498038 by matt loesby in Main branch]