public class Css3TipAppearance extends Object implements com.sencha.gxt.widget.core.client.tips.Tip.TipAppearance
| Modifier and Type | Class and Description |
|---|---|
static interface |
Css3TipAppearance.Css3TipResources |
static interface |
Css3TipAppearance.Css3TipStyle |
static interface |
Css3TipAppearance.Css3TipTemplate |
| Constructor and Description |
|---|
Css3TipAppearance() |
Css3TipAppearance(Css3TipAppearance.Css3TipResources resources) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyAnchorDirectionStyle(com.sencha.gxt.core.client.dom.XElement anchorEl,
com.sencha.gxt.core.client.Style.Side anchor) |
void |
applyAnchorStyle(com.sencha.gxt.core.client.dom.XElement anchorEl) |
int |
autoWidth(com.sencha.gxt.core.client.dom.XElement parent,
int minWidth,
int maxWidth) |
com.sencha.gxt.core.client.dom.XElement |
getHeaderElement(com.sencha.gxt.core.client.dom.XElement parent) |
com.sencha.gxt.core.client.dom.XElement |
getTextElement(com.sencha.gxt.core.client.dom.XElement parent) |
com.sencha.gxt.core.client.dom.XElement |
getToolsElement(com.sencha.gxt.core.client.dom.XElement parent) |
void |
removeAnchorStyle(com.sencha.gxt.core.client.dom.XElement anchorEl) |
void |
render(com.google.gwt.safehtml.shared.SafeHtmlBuilder sb) |
void |
updateContent(com.sencha.gxt.core.client.dom.XElement parent,
String heading,
String text) |
public Css3TipAppearance()
public Css3TipAppearance(Css3TipAppearance.Css3TipResources resources)
public void applyAnchorDirectionStyle(com.sencha.gxt.core.client.dom.XElement anchorEl,
com.sencha.gxt.core.client.Style.Side anchor)
applyAnchorDirectionStyle in interface com.sencha.gxt.widget.core.client.tips.Tip.TipAppearancepublic void applyAnchorStyle(com.sencha.gxt.core.client.dom.XElement anchorEl)
applyAnchorStyle in interface com.sencha.gxt.widget.core.client.tips.Tip.TipAppearancepublic com.sencha.gxt.core.client.dom.XElement getHeaderElement(com.sencha.gxt.core.client.dom.XElement parent)
public com.sencha.gxt.core.client.dom.XElement getTextElement(com.sencha.gxt.core.client.dom.XElement parent)
getTextElement in interface com.sencha.gxt.widget.core.client.tips.Tip.TipAppearancepublic com.sencha.gxt.core.client.dom.XElement getToolsElement(com.sencha.gxt.core.client.dom.XElement parent)
getToolsElement in interface com.sencha.gxt.widget.core.client.tips.Tip.TipAppearancepublic void removeAnchorStyle(com.sencha.gxt.core.client.dom.XElement anchorEl)
removeAnchorStyle in interface com.sencha.gxt.widget.core.client.tips.Tip.TipAppearancepublic void render(com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
render in interface com.sencha.gxt.widget.core.client.tips.Tip.TipAppearancepublic int autoWidth(com.sencha.gxt.core.client.dom.XElement parent,
int minWidth,
int maxWidth)
autoWidth in interface com.sencha.gxt.widget.core.client.tips.Tip.TipAppearanceCopyright © 2021. All Rights Reserved.