com.extjs.gxt.ui.client.widget.form
Class HtmlEditor.HtmlEditorImages
java.lang.Object
com.extjs.gxt.ui.client.widget.form.Field.FieldImages
com.extjs.gxt.ui.client.widget.form.HtmlEditor.HtmlEditorImages
- Enclosing class:
- HtmlEditor
public class HtmlEditor.HtmlEditorImages
- extends Field.FieldImages
Method Summary |
com.google.gwt.user.client.ui.AbstractImagePrototype |
getBold()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
getFontColor()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
getFontDecrease()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
getFontHighlight()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
getFontIncrease()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
getItalic()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
getJustifyCenter()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
getJustifyLeft()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
getJustifyRight()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
getLink()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
getOl()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
getSource()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
getUl()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
getUnderline()
|
void |
setBold(com.google.gwt.user.client.ui.AbstractImagePrototype bold)
|
void |
setFontColor(com.google.gwt.user.client.ui.AbstractImagePrototype fontColor)
|
void |
setFontDecrease(com.google.gwt.user.client.ui.AbstractImagePrototype fontDecrease)
|
void |
setFontHighlight(com.google.gwt.user.client.ui.AbstractImagePrototype fontHighlight)
|
void |
setFontIncrease(com.google.gwt.user.client.ui.AbstractImagePrototype fontIncrease)
|
void |
setItalic(com.google.gwt.user.client.ui.AbstractImagePrototype italic)
|
void |
setJustifyCenter(com.google.gwt.user.client.ui.AbstractImagePrototype justifyCenter)
|
void |
setJustifyLeft(com.google.gwt.user.client.ui.AbstractImagePrototype justifyLeft)
|
void |
setJustifyRight(com.google.gwt.user.client.ui.AbstractImagePrototype justifyRight)
|
void |
setLink(com.google.gwt.user.client.ui.AbstractImagePrototype link)
|
void |
setOl(com.google.gwt.user.client.ui.AbstractImagePrototype ol)
|
void |
setSource(com.google.gwt.user.client.ui.AbstractImagePrototype source)
|
void |
setUl(com.google.gwt.user.client.ui.AbstractImagePrototype ul)
|
void |
setUnderline(com.google.gwt.user.client.ui.AbstractImagePrototype underline)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlEditor.HtmlEditorImages
public HtmlEditor.HtmlEditorImages()
getBold
public com.google.gwt.user.client.ui.AbstractImagePrototype getBold()
getFontColor
public com.google.gwt.user.client.ui.AbstractImagePrototype getFontColor()
getFontDecrease
public com.google.gwt.user.client.ui.AbstractImagePrototype getFontDecrease()
getFontHighlight
public com.google.gwt.user.client.ui.AbstractImagePrototype getFontHighlight()
getFontIncrease
public com.google.gwt.user.client.ui.AbstractImagePrototype getFontIncrease()
getItalic
public com.google.gwt.user.client.ui.AbstractImagePrototype getItalic()
getJustifyCenter
public com.google.gwt.user.client.ui.AbstractImagePrototype getJustifyCenter()
getJustifyLeft
public com.google.gwt.user.client.ui.AbstractImagePrototype getJustifyLeft()
getJustifyRight
public com.google.gwt.user.client.ui.AbstractImagePrototype getJustifyRight()
getLink
public com.google.gwt.user.client.ui.AbstractImagePrototype getLink()
getOl
public com.google.gwt.user.client.ui.AbstractImagePrototype getOl()
getSource
public com.google.gwt.user.client.ui.AbstractImagePrototype getSource()
getUl
public com.google.gwt.user.client.ui.AbstractImagePrototype getUl()
getUnderline
public com.google.gwt.user.client.ui.AbstractImagePrototype getUnderline()
setBold
public void setBold(com.google.gwt.user.client.ui.AbstractImagePrototype bold)
setFontColor
public void setFontColor(com.google.gwt.user.client.ui.AbstractImagePrototype fontColor)
setFontDecrease
public void setFontDecrease(com.google.gwt.user.client.ui.AbstractImagePrototype fontDecrease)
setFontHighlight
public void setFontHighlight(com.google.gwt.user.client.ui.AbstractImagePrototype fontHighlight)
setFontIncrease
public void setFontIncrease(com.google.gwt.user.client.ui.AbstractImagePrototype fontIncrease)
setItalic
public void setItalic(com.google.gwt.user.client.ui.AbstractImagePrototype italic)
setJustifyCenter
public void setJustifyCenter(com.google.gwt.user.client.ui.AbstractImagePrototype justifyCenter)
setJustifyLeft
public void setJustifyLeft(com.google.gwt.user.client.ui.AbstractImagePrototype justifyLeft)
setJustifyRight
public void setJustifyRight(com.google.gwt.user.client.ui.AbstractImagePrototype justifyRight)
setLink
public void setLink(com.google.gwt.user.client.ui.AbstractImagePrototype link)
setOl
public void setOl(com.google.gwt.user.client.ui.AbstractImagePrototype ol)
setSource
public void setSource(com.google.gwt.user.client.ui.AbstractImagePrototype source)
setUl
public void setUl(com.google.gwt.user.client.ui.AbstractImagePrototype ul)
setUnderline
public void setUnderline(com.google.gwt.user.client.ui.AbstractImagePrototype underline)