Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How can a FormItem know when it's added/attached to a DynamicForm?

    Hi guys quick Q. I want a FormItem (SelectItem) to do something (grab a custom attribute from the form) once it's attached to a DynamicForm. Your FormItem objects don't extend from gwt Widget and don't have an onAttach, which which still wouldn't tell me when they're attached to a form anyhow. There's also no onDraw (via BaseWidget).

    Any plans to add an "onAddedToForm" type of method or add handler method?

    I am able to obtain a reference to the DynamicForm via getForm(), but of course that only works if it's already added to the form, and when writing a standalone FormItem object I'd need to do that once it knows it's been added to a form...

    Thanks!
    -Becky

    #2
    Hi team - any thoughts on this one?

    Comment


      #3
      Does the capability exist?

      Could you let me know if it exists or if it would be considered an enhancement?
      Thanks,
      -B

      Comment

      Working...
      X