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
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.