public enum JQLayoutArea extends Enum<JQLayoutArea>
| Enum Constant and Description |
|---|
Center
The center pane
|
East
The east pane
|
North
The north pane
|
South
The bottom pane Known issue with IOS 5 and a floating pane.
|
West
The west pane
|
| Modifier and Type | Method and Description |
|---|---|
JQLayoutCSSThemeBlockNames |
getAreaClass()
Returns the actual class for the div
|
void |
setAreaClass(JQLayoutCSSThemeBlockNames areaClass)
Sets the class
|
String |
toString()
The north lowercase
|
static JQLayoutArea |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JQLayoutArea[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JQLayoutArea South
public static final JQLayoutArea North
public static final JQLayoutArea East
public static final JQLayoutArea West
public static final JQLayoutArea Center
public static JQLayoutArea[] values()
for (JQLayoutArea c : JQLayoutArea.values()) System.out.println(c);
public static JQLayoutArea valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic JQLayoutCSSThemeBlockNames getAreaClass()
public void setAreaClass(JQLayoutCSSThemeBlockNames areaClass)
areaClass - public String toString()
toString in class Enum<JQLayoutArea>Copyright © 2019 Marc Magon. All rights reserved.