com.sencha.gxt.widget.core.client.tips
Interface Tip.TipAppearance
- All Known Subinterfaces:
- SideErrorHandler.SideErrorTooltipAppearance
- All Known Implementing Classes:
- ErrorTipDefaultAppearance, TipDefaultAppearance
- Enclosing class:
- Tip
public static interface Tip.TipAppearance
applyAnchorDirectionStyle
void applyAnchorDirectionStyle(XElement anchorEl,
Style.Side anchor)
applyAnchorStyle
void applyAnchorStyle(XElement anchorEl)
getTextElement
XElement getTextElement(XElement parent)
getToolsElement
XElement getToolsElement(XElement parent)
autoWidth
int autoWidth(XElement parent,
int minWidth,
int maxWidth)
removeAnchorStyle
void removeAnchorStyle(XElement anchorEl)
render
void render(SafeHtmlBuilder sb)
updateContent
void updateContent(XElement parent,
java.lang.String heading,
java.lang.String text)
Copyright © 2012. All Rights Reserved.