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 interface
HtmlEditorDefaultAppearance.HtmlEditorResources
static interface
HtmlEditorDefaultAppearance.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.ImageResource
bold()
String
editor()
com.google.gwt.resources.client.ImageResource
fontColor()
com.google.gwt.resources.client.ImageResource
fontDecrease()
com.google.gwt.resources.client.ImageResource
fontHighlight()
com.google.gwt.resources.client.ImageResource
fontIncrease()
String
frame()
com.google.gwt.dom.client.Element
getContentElement(XElement parent)
com.google.gwt.resources.client.ImageResource
italic()
com.google.gwt.resources.client.ImageResource
justifyCenter()
com.google.gwt.resources.client.ImageResource
justifyLeft()
com.google.gwt.resources.client.ImageResource
justifyRight()
com.google.gwt.resources.client.ImageResource
link()
com.google.gwt.resources.client.ImageResource
ol()
com.google.gwt.resources.client.ImageResource
source()
com.google.gwt.resources.client.ImageResource
ul()
com.google.gwt.resources.client.ImageResource
underline()
-
-
-
Constructor Detail
-
HtmlEditorDefaultAppearance
public HtmlEditorDefaultAppearance()
-
HtmlEditorDefaultAppearance
public HtmlEditorDefaultAppearance(HtmlEditorDefaultAppearance.HtmlEditorResources resources)
-
-
Method Detail
-
bold
public com.google.gwt.resources.client.ImageResource bold()
- Specified by:
bold
in interfaceHtmlEditor.HtmlEditorAppearance
-
fontColor
public com.google.gwt.resources.client.ImageResource fontColor()
- Specified by:
fontColor
in interfaceHtmlEditor.HtmlEditorAppearance
-
fontDecrease
public com.google.gwt.resources.client.ImageResource fontDecrease()
- Specified by:
fontDecrease
in interfaceHtmlEditor.HtmlEditorAppearance
-
fontHighlight
public com.google.gwt.resources.client.ImageResource fontHighlight()
- Specified by:
fontHighlight
in interfaceHtmlEditor.HtmlEditorAppearance
-
fontIncrease
public com.google.gwt.resources.client.ImageResource fontIncrease()
- Specified by:
fontIncrease
in interfaceHtmlEditor.HtmlEditorAppearance
-
getContentElement
public com.google.gwt.dom.client.Element getContentElement(XElement parent)
- Specified by:
getContentElement
in interfaceHtmlEditor.HtmlEditorAppearance
-
italic
public com.google.gwt.resources.client.ImageResource italic()
- Specified by:
italic
in interfaceHtmlEditor.HtmlEditorAppearance
-
justifyCenter
public com.google.gwt.resources.client.ImageResource justifyCenter()
- Specified by:
justifyCenter
in interfaceHtmlEditor.HtmlEditorAppearance
-
justifyLeft
public com.google.gwt.resources.client.ImageResource justifyLeft()
- Specified by:
justifyLeft
in interfaceHtmlEditor.HtmlEditorAppearance
-
justifyRight
public com.google.gwt.resources.client.ImageResource justifyRight()
- Specified by:
justifyRight
in interfaceHtmlEditor.HtmlEditorAppearance
-
link
public com.google.gwt.resources.client.ImageResource link()
- Specified by:
link
in interfaceHtmlEditor.HtmlEditorAppearance
-
ol
public com.google.gwt.resources.client.ImageResource ol()
- Specified by:
ol
in interfaceHtmlEditor.HtmlEditorAppearance
-
ul
public com.google.gwt.resources.client.ImageResource ul()
- Specified by:
ul
in interfaceHtmlEditor.HtmlEditorAppearance
-
underline
public com.google.gwt.resources.client.ImageResource underline()
- Specified by:
underline
in interfaceHtmlEditor.HtmlEditorAppearance
-
editor
public String editor()
- Specified by:
editor
in interfaceHtmlEditor.HtmlEditorAppearance
-
frame
public String frame()
- Specified by:
frame
in interfaceHtmlEditor.HtmlEditorAppearance
-
source
public com.google.gwt.resources.client.ImageResource source()
- Specified by:
source
in interfaceHtmlEditor.HtmlEditorAppearance
-
-