public class HtmlEditor.HtmlEditorImages
extends com.extjs.gxt.ui.client.widget.form.Field.FieldImages
Constructor and Description |
---|
HtmlEditorImages() |
Modifier and Type | Method and Description |
---|---|
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) |
public com.google.gwt.user.client.ui.AbstractImagePrototype getBold()
public com.google.gwt.user.client.ui.AbstractImagePrototype getFontColor()
public com.google.gwt.user.client.ui.AbstractImagePrototype getFontDecrease()
public com.google.gwt.user.client.ui.AbstractImagePrototype getFontHighlight()
public com.google.gwt.user.client.ui.AbstractImagePrototype getFontIncrease()
public com.google.gwt.user.client.ui.AbstractImagePrototype getItalic()
public com.google.gwt.user.client.ui.AbstractImagePrototype getJustifyCenter()
public com.google.gwt.user.client.ui.AbstractImagePrototype getJustifyLeft()
public com.google.gwt.user.client.ui.AbstractImagePrototype getJustifyRight()
public com.google.gwt.user.client.ui.AbstractImagePrototype getLink()
public com.google.gwt.user.client.ui.AbstractImagePrototype getOl()
public com.google.gwt.user.client.ui.AbstractImagePrototype getSource()
public com.google.gwt.user.client.ui.AbstractImagePrototype getUl()
public com.google.gwt.user.client.ui.AbstractImagePrototype getUnderline()
public void setBold(com.google.gwt.user.client.ui.AbstractImagePrototype bold)
public void setFontColor(com.google.gwt.user.client.ui.AbstractImagePrototype fontColor)
public void setFontDecrease(com.google.gwt.user.client.ui.AbstractImagePrototype fontDecrease)
public void setFontHighlight(com.google.gwt.user.client.ui.AbstractImagePrototype fontHighlight)
public void setFontIncrease(com.google.gwt.user.client.ui.AbstractImagePrototype fontIncrease)
public void setItalic(com.google.gwt.user.client.ui.AbstractImagePrototype italic)
public void setJustifyCenter(com.google.gwt.user.client.ui.AbstractImagePrototype justifyCenter)
public void setJustifyLeft(com.google.gwt.user.client.ui.AbstractImagePrototype justifyLeft)
public void setJustifyRight(com.google.gwt.user.client.ui.AbstractImagePrototype justifyRight)
public void setLink(com.google.gwt.user.client.ui.AbstractImagePrototype link)
public void setOl(com.google.gwt.user.client.ui.AbstractImagePrototype ol)
public void setSource(com.google.gwt.user.client.ui.AbstractImagePrototype source)
public void setUl(com.google.gwt.user.client.ui.AbstractImagePrototype ul)
public void setUnderline(com.google.gwt.user.client.ui.AbstractImagePrototype underline)
Copyright © 2018. All Rights Reserved.