org.riotfamily.riot.list.ui
Class CommandButton

java.lang.Object
  extended by org.riotfamily.riot.list.ui.CommandState
      extended by org.riotfamily.riot.list.ui.CommandButton

public class CommandButton
extends CommandState


Constructor Summary
CommandButton()
           
 
Method Summary
 String getLabel()
           
 String getStyleClass()
           
 boolean isBatchSupport()
           
 void setBatchSupport(boolean batchSupport)
           
 void setLabel(String label)
           
 void setStyleClass(String styleClass)
           
 
Methods inherited from class org.riotfamily.riot.list.ui.CommandState
getAction, getCommandId, isEnabled, setAction, setCommandId, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandButton

public CommandButton()
Method Detail

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getStyleClass

public String getStyleClass()

setStyleClass

public void setStyleClass(String styleClass)

isBatchSupport

public boolean isBatchSupport()

setBatchSupport

public void setBatchSupport(boolean batchSupport)