|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Style.LayoutRegion | |
|---|---|
| com.sencha.gxt.core.client | |
| com.sencha.gxt.theme.base.client.widget | |
| com.sencha.gxt.widget.core.client | GXT widgets and other user-interface classes. |
| com.sencha.gxt.widget.core.client.container | |
| Uses of Style.LayoutRegion in com.sencha.gxt.core.client |
|---|
| Methods in com.sencha.gxt.core.client that return Style.LayoutRegion | |
|---|---|
static Style.LayoutRegion |
Style.LayoutRegion.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Style.LayoutRegion[] |
Style.LayoutRegion.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of Style.LayoutRegion in com.sencha.gxt.theme.base.client.widget |
|---|
| Methods in com.sencha.gxt.theme.base.client.widget with parameters of type Style.LayoutRegion | |
|---|---|
void |
SplitBarDefaultAppearance.render(SafeHtmlBuilder sb,
Style.LayoutRegion region)
|
void |
CollapsePanelDefaultAppearance.render(SafeHtmlBuilder sb,
Style.LayoutRegion region)
|
| Uses of Style.LayoutRegion in com.sencha.gxt.widget.core.client |
|---|
| Methods in com.sencha.gxt.widget.core.client that return Style.LayoutRegion | |
|---|---|
Style.LayoutRegion |
CollapsePanel.getRegion()
Returns the Style.LayoutRegion associated with this CollapsePanel
. |
| Methods in com.sencha.gxt.widget.core.client with parameters of type Style.LayoutRegion | |
|---|---|
void |
SplitBar.SplitBarAppearance.render(SafeHtmlBuilder sb,
Style.LayoutRegion region)
|
void |
CollapsePanel.CollapsePanelAppearance.render(SafeHtmlBuilder sb,
Style.LayoutRegion region)
Renders the CollapsePanel appearance for the given region into
safe HTML. |
| Constructors in com.sencha.gxt.widget.core.client with parameters of type Style.LayoutRegion | |
|---|---|
CollapsePanel(ContentPanel panel,
BorderLayoutContainer.BorderLayoutData data,
Style.LayoutRegion region)
Creates a CollapsePanel that acts as a stand-in for the given panel
when it is collapsed. |
|
SplitBar(SplitBar.SplitBarAppearance appearance,
Style.LayoutRegion region,
Component resizeWidget)
Creates a new split bar with the specified appearance |
|
SplitBar(Style.LayoutRegion region,
Component target)
Creates a split for bar for the specified layout region and target. |
|
SplitBar(Style.LayoutRegion style,
Component resizeWidget,
Component container)
Creates a new split bar. |
|
| Uses of Style.LayoutRegion in com.sencha.gxt.widget.core.client.container |
|---|
| Methods in com.sencha.gxt.widget.core.client.container with parameters of type Style.LayoutRegion | |
|---|---|
void |
BorderLayoutContainer.collapse(Style.LayoutRegion region)
Collapses the panel in the given region. |
void |
BorderLayoutContainer.expand(Style.LayoutRegion region)
Expands the panel in the given region. |
Widget |
BorderLayoutContainer.getRegionWidget(Style.LayoutRegion region)
Returns the widget in the specified region, or null if there is no widget for that region. |
void |
BorderLayoutContainer.hide(Style.LayoutRegion region)
Hides the component in the given region. |
void |
BorderLayoutContainer.show(Style.LayoutRegion region)
Shows the component in the given region. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||