|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Style.Side | |
|---|---|
| com.sencha.gxt.core.client | |
| com.sencha.gxt.core.client.dom | Core utilities. |
| com.sencha.gxt.theme.base.client.tips | |
| com.sencha.gxt.widget.core.client.tips | ToolTips. |
| Uses of Style.Side in com.sencha.gxt.core.client |
|---|
| Methods in com.sencha.gxt.core.client that return Style.Side | |
|---|---|
static Style.Side |
Style.Side.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Style.Side[] |
Style.Side.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of Style.Side in com.sencha.gxt.core.client.dom |
|---|
| Methods in com.sencha.gxt.core.client.dom with parameters of type Style.Side | |
|---|---|
int |
XElement.getFrameWidth(Style.Side... side)
Returns the sum width of the padding and borders for the passed "sides". |
int |
XElement.getMargins(Style.Side... sides)
Returns the total margin size of the specified sides. |
int |
XElement.getPadding(Style.Side... sides)
Returns the width of the padding(s) for the specified side(s). |
| Uses of Style.Side in com.sencha.gxt.theme.base.client.tips |
|---|
| Methods in com.sencha.gxt.theme.base.client.tips with parameters of type Style.Side | |
|---|---|
void |
TipDefaultAppearance.applyAnchorDirectionStyle(XElement anchorEl,
Style.Side anchor)
|
| Uses of Style.Side in com.sencha.gxt.widget.core.client.tips |
|---|
| Methods in com.sencha.gxt.widget.core.client.tips that return Style.Side | |
|---|---|
Style.Side |
ToolTipConfig.getAnchor()
Returns the anchor position. |
| Methods in com.sencha.gxt.widget.core.client.tips with parameters of type Style.Side | |
|---|---|
void |
Tip.TipAppearance.applyAnchorDirectionStyle(XElement anchorEl,
Style.Side anchor)
|
void |
ToolTipConfig.setAnchor(Style.Side anchor)
Sets the anchor position (defaults to "bottom"). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||