| Package | Description |
|---|---|
| com.jwebmp.plugins.jqlayout.enumerations | |
| com.jwebmp.plugins.jqlayout.options |
| Modifier and Type | Method and Description |
|---|---|
static LayoutResponsiveSize |
LayoutResponsiveSize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LayoutResponsiveSize[] |
LayoutResponsiveSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LayoutResponsiveSize |
JQLayoutResponsiveOptions.getWhen()
Gets when the sizes of the obejct responds
|
| Modifier and Type | Method and Description |
|---|---|
J |
JQLayoutResponsiveOptions.setWhen(LayoutResponsiveSize when)
Sets when the sizes of the object respond
|
| Modifier and Type | Method and Description |
|---|---|
J |
JQLayoutResponsiveOptions.setSizes(Map<LayoutResponsiveSize,Integer> sizes)
Sets the sizes of the object
|
| Constructor and Description |
|---|
JQLayoutResponsiveOptions(Boolean enabled,
LayoutResponsiveSize when,
SortedMap<LayoutResponsiveSize,Integer> sizes)
Creates a new responsive object with the given parameters
|
| Constructor and Description |
|---|
JQLayoutResponsiveOptions(Boolean enabled,
LayoutResponsiveSize when,
SortedMap<LayoutResponsiveSize,Integer> sizes)
Creates a new responsive object with the given parameters
|
Copyright © 2019 Marc Magon. All rights reserved.