com.smartgwt.client.core
Class KeyIdentifier

java.lang.Object
  extended by com.smartgwt.client.core.JsObject
      extended by com.smartgwt.client.core.DataClass
          extended by com.smartgwt.client.core.KeyIdentifier

public class KeyIdentifier
extends DataClass


Field Summary
 
Fields inherited from class com.smartgwt.client.core.JsObject
jsObj
 
Constructor Summary
KeyIdentifier()
           
 
Method Summary
 boolean getAltKey()
           
 boolean getCtrlKey()
          Return the ctrlKey.
 String getKeyName()
          Return the keyName.
 boolean getShiftKey()
           
 void setAltKey(boolean altKey)
           
 void setCtrlKey(boolean ctrlKey)
          Set the ctrlKey.
 void setKeyName(String keyName)
          Set the keyName.
 void setShiftKey(boolean shiftKey)
           
 
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 com.smartgwt.client.core.JsObject
isCreated, setJsObj
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyIdentifier

public KeyIdentifier()
Method Detail

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()