diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/com/itmill/toolkit/terminal/KeyMapper.java | 15 |
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 |