| Package | Description |
|---|---|
| com.jwebmp.plugins.jqlayout | |
| com.jwebmp.plugins.jqlayout.components | |
| com.jwebmp.plugins.jqlayout.enumerations | |
| com.jwebmp.plugins.jqlayout.interfaces |
| Modifier and Type | Method and Description |
|---|---|
@NotNull JQLayoutArea |
JQLayoutDiv.getArea()
Gets the current assigned area
|
| Modifier and Type | Method and Description |
|---|---|
J |
JQLayoutDiv.setArea(JQLayoutArea area)
Sets the current assigned area
|
| Constructor and Description |
|---|
JQLayoutDiv(BorderLayout<?> layout,
JQLayoutArea area,
JQLayoutContentDiv<?> contentDiv)
Constructs a new Border Layout Div
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull JQLayoutAddSlideToggleButtonFeature |
BorderLayout.createAddSlideToggleButton(JQLayoutArea pane,
com.jwebmp.core.Component pinButton)
Creates a toggle button that uses the animation for the given pane on the component.
|
@NotNull JQLayoutCloseLayoutDivFeature |
BorderLayout.createCloseButton(com.jwebmp.core.Component component,
JQLayoutArea pane)
Creates a toggle button for the given pane on the component.
|
@NotNull JQLayoutOpenLayoutDivFeature |
BorderLayout.createOpenButton(com.jwebmp.core.Component component,
JQLayoutArea pane)
Creates a toggle button for the given pane on the component.
|
@NotNull JQLayoutAddPinButtonFeature |
BorderLayout.createPinButton(com.jwebmp.core.Component component,
JQLayoutArea pane)
Creates a toggle button for the given pane on the component.
|
@NotNull JQLayoutSlideCloseLayoutDivFeature |
BorderLayout.createSlideCloseFeature(JQLayoutArea pane)
Creates a toggle button for the given pane on the component.
|
@NotNull JQLayoutSlideOpenLayoutDivFeature |
BorderLayout.createSlideOpenFeature(JQLayoutArea pane)
Creates a toggle button for the given pane on the component.
|
@NotNull JQLayoutSlideToggleLayoutDivFeature |
BorderLayout.createSlideToggleButton(JQLayoutArea pane)
Creates a toggle button that uses the animation for the given pane on the component.
|
@NotNull JQLayoutAddToggleButtonFeature |
BorderLayout.createToggleButton(com.jwebmp.core.Component component,
JQLayoutArea pane)
Creates a toggle button for the given pane on the component.
|
JQLayoutDiv |
BorderLayout.getPane(JQLayoutArea area)
Gets the layout div for a pane
|
| Modifier and Type | Method and Description |
|---|---|
static JQLayoutArea |
JQLayoutArea.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JQLayoutArea[] |
JQLayoutArea.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull JQLayoutArea |
IJQLayoutDiv.getArea()
Gets the current assigned area
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull JQLayoutAddSlideToggleButtonFeature |
IJQLayout.createAddSlideToggleButton(JQLayoutArea pane,
com.jwebmp.core.Component pinButton) |
@NotNull JQLayoutCloseLayoutDivFeature |
IJQLayout.createCloseButton(com.jwebmp.core.Component component,
JQLayoutArea pane)
Creates a toggle button for the given pane on the component.
|
@NotNull JQLayoutOpenLayoutDivFeature |
IJQLayout.createOpenButton(com.jwebmp.core.Component component,
JQLayoutArea pane)
Creates a toggle button for the given pane on the component.
|
@NotNull JQLayoutAddPinButtonFeature |
IJQLayout.createPinButton(com.jwebmp.core.Component component,
JQLayoutArea pane)
Creates a toggle button for the given pane on the component.
|
@NotNull JQLayoutSlideCloseLayoutDivFeature |
IJQLayout.createSlideCloseFeature(JQLayoutArea pane) |
@NotNull JQLayoutSlideOpenLayoutDivFeature |
IJQLayout.createSlideOpenFeature(JQLayoutArea pane) |
@NotNull JQLayoutSlideToggleLayoutDivFeature |
IJQLayout.createSlideToggleButton(JQLayoutArea pane) |
@NotNull JQLayoutAddToggleButtonFeature |
IJQLayout.createToggleButton(com.jwebmp.core.Component component,
JQLayoutArea pane)
Creates a toggle button for the given pane on the component.
|
JQLayoutDiv |
IJQLayout.getPane(JQLayoutArea area)
Gets the layout div for a pane
|
J |
IJQLayoutDiv.setArea(JQLayoutArea area)
Sets the current assigned area
|
Copyright © 2019 Marc Magon. All rights reserved.