Interface I_CmsLayoutBundle.I_AttributeChoice

    • 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 attributeChoice()
      Returns the attribute choice CSS class.
      java.lang.String bridge()
      Returns the bridging div CSS class.
      java.lang.String buttonIcon()
      Returns the button icon CSS class name.
      java.lang.String choice()
      Returns the choice CSS class name.
      java.lang.String choices()
      Returns the choices CSS class name.
      java.lang.String displayAbove()
      Returns the display above CSS class name.
      java.lang.String frame()
      Returns the choices frame CSS class name.
      java.lang.String hovering()
      Returns the hovering CSS class name.
      java.lang.String shadow()
      Returns the shadow CSS class name.
      java.lang.String shadowBottom()
      Returns the shadow bottom CSS class name.
      java.lang.String singleChoice()
      Returns the singleChoice CSS class name.
      java.lang.String submenu()
      Returns the submenu 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

      • attributeChoice

        java.lang.String attributeChoice()
        Returns the attribute choice CSS class.

        Returns:
        the attribute CSS class
      • bridge

        java.lang.String bridge()
        Returns the bridging div CSS class.

        Returns:
        the bridge CSS class
      • buttonIcon

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

        Returns:
        the button icon CSS class
      • choice

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

        Returns:
        the choice CSS class
      • choices

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

        Returns:
        the choices CSS class
      • displayAbove

        java.lang.String displayAbove()
        Returns the display above CSS class name.

        Returns:
        the display above CSS class
      • frame

        java.lang.String frame()
        Returns the choices frame CSS class name.

        Returns:
        the choices frame CSS class
      • hovering

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

        Returns:
        the hovering CSS class
      • shadow

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

        Returns:
        the shadow CSS class
      • shadowBottom

        java.lang.String shadowBottom()
        Returns the shadow bottom CSS class name.

        Returns:
        the shadow bottom CSS class
      • singleChoice

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

        Returns:
        the singleChoice CSS class
      • submenu

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

        Returns:
        the submenu CSS class name