com.sencha.gxt.theme.base.client.field
Class HtmlEditorDefaultAppearance

java.lang.Object
  extended by com.sencha.gxt.theme.base.client.field.HtmlEditorDefaultAppearance
All Implemented Interfaces:
HtmlEditor.HtmlEditorAppearance

public class HtmlEditorDefaultAppearance
extends Object
implements HtmlEditor.HtmlEditorAppearance


Nested Class Summary
static interface HtmlEditorDefaultAppearance.HtmlEditorResources
           
static interface HtmlEditorDefaultAppearance.HtmlEditorStyle
           
 
Constructor Summary
HtmlEditorDefaultAppearance()
           
HtmlEditorDefaultAppearance(HtmlEditorDefaultAppearance.HtmlEditorResources resources)
           
 
Method Summary
 ImageResource bold()
           
 String editor()
           
 ImageResource fontColor()
           
 ImageResource fontDecrease()
           
 ImageResource fontHighlight()
           
 ImageResource fontIncrease()
           
 String frame()
           
 Element getContentElement(XElement parent)
           
 ImageResource italic()
           
 ImageResource justifyCenter()
           
 ImageResource justifyLeft()
           
 ImageResource justifyRight()
           
 ImageResource link()
           
 ImageResource ol()
           
 ImageResource source()
           
 ImageResource ul()
           
 ImageResource underline()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlEditorDefaultAppearance

public HtmlEditorDefaultAppearance()

HtmlEditorDefaultAppearance

public HtmlEditorDefaultAppearance(HtmlEditorDefaultAppearance.HtmlEditorResources resources)
Method Detail

bold

public ImageResource bold()
Specified by:
bold in interface HtmlEditor.HtmlEditorAppearance

fontColor

public ImageResource fontColor()
Specified by:
fontColor in interface HtmlEditor.HtmlEditorAppearance

fontDecrease

public ImageResource fontDecrease()
Specified by:
fontDecrease in interface HtmlEditor.HtmlEditorAppearance

fontHighlight

public ImageResource fontHighlight()
Specified by:
fontHighlight in interface HtmlEditor.HtmlEditorAppearance

fontIncrease

public ImageResource fontIncrease()
Specified by:
fontIncrease in interface HtmlEditor.HtmlEditorAppearance

getContentElement

public Element getContentElement(XElement parent)
Specified by:
getContentElement in interface HtmlEditor.HtmlEditorAppearance

italic

public ImageResource italic()
Specified by:
italic in interface HtmlEditor.HtmlEditorAppearance

justifyCenter

public ImageResource justifyCenter()
Specified by:
justifyCenter in interface HtmlEditor.HtmlEditorAppearance

justifyLeft

public ImageResource justifyLeft()
Specified by:
justifyLeft in interface HtmlEditor.HtmlEditorAppearance

justifyRight

public ImageResource justifyRight()
Specified by:
justifyRight in interface HtmlEditor.HtmlEditorAppearance

link

public ImageResource link()
Specified by:
link in interface HtmlEditor.HtmlEditorAppearance

ol

public ImageResource ol()
Specified by:
ol in interface HtmlEditor.HtmlEditorAppearance

ul

public ImageResource ul()
Specified by:
ul in interface HtmlEditor.HtmlEditorAppearance

underline

public ImageResource underline()
Specified by:
underline in interface HtmlEditor.HtmlEditorAppearance

editor

public String editor()
Specified by:
editor in interface HtmlEditor.HtmlEditorAppearance

frame

public String frame()
Specified by:
frame in interface HtmlEditor.HtmlEditorAppearance

source

public ImageResource source()
Specified by:
source in interface HtmlEditor.HtmlEditorAppearance


Copyright © 2012. All Rights Reserved.