Class HtmlEditorDefaultAppearance
- java.lang.Object
-
- com.sencha.gxt.theme.base.client.field.HtmlEditorDefaultAppearance
-
- All Implemented Interfaces:
HtmlEditor.HtmlEditorAppearance
public class HtmlEditorDefaultAppearance extends Object implements HtmlEditor.HtmlEditorAppearance
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHtmlEditorDefaultAppearance.HtmlEditorResourcesstatic interfaceHtmlEditorDefaultAppearance.HtmlEditorStyle
-
Constructor Summary
Constructors Constructor Description HtmlEditorDefaultAppearance()HtmlEditorDefaultAppearance(HtmlEditorDefaultAppearance.HtmlEditorResources resources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.resources.client.ImageResourcebold()Stringeditor()com.google.gwt.resources.client.ImageResourcefontColor()com.google.gwt.resources.client.ImageResourcefontDecrease()com.google.gwt.resources.client.ImageResourcefontHighlight()com.google.gwt.resources.client.ImageResourcefontIncrease()Stringframe()com.google.gwt.dom.client.ElementgetContentElement(XElement parent)com.google.gwt.resources.client.ImageResourceitalic()com.google.gwt.resources.client.ImageResourcejustifyCenter()com.google.gwt.resources.client.ImageResourcejustifyLeft()com.google.gwt.resources.client.ImageResourcejustifyRight()com.google.gwt.resources.client.ImageResourcelink()com.google.gwt.resources.client.ImageResourceol()com.google.gwt.resources.client.ImageResourcesource()com.google.gwt.resources.client.ImageResourceul()com.google.gwt.resources.client.ImageResourceunderline()
-
-
-
Constructor Detail
-
HtmlEditorDefaultAppearance
public HtmlEditorDefaultAppearance()
-
HtmlEditorDefaultAppearance
public HtmlEditorDefaultAppearance(HtmlEditorDefaultAppearance.HtmlEditorResources resources)
-
-
Method Detail
-
bold
public com.google.gwt.resources.client.ImageResource bold()
- Specified by:
boldin interfaceHtmlEditor.HtmlEditorAppearance
-
fontColor
public com.google.gwt.resources.client.ImageResource fontColor()
- Specified by:
fontColorin interfaceHtmlEditor.HtmlEditorAppearance
-
fontDecrease
public com.google.gwt.resources.client.ImageResource fontDecrease()
- Specified by:
fontDecreasein interfaceHtmlEditor.HtmlEditorAppearance
-
fontHighlight
public com.google.gwt.resources.client.ImageResource fontHighlight()
- Specified by:
fontHighlightin interfaceHtmlEditor.HtmlEditorAppearance
-
fontIncrease
public com.google.gwt.resources.client.ImageResource fontIncrease()
- Specified by:
fontIncreasein interfaceHtmlEditor.HtmlEditorAppearance
-
getContentElement
public com.google.gwt.dom.client.Element getContentElement(XElement parent)
- Specified by:
getContentElementin interfaceHtmlEditor.HtmlEditorAppearance
-
italic
public com.google.gwt.resources.client.ImageResource italic()
- Specified by:
italicin interfaceHtmlEditor.HtmlEditorAppearance
-
justifyCenter
public com.google.gwt.resources.client.ImageResource justifyCenter()
- Specified by:
justifyCenterin interfaceHtmlEditor.HtmlEditorAppearance
-
justifyLeft
public com.google.gwt.resources.client.ImageResource justifyLeft()
- Specified by:
justifyLeftin interfaceHtmlEditor.HtmlEditorAppearance
-
justifyRight
public com.google.gwt.resources.client.ImageResource justifyRight()
- Specified by:
justifyRightin interfaceHtmlEditor.HtmlEditorAppearance
-
link
public com.google.gwt.resources.client.ImageResource link()
- Specified by:
linkin interfaceHtmlEditor.HtmlEditorAppearance
-
ol
public com.google.gwt.resources.client.ImageResource ol()
- Specified by:
olin interfaceHtmlEditor.HtmlEditorAppearance
-
ul
public com.google.gwt.resources.client.ImageResource ul()
- Specified by:
ulin interfaceHtmlEditor.HtmlEditorAppearance
-
underline
public com.google.gwt.resources.client.ImageResource underline()
- Specified by:
underlinein interfaceHtmlEditor.HtmlEditorAppearance
-
editor
public String editor()
- Specified by:
editorin interfaceHtmlEditor.HtmlEditorAppearance
-
frame
public String frame()
- Specified by:
framein interfaceHtmlEditor.HtmlEditorAppearance
-
source
public com.google.gwt.resources.client.ImageResource source()
- Specified by:
sourcein interfaceHtmlEditor.HtmlEditorAppearance
-
-