org.riotfamily.riot.list.ui
Class CommandState

java.lang.Object
  extended by org.riotfamily.riot.list.ui.CommandState
Direct Known Subclasses:
CommandButton

public class CommandState
extends Object


Constructor Summary
CommandState()
           
 
Method Summary
 String getAction()
           
 String getCommandId()
           
 boolean isEnabled()
           
 void setAction(String action)
           
 void setCommandId(String commandId)
           
 void setEnabled(boolean enabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandState

public CommandState()
Method Detail

getCommandId

public String getCommandId()

setCommandId

public void setCommandId(String commandId)

getAction

public String getAction()

setAction

public void setAction(String action)

isEnabled

public boolean isEnabled()

setEnabled

public void setEnabled(boolean enabled)