|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Size | |
|---|---|
| com.sencha.gxt.core.client.dom | Core utilities. |
| com.sencha.gxt.core.client.util | |
| com.sencha.gxt.theme.base.client.frame | |
| Uses of Size in com.sencha.gxt.core.client.dom |
|---|
| Methods in com.sencha.gxt.core.client.dom that return Size | |
|---|---|
Size |
XElement.getFrameSize()
Returns the sum width of the padding and borders for all "sides". |
Size |
XElement.getSize()
Returns the size of the element. |
Size |
XElement.getSize(boolean content)
Returns the element's size. |
Size |
XElement.getStyleSize()
Returns the element's size (excluding padding and borders), using style attribute before offsets. |
Size |
XElement.getStyleSize(boolean contentOnly)
Returns the element's size, using style attribute before offsets. |
static Size |
XDOM.getViewportSize()
Returns the viewports size. |
| Methods in com.sencha.gxt.core.client.dom with parameters of type Size | |
|---|---|
void |
XElement.setSize(Size size)
Sets the element's size. |
| Uses of Size in com.sencha.gxt.core.client.util |
|---|
| Methods in com.sencha.gxt.core.client.util that return Size | |
|---|---|
Size |
TextMetrics.getSize(java.lang.String text)
Returns the size of the specified text based on the internal element's style and width properties. |
| Uses of Size in com.sencha.gxt.theme.base.client.frame |
|---|
| Methods in com.sencha.gxt.theme.base.client.frame that return Size | |
|---|---|
Size |
TableFrame.getFrameSize()
|
Size |
NestedDivFrame.getFrameSize()
|
Size |
Frame.getFrameSize()
|
Size |
DivFrame.getFrameSize()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||