Announcement

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

    com.smartgwt.client.core.DataClass missing api for long attributes

    Hi,
    in com.smartgwt.client.core.DataClass are not methodsfor long attributes:

    public void setAttribute(String property, long value);
    public long getAttributeAsLong(String property);

    Thanks Pavel

    #2
    Added to SVN.

    Comment


      #3
      I undid the change. Long types are not supported for GWT-JSNI. See this for alternatives.

      Sanjiv

      Comment

      Working...
      X