net.authorize.sim.button
Class TextButton

java.lang.Object
  extended by net.authorize.sim.button.Button
      extended by net.authorize.sim.button.TextButton

public class TextButton
extends Button


Field Summary
 
Fields inherited from class net.authorize.sim.button.Button
buttonType
 
Method Summary
static TextButton createButton(String name, String value)
           
 String getCssClass()
           
 String getName()
           
 String getValue()
           
 void setCssClass(String cssClass)
           
 void setName(String name)
           
 void setValue(String value)
           
 
Methods inherited from class net.authorize.sim.button.Button
getButtonType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.