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

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

public class DefaultActionToolbarButtonsConfigurationProvider
extends Object
implements ActionToolbarButtonsConfigurationProvider


Field Summary
static String[] VALIDATING_FORMATS
           
static String[] VERIFY_FORMATS
           
 
Constructor Summary
DefaultActionToolbarButtonsConfigurationProvider(RuleAsset asset, EditorWidget editor)
           
 
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
 

Field Detail

VALIDATING_FORMATS

public static String[] VALIDATING_FORMATS

VERIFY_FORMATS

public static String[] VERIFY_FORMATS
Constructor Detail

DefaultActionToolbarButtonsConfigurationProvider

public DefaultActionToolbarButtonsConfigurationProvider(RuleAsset asset,
                                                        EditorWidget editor)
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.