Class FilesToolbar.FilesToolbarGroup
java.lang.Object
org.pentaho.gwt.widgets.client.toolbar.ToolbarGroup
org.pentaho.mantle.client.solutionbrowser.toolbars.FilesToolbar.FilesToolbarGroup
- Enclosing class:
 - FilesToolbar
 
public class FilesToolbar.FilesToolbarGroup
extends org.pentaho.gwt.widgets.client.toolbar.ToolbarGroup
- Author:
 - wseyler
 
- 
Field Summary
Fields inherited from class org.pentaho.gwt.widgets.client.toolbar.ToolbarGroup
buttons, CSS_DISABLED, CSS_ENABLED, enabled, groupLabel, leadingSeparator, trailingSeparator, visible - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetEnabled(boolean enabled) Changes the enabled status of the group.voidsetTempDisabled(boolean disable) Methods inherited from class org.pentaho.gwt.widgets.client.toolbar.ToolbarGroup
add, getButtons, getGroupLabel, getLabel, getLeadingSeparator, getTrailingSeparator, isEnabled, isVisible, setLabel, setVisible 
- 
Constructor Details
- 
FilesToolbarGroup
 
 - 
 - 
Method Details
- 
setEnabled
public void setEnabled(boolean enabled) Changes the enabled status of the group. If enabled is false, the buttons will be disabled. If enabled is true, it will consult the buttons for their current enabled state.- Overrides:
 setEnabledin classorg.pentaho.gwt.widgets.client.toolbar.ToolbarGroup- Parameters:
 enabled- boolena flag
 - 
setTempDisabled
public void setTempDisabled(boolean disable) - Overrides:
 setTempDisabledin classorg.pentaho.gwt.widgets.client.toolbar.ToolbarGroup
 
 -