]> source.dussan.org Git - vaadin-framework.git/commitdiff
removed obsolete method
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 22 Jan 2008 11:09:40 +0000 (11:09 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 22 Jan 2008 11:09:40 +0000 (11:09 +0000)
svn changeset:3619/svn branch:trunk

src/com/itmill/toolkit/terminal/KeyMapper.java

index 0617f0ba76d90514b9d8bd684aa569a50ef7c0c8..f516ac9103a67f03b78dc64fe1da73ac4445e6a9 100644 (file)
@@ -49,21 +49,6 @@ public class KeyMapper {
         return key;
     }
 
-    /**
-     * Checks if the key belongs to a new id.
-     * <p>
-     * Usage of new id:s are specific to components, but for example Select
-     * component uses newItemId:s for selection of newly added items in
-     * <code>allowNewItems</code>-mode.
-     * 
-     * @param key
-     * @return <code>true</code> if the key belongs to the new id,otherwise
-     *         <code>false</code>.
-     */
-    public boolean isNewIdKey(String key) {
-        return "NEW".equals(key);
-    }
-
     /**
      * Retrieves object with the key.
      *