Interface I_CmsLayoutBundle.I_ButtonBar

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.google.gwt.resources.client.CssResource

        com.google.gwt.resources.client.CssResource.ClassName, com.google.gwt.resources.client.CssResource.Import, com.google.gwt.resources.client.CssResource.ImportedWithPrefix, com.google.gwt.resources.client.CssResource.NotStrict, com.google.gwt.resources.client.CssResource.Shared, com.google.gwt.resources.client.CssResource.Strict
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String button()
      Returns the button CSS class name.
      java.lang.String buttonBar()
      Returns the button bar CSS class name.
      java.lang.String hoverButton()
      Returns the CSS class which is set when the user is hovering over a button of the button bar.
      java.lang.String multiButtonBar()
      Returns the multi button bar CSS class name.
      • Methods inherited from interface com.google.gwt.resources.client.CssResource

        ensureInjected, getText
      • Methods inherited from interface com.google.gwt.resources.client.ResourcePrototype

        getName
    • Method Detail

      • button

        java.lang.String button()
        Returns the button CSS class name.

        Returns:
        the button CSS class
      • buttonBar

        java.lang.String buttonBar()
        Returns the button bar CSS class name.

        Returns:
        the button bar CSS class
      • hoverButton

        java.lang.String hoverButton()
        Returns the CSS class which is set when the user is hovering over a button of the button bar.

        Returns:
        a CSS class
      • multiButtonBar

        java.lang.String multiButtonBar()
        Returns the multi button bar CSS class name.

        Returns:
        the multi button bar CSS class