org.springframework.richclient.command
Class ExclusiveCommandGroupSelectionController

java.lang.Object
  extended by org.springframework.richclient.command.ExclusiveCommandGroupSelectionController

public class ExclusiveCommandGroupSelectionController
extends Object


Constructor Summary
ExclusiveCommandGroupSelectionController()
           
 
Method Summary
 void add(ToggleCommand command)
           
 boolean getAllowsEmptySelection()
           
 void handleSelectionRequest(ToggleCommand delegatingCommand, boolean requestingSelection)
           
 void remove(ToggleCommand command)
           
 void setAllowsEmptySelection(boolean allowsEmptySelection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExclusiveCommandGroupSelectionController

public ExclusiveCommandGroupSelectionController()
Method Detail

getAllowsEmptySelection

public boolean getAllowsEmptySelection()

setAllowsEmptySelection

public void setAllowsEmptySelection(boolean allowsEmptySelection)

add

public void add(ToggleCommand command)

remove

public void remove(ToggleCommand command)

handleSelectionRequest

public void handleSelectionRequest(ToggleCommand delegatingCommand,
                                   boolean requestingSelection)


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.