Nuxeo Enterprise Platform 5.4

org.nuxeo.opensocial.wysiwyg.client.resources
Interface RichTextEditorConstants

All Superinterfaces:
com.google.gwt.i18n.client.Constants, com.google.gwt.i18n.client.Localizable, com.google.gwt.i18n.client.LocalizableResource

public interface RichTextEditorConstants
extends com.google.gwt.i18n.client.Constants


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.Constants
com.google.gwt.i18n.client.Constants.DefaultBooleanValue, com.google.gwt.i18n.client.Constants.DefaultDoubleValue, com.google.gwt.i18n.client.Constants.DefaultFloatValue, com.google.gwt.i18n.client.Constants.DefaultIntValue, com.google.gwt.i18n.client.Constants.DefaultStringArrayValue, com.google.gwt.i18n.client.Constants.DefaultStringMapValue, com.google.gwt.i18n.client.Constants.DefaultStringValue
 
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.LocalizableResource
com.google.gwt.i18n.client.LocalizableResource.DefaultLocale, com.google.gwt.i18n.client.LocalizableResource.Description, com.google.gwt.i18n.client.LocalizableResource.Generate, com.google.gwt.i18n.client.LocalizableResource.GeneratedFrom, com.google.gwt.i18n.client.LocalizableResource.GenerateKeys, com.google.gwt.i18n.client.LocalizableResource.Key, com.google.gwt.i18n.client.LocalizableResource.Meaning
 
Method Summary
 String alignCenter()
           
 String alignLeft()
           
 String alignRight()
           
 String black()
           
 String blue()
           
 String bold()
           
 String breakLine()
           
 String colorsListName()
           
 String fontsListName()
           
 String fontsSizeListName()
           
 String green()
           
 String image()
           
 String insertImageUrl()
           
 String insertLinkUrl()
           
 String italic()
           
 String link()
           
 String orderList()
           
 String red()
           
 String underline()
           
 String unorderList()
           
 String white()
           
 String yellow()
           
 

Method Detail

white

String white()

black

String black()

red

String red()

green

String green()

yellow

String yellow()

blue

String blue()

insertLinkUrl

String insertLinkUrl()

insertImageUrl

String insertImageUrl()

bold

String bold()

italic

String italic()

underline

String underline()

alignLeft

String alignLeft()

alignCenter

String alignCenter()

alignRight

String alignRight()

orderList

String orderList()

unorderList

String unorderList()

link

String link()

breakLine

String breakLine()

image

String image()

fontsListName

String fontsListName()

colorsListName

String colorsListName()

fontsSizeListName

String fontsSizeListName()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.