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.KeybindVariables

public class KeybindVariables
extends Object

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

 

getCancelBubble

public String getCancelBubble() 

 

getKey

public String getKey() 

 

getOnpressAction

public String getOnpressAction() 

 

getScope

public String getScope() 

 

getTarget

public String getTarget() 

 

setAction

public void setAction(String string) 

 

setCancelBubble

public void setCancelBubble(String string) 

 

setKey

public void setKey(String string) 

 

setOnpressAction

public void setOnpressAction(String string) 

 

setScope

public void setScope(String string) 

 

setTarget

public void setTarget(String string) 

Class Hierarchy All Classes All Fields and Methods