Announcement

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

    No getControls() method on SectionStackSection

    Hi,
    Im using SmartClient Version: SC_SNAPSHOT-2011-05-03/LGPL Development Only (built 2011-05-03).

    There is a method setControls() on SectionStackSection. But i couldnt found its counterpart, getControls() to get the controls assigned to the Section.

    Please find my problem below:
    I'm creating SectionStackSections in a loop and I'm attaching a dynamicform with hyperlink as control to each Section. I got one requirement that i need to change link's text when Section's context header clicked at runtime. Without method getControls() on section, How can i change the link's text?
    Please suggest me.

    #2
    Hi Isomorphic,
    Any solution for this?

    Comment


      #3
      If you'd like to address questions to Isomorphic (especially escalating a thread in the same business day) you should purchase a support plan.

      Comment


        #4
        Thanks for the info.

        If anybody knows the solution, please reply me.

        Comment


          #5
          We've just added the API - it will be present in the upcoming 2.5 release

          Comment


            #6
            Hi,

            This method getControls exists in http://code.google.com/p/smartgwt/source/browse/tags/2.5/main/src/com/smartgwt/client/widgets/layout/SectionStackSection.java

            but I couldn't find this in SmartGWT 3.x nightly SC_SNAPSHOT-2011-07-26
            or here in trunk: http://code.google.com/p/smartgwt/source/browse/trunk/main/src/com/smartgwt/client/widgets/layout/SectionStackSection.java



            Same question about the changes done for CanvasItem in http://forums.smartclient.com/showpost.php?p=70663&postcount=8
            Aren't those changes done in the 3.x automatically as well?


            thanks,

            Comment


              #7
              I havent' checked this till now. Thanks Isomorphic for adding this method in API.

              Comment

              Working...
              X