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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setEnabled
(boolean enabled) Changes the enabled status of the group.void
setTempDisabled
(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:
setEnabled
in classorg.pentaho.gwt.widgets.client.toolbar.ToolbarGroup
- Parameters:
enabled
- boolena flag
-
setTempDisabled
public void setTempDisabled(boolean disable) - Overrides:
setTempDisabled
in classorg.pentaho.gwt.widgets.client.toolbar.ToolbarGroup
-