|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScrollSupport.ScrollMode | |
|---|---|
| com.sencha.gxt.core.client.dom | Core utilities. |
| com.sencha.gxt.widget.core.client.container | |
| Uses of ScrollSupport.ScrollMode in com.sencha.gxt.core.client.dom |
|---|
| Methods in com.sencha.gxt.core.client.dom that return ScrollSupport.ScrollMode | |
|---|---|
ScrollSupport.ScrollMode |
ScrollSupport.getScrollMode()
|
ScrollSupport.ScrollMode |
DefaultScrollSupport.getScrollMode()
|
static ScrollSupport.ScrollMode |
ScrollSupport.ScrollMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ScrollSupport.ScrollMode[] |
ScrollSupport.ScrollMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.sencha.gxt.core.client.dom with parameters of type ScrollSupport.ScrollMode | |
|---|---|
void |
ScrollSupport.setScrollMode(ScrollSupport.ScrollMode scroll)
|
void |
DefaultScrollSupport.setScrollMode(ScrollSupport.ScrollMode scrollMode)
|
| Uses of ScrollSupport.ScrollMode in com.sencha.gxt.widget.core.client.container |
|---|
| Methods in com.sencha.gxt.widget.core.client.container that return ScrollSupport.ScrollMode | |
|---|---|
ScrollSupport.ScrollMode |
VerticalLayoutContainer.getScrollMode()
Returns the scroll mode from the container's ScrollSupport
instance. |
ScrollSupport.ScrollMode |
HorizontalLayoutContainer.getScrollMode()
Returns the scroll mode from the container's ScrollSupport
instance. |
ScrollSupport.ScrollMode |
FlowLayoutContainer.getScrollMode()
Returns the scroll mode from the container's ScrollSupport
instance. |
ScrollSupport.ScrollMode |
CssFloatLayoutContainer.getScrollMode()
Returns the scroll mode from the container's ScrollSupport
instance. |
| Methods in com.sencha.gxt.widget.core.client.container with parameters of type ScrollSupport.ScrollMode | |
|---|---|
void |
VerticalLayoutContainer.setScrollMode(ScrollSupport.ScrollMode scrollMode)
Sets the scroll mode on the container's ScrollSupport
instance. |
void |
HorizontalLayoutContainer.setScrollMode(ScrollSupport.ScrollMode scrollMode)
Sets the scroll mode on the container's ScrollSupport
instance. |
void |
FlowLayoutContainer.setScrollMode(ScrollSupport.ScrollMode scrollMode)
Sets the scroll mode on the container's ScrollSupport
instance. |
void |
CssFloatLayoutContainer.setScrollMode(ScrollSupport.ScrollMode scrollMode)
Sets the scroll mode on the container's ScrollSupport
instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||