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
-
-
Constructor Summary
Constructors Constructor Description FilesToolbarGroup(String groupName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setEnabled(boolean enabled)
Changes the enabled status of the group.void
setTempDisabled(boolean disable)
-
-
-
Constructor Detail
-
FilesToolbarGroup
public FilesToolbarGroup(String groupName)
-
-
Method Detail
-
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
-
-