summaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/KeyMapper.java
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2008-01-22 11:09:40 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2008-01-22 11:09:40 +0000
commit43c0327b77228452cd6fc87ea036352f286ebc8c (patch)
tree3237e560d4a779abb0c6df544a5422e1a9a8e7b1 /src/com/itmill/toolkit/terminal/KeyMapper.java
parent6b1fbaa9cf56280555ef0a77e0b6b9b4f7d91867 (diff)
downloadvaadin-framework-43c0327b77228452cd6fc87ea036352f286ebc8c.tar.gz
vaadin-framework-43c0327b77228452cd6fc87ea036352f286ebc8c.zip
removed obsolete method
svn changeset:3619/svn branch:trunk
Diffstat (limited to 'src/com/itmill/toolkit/terminal/KeyMapper.java')
-rw-r--r--src/com/itmill/toolkit/terminal/KeyMapper.java15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/com/itmill/toolkit/terminal/KeyMapper.java b/src/com/itmill/toolkit/terminal/KeyMapper.java
index 0617f0ba76..f516ac9103 100644
--- a/src/com/itmill/toolkit/terminal/KeyMapper.java
+++ b/src/com/itmill/toolkit/terminal/KeyMapper.java
@@ -50,21 +50,6 @@ public class KeyMapper {
}
/**
- * 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.
*
* @param key