net.authorize.sim.button
Class TextButton
java.lang.Object
net.authorize.sim.button.Button
net.authorize.sim.button.TextButton
public class TextButton
- extends Button
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createButton
public static TextButton createButton(String name,
String value)
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name
- the name to set
getValue
public String getValue()
- Returns:
- the value
setValue
public void setValue(String value)
- Parameters:
value
- the value to set
getCssClass
public String getCssClass()
- Returns:
- the cssClass
setCssClass
public void setCssClass(String cssClass)
- Parameters:
cssClass
- the cssClass to set
Copyright © 2014. All Rights Reserved.