Class Hierarchy All Classes All Fields and Methods
Class com.ibm.faces.renderkit.html_extended.KeybindVariables
java.lang.Object com.ibm.faces.renderkit.html_extended.KeybindVariablespublic class KeybindVariables
extends ObjectVariables for KeybindRenderer
Constructor Index Constructor Description KeybindVariables()
Method Index Method Description String getAction() String getCancelBubble() String getKey() String getOnpressAction() String getScope() String getTarget() void setAction(String) void setCancelBubble(String) void setKey(String) void setOnpressAction(String) void setScope(String) void setTarget(String)
Constructors
KeybindVariables
public KeybindVariables()
Methods
getAction
public String getAction()
- Returns
getCancelBubble
public String getCancelBubble()
- Returns
getKey
public String getKey()
- Returns
getOnpressAction
public String getOnpressAction()
- Returns
getScope
public String getScope()
- Returns
getTarget
public String getTarget()
- Returns
setAction
public void setAction(String string)
- Parameters
- string -
setCancelBubble
public void setCancelBubble(String string)
- Parameters
- string -
setKey
public void setKey(String string)
- Parameters
- string -
setOnpressAction
public void setOnpressAction(String string)
- Parameters
- string -
setScope
public void setScope(String string)
- Parameters
- string -
setTarget
public void setTarget(String string)
- Parameters
- string -
Class Hierarchy All Classes All Fields and Methods