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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FilesToolbarGroup

      public FilesToolbarGroup(String groupName)
  • 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 class org.pentaho.gwt.widgets.client.toolbar.ToolbarGroup
      Parameters:
      enabled - boolena flag
    • setTempDisabled

      public void setTempDisabled(boolean disable)
      Overrides:
      setTempDisabled in class org.pentaho.gwt.widgets.client.toolbar.ToolbarGroup