You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Paul Moeller edited this page Nov 12, 2014
·
2 revisions
UI.WidgetValueSource
This is similar to the hashref passed into TT2's ->process() method
In most cases the source for widget values is the Request.
But expressly does NOT have to be the request... it can be any subclass of WidgetValueSource (and since Collection::Attributes subclasses WidgetValueSource, almost every object in BOP can be used as a source)
vs_simple_form() and Table() are specific cases that don't use the Request for the source