org.drools.guvnor.client.ruleeditor.toolbar
Interface ActionToolbarButtonsConfigurationProvider

All Known Implementing Classes:
DefaultActionToolbarButtonsConfigurationProvider, PackageActionToolbarButtonsConfigurationProvider, StandaloneEditorIndividualActionToolbarButtonsConfigurationProvider

public interface ActionToolbarButtonsConfigurationProvider

This interface is used by ActionToolbar to know which buttons should be displayed


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()
           
 

Method Detail

showSaveButton

boolean showSaveButton()

showSaveAndCloseButton

boolean showSaveAndCloseButton()

showCopyButton

boolean showCopyButton()

showRenameButton

boolean showRenameButton()

showPromoteToGlobalButton

boolean showPromoteToGlobalButton()

showArchiveButton

boolean showArchiveButton()

showDeleteButton

boolean showDeleteButton()

showChangeStatusButton

boolean showChangeStatusButton()

showSelectWorkingSetsButton

boolean showSelectWorkingSetsButton()

showValidateButton

boolean showValidateButton()

showVerifyButton

boolean showVerifyButton()

showViewSourceButton

boolean showViewSourceButton()

showStateLabel

boolean showStateLabel()


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.