Announcement

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

    Javadoc HTTP 404 for IncludeFromDefinition DSField.getIncludeFrom()

    Hi Isomorphic,

    DSField.getIncludeFrom() (http://www.smartclient.com/smartgwte...e.DSRequest%29) should return a IncludeFromDefinition. This class seems not to be in the Javadocs (smartgwtee-latest and orig-4.0p).

    Best regards,
    Blama

    #2
    What I'm looking for is a way to find out for a field if is
    a) included
    and b) the corresponding foreignKey-field specifies a joinType="outer".

    Is this the correct place to look at?

    Thank you,
    Blama

    Comment


      #3
      That class is actually internal and it shouldn't be appearing in the docs. We'll fix this. In the meantime, calling DSField.getProperty("includeFrom") will get you the String value of the property.

      Comment


        #4
        Thanks,

        DSField.getProperty("includeFrom"),
        DSField.getProperty("foreignKey") and
        DSField.getProperty("joinType") did the trick.

        Best regards,
        Blama

        Comment

        Working...
        X