| Modifier and Type | Class and Description |
|---|---|
class |
JQLayoutDiv<J extends JQLayoutDiv<J>>
This class makes sure only layout DIV's gets added to Layout's Also adds capability of headers and footers
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull JQLayoutDiv<? extends com.jwebmp.core.base.interfaces.IComponentHierarchyBase> |
BorderLayout.getCenter()
Returns the center pane
|
@NotNull JQLayoutDiv<?> |
BorderLayout.getEast()
Returns the center pane
|
JQLayoutDiv<?> |
BorderLayout.getNorth()
Returns the center pane
|
JQLayoutDiv |
BorderLayout.getPane(JQLayoutArea area)
Gets the layout div for a pane
|
JQLayoutDiv<?> |
BorderLayout.getSouth()
Returns the south pane
|
@NotNull JQLayoutDiv<?> |
BorderLayout.getWest()
Returns the center pane
|
| Modifier and Type | Method and Description |
|---|---|
J |
BorderLayout.setCenter(JQLayoutDiv centerDiv)
Sets the center pane
|
J |
BorderLayout.setEast(JQLayoutDiv<?> eastDiv)
Sets the center pane
|
J |
BorderLayout.setNorth(JQLayoutDiv<?> northDiv)
Sets the north pane
|
J |
BorderLayout.setSouth(JQLayoutDiv<?> southDiv)
Sets the south pane
|
J |
BorderLayout.setWest(JQLayoutDiv<?> westDiv)
Sets the center pane
|
| Constructor and Description |
|---|
JQLayoutAddPinButtonFeature(JQLayoutDiv layoutDiv,
com.jwebmp.core.Component pinButton)
Adds a pin button for the layout side to the given component
|
JQLayoutAddSlideToggleButtonFeature(JQLayoutDiv layoutDiv,
com.jwebmp.core.Component pinButton) |
JQLayoutAddToggleButtonFeature(JQLayoutDiv layoutDiv,
com.jwebmp.core.Component pinButton) |
JQLayoutCloseLayoutDivFeature(JQLayoutDiv layoutDiv) |
JQLayoutDisableClosableFeature(JQLayoutDiv layoutDiv)
Adds a pin button for the layout side to the given component
|
JQLayoutDisableResizableFeature(JQLayoutDiv layoutDiv)
Adds a pin button for the layout side to the given component
|
JQLayoutDisableSlidableFeature(JQLayoutDiv layoutDiv,
com.jwebmp.core.Component pinButton)
Adds a pin button for the layout side to the given component
|
JQLayoutEnableClosableFeature(JQLayoutDiv layoutDiv)
Adds a pin button for the layout side to the given component
|
JQLayoutEnableResizableFeature(JQLayoutDiv layoutDiv)
Adds a pin button for the layout side to the given component
|
JQLayoutEnableSlidableFeature(JQLayoutDiv layoutDiv,
com.jwebmp.core.Component pinButton)
Adds a pin button for the layout side to the given component
|
JQLayoutOpenLayoutDivFeature(JQLayoutDiv layoutDiv) |
JQLayoutSlideCloseLayoutDivFeature(JQLayoutDiv layoutDiv) |
JQLayoutSlideOpenLayoutDivFeature(JQLayoutDiv layoutDiv) |
JQLayoutSlideToggleLayoutDivFeature(JQLayoutDiv layoutDiv) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IJQLayoutDiv<J extends JQLayoutDiv<J>> |
| Modifier and Type | Method and Description |
|---|---|
@NotNull JQLayoutDiv |
IJQLayout.getCenter()
Returns the center pane
|
@NotNull JQLayoutDiv<?> |
IJQLayout.getEast()
Returns the center pane
|
JQLayoutDiv<?> |
IJQLayout.getNorth()
Returns the center pane
|
JQLayoutDiv |
IJQLayout.getPane(JQLayoutArea area)
Gets the layout div for a pane
|
JQLayoutDiv<?> |
IJQLayout.getSouth()
Returns the south pane
|
@NotNull JQLayoutDiv<?> |
IJQLayout.getWest()
Returns the center pane
|
| Modifier and Type | Method and Description |
|---|---|
J |
IJQLayout.setCenter(JQLayoutDiv centerDiv)
Sets the center pane
|
J |
IJQLayout.setEast(JQLayoutDiv<?> eastDiv)
Sets the center pane
|
J |
IJQLayout.setNorth(JQLayoutDiv<?> centerDiv) |
J |
IJQLayout.setSouth(JQLayoutDiv<?> southDiv)
Sets the south pane
|
J |
IJQLayout.setWest(JQLayoutDiv<?> westDiv)
Sets the center pane
|
| Modifier and Type | Method and Description |
|---|---|
JQLayoutDiv<?> |
JQLayoutDefaultOptions.getContentIgnoreSelector()
contentIgnoreSelector = "ui-layout-ignore" (any valid jQuery selector string)
|
JQLayoutDiv<?> |
JQLayoutDefaultOptions.getContentSelector()
contentSelector = ".ui-layout-content" (any valid jQuery selector string)
|
JQLayoutDiv |
JQLayoutDefaultOptions.getLayoutDiv()
Gets the Layout Div for which these options belong
|
JQLayoutDiv<?> |
JQLayoutDefaultOptions.getPaneSelector()
paneSelector = ".ui-layout-PANE" (any valid jQuery selector string)
|
| Modifier and Type | Method and Description |
|---|---|
J |
JQLayoutDefaultOptions.setContentIgnoreSelector(JQLayoutDiv<?> contentIgnoreSelector)
contentIgnoreSelector = "ui-layout-ignore" (any valid jQuery selector string)
|
J |
JQLayoutDefaultOptions.setContentSelector(JQLayoutDiv<?> contentSelector)
contentSelector = ".ui-layout-content" (any valid jQuery selector string)
|
J |
JQLayoutDefaultOptions.setLayoutDiv(JQLayoutDiv layoutDiv)
Sets the Layout Div for which these options belong
|
J |
JQLayoutDefaultOptions.setPaneSelector(JQLayoutDiv<?> paneSelector)
paneSelector = ".ui-layout-PANE" (any valid jQuery selector string)
|
Copyright © 2019 Marc Magon. All rights reserved.