Uses of Interface
org.jvnet.flamingo.common.model.ActionButtonModel

Packages that use ActionButtonModel
org.jvnet.flamingo.common   
org.jvnet.flamingo.common.model   
 

Uses of ActionButtonModel in org.jvnet.flamingo.common
 

Methods in org.jvnet.flamingo.common that return ActionButtonModel
 ActionButtonModel AbstractCommandButton.getActionModel()
          Returns the action model for this button.
 

Methods in org.jvnet.flamingo.common with parameters of type ActionButtonModel
 void AbstractCommandButton.setActionModel(ActionButtonModel newModel)
          Sets the new action model for this button.
 

Uses of ActionButtonModel in org.jvnet.flamingo.common.model
 

Classes in org.jvnet.flamingo.common.model that implement ActionButtonModel
 class ActionRepeatableButtonModel
          Extension of the default button model that supports the ActionButtonModel interface and repeated invocation of action listeners on mouse rollover.
 class ActionToggleButtonModel
          Extension of the default toggle button model that supports the ActionButtonModel interface.