com.smartgwt.client.core
Class KeyIdentifier
java.lang.Object
com.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.core.KeyIdentifier
public class KeyIdentifier
- extends DataClass
Fields inherited from class com.smartgwt.client.core.JsObject |
jsObj |
Methods inherited from class com.smartgwt.client.core.DataClass |
doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, getJsObj, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyIdentifier
public KeyIdentifier()
setKeyName
public void setKeyName(String keyName)
- Set the keyName.
- Parameters:
keyName
- the keyName
getKeyName
public String getKeyName()
- Return the keyName.
- Returns:
- the keyName
setCtrlKey
public void setCtrlKey(boolean ctrlKey)
- Set the ctrlKey.
- Parameters:
ctrlKey
- the ctrlKey
getCtrlKey
public boolean getCtrlKey()
- Return the ctrlKey.
- Returns:
- the ctrlKey
setShiftKey
public void setShiftKey(boolean shiftKey)
getShiftKey
public boolean getShiftKey()
setAltKey
public void setAltKey(boolean altKey)
getAltKey
public boolean getAltKey()