com.vaadin.client.ui.richtextarea.

Interface VRichTextToolbar.Strings

  • All Superinterfaces:

    com.google.gwt.i18n.client.Constants, com.google.gwt.i18n.client.Localizable, com.google.gwt.i18n.shared.Localizable, com.google.gwt.i18n.client.LocalizableResource

    Enclosing class:

    VRichTextToolbar

    public static interface VRichTextToolbar.Strings
    extends com.google.gwt.i18n.client.Constants

    This Constants interface is used to make the toolbar's strings internationalizable.

    • Method Detail

      • black

        String black()

        Returns:

        the constant for black

      • blue

        String blue()

        Returns:

        the constant for blue

      • bold

        String bold()

        Returns:

        the constant for bold

      • color

        String color()

        Returns:

        the constant for color

      • createLink

        String createLink()

        Returns:

        the constant for link creation

      • font

        String font()

        Returns:

        the constant for font

      • green

        String green()

        Returns:

        the constant for green

      • hr

        String hr()

        Returns:

        the constant for horizontal break

      • indent

        String indent()

        Returns:

        the constant for indent

      • insertImage

        String insertImage()

        Returns:

        the constant for image insert

      • italic

        String italic()

        Returns:

        the constant for italic

      • justifyCenter

        String justifyCenter()

        Returns:

        the constant for center-justification

      • justifyLeft

        String justifyLeft()

        Returns:

        the constant for left-justification

      • justifyRight

        String justifyRight()

        Returns:

        the constant for right-justification

      • large

        String large()

        Returns:

        the constant for large

      • medium

        String medium()

        Returns:

        the constant for medium

      • normal

        String normal()

        Returns:

        the constant for normal

      • ol

        String ol()

        Returns:

        the constant for ordered list

      • outdent

        String outdent()

        Returns:

        the constant for indent removal

      • red

        String red()

        Returns:

        the constant for red

      • removeFormat

        String removeFormat()

        Returns:

        the constant for formating removal

      • removeLink

        String removeLink()

        Returns:

        the constant for link removal

      • size

        String size()

        Returns:

        the constant for size

      • small

        String small()

        Returns:

        the constant for small

      • strikeThrough

        String strikeThrough()

        Returns:

        the constant for strike-through

      • subscript

        String subscript()

        Returns:

        the constant for subscript

      • superscript

        String superscript()

        Returns:

        the constant for superscript

      • ul

        String ul()

        Returns:

        the constant for unordered list

      • underline

        String underline()

        Returns:

        the constant for underline

      • white

        String white()

        Returns:

        the constant for white

      • xlarge

        String xlarge()

        Returns:

        the constant for extra-large

      • xsmall

        String xsmall()

        Returns:

        the constant for extra-small

      • xxlarge

        String xxlarge()

        Returns:

        the constant for extra-extra-large

      • xxsmall

        String xxsmall()

        Returns:

        the constant for extra-extra-small

      • yellow

        String yellow()

        Returns:

        the constant for yellow