org.drools.guvnor.client.ruleeditor.toolbar
Class PackageActionToolbarButtonsConfigurationProvider

java.lang.Object
  extended by org.drools.guvnor.client.ruleeditor.toolbar.PackageActionToolbarButtonsConfigurationProvider
All Implemented Interfaces:
ActionToolbarButtonsConfigurationProvider

public class PackageActionToolbarButtonsConfigurationProvider
extends Object
implements ActionToolbarButtonsConfigurationProvider


Constructor Summary
PackageActionToolbarButtonsConfigurationProvider()
           
 
Method Summary
 boolean showArchiveButton()
           
 boolean showChangeStatusButton()
           
 boolean showCopyButton()
           
 boolean showDeleteButton()
           
 boolean showPromoteToGlobalButton()
           
 boolean showRenameButton()
           
 boolean showSaveAndCloseButton()
           
 boolean showSaveButton()
           
 boolean showSelectWorkingSetsButton()
           
 boolean showStateLabel()
           
 boolean showValidateButton()
           
 boolean showVerifyButton()
           
 boolean showViewSourceButton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageActionToolbarButtonsConfigurationProvider

public PackageActionToolbarButtonsConfigurationProvider()
Method Detail

showSaveButton

public boolean showSaveButton()
Specified by:
showSaveButton in interface ActionToolbarButtonsConfigurationProvider

showSaveAndCloseButton

public boolean showSaveAndCloseButton()
Specified by:
showSaveAndCloseButton in interface ActionToolbarButtonsConfigurationProvider

showCopyButton

public boolean showCopyButton()
Specified by:
showCopyButton in interface ActionToolbarButtonsConfigurationProvider

showRenameButton

public boolean showRenameButton()
Specified by:
showRenameButton in interface ActionToolbarButtonsConfigurationProvider

showPromoteToGlobalButton

public boolean showPromoteToGlobalButton()
Specified by:
showPromoteToGlobalButton in interface ActionToolbarButtonsConfigurationProvider

showArchiveButton

public boolean showArchiveButton()
Specified by:
showArchiveButton in interface ActionToolbarButtonsConfigurationProvider

showDeleteButton

public boolean showDeleteButton()
Specified by:
showDeleteButton in interface ActionToolbarButtonsConfigurationProvider

showChangeStatusButton

public boolean showChangeStatusButton()
Specified by:
showChangeStatusButton in interface ActionToolbarButtonsConfigurationProvider

showSelectWorkingSetsButton

public boolean showSelectWorkingSetsButton()
Specified by:
showSelectWorkingSetsButton in interface ActionToolbarButtonsConfigurationProvider

showValidateButton

public boolean showValidateButton()
Specified by:
showValidateButton in interface ActionToolbarButtonsConfigurationProvider

showVerifyButton

public boolean showVerifyButton()
Specified by:
showVerifyButton in interface ActionToolbarButtonsConfigurationProvider

showViewSourceButton

public boolean showViewSourceButton()
Specified by:
showViewSourceButton in interface ActionToolbarButtonsConfigurationProvider

showStateLabel

public boolean showStateLabel()
Specified by:
showStateLabel in interface ActionToolbarButtonsConfigurationProvider


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.