public enum LabelLayout extends Enum<LabelLayout>
Enum Constant and Description |
---|
flexLeft |
flexRight |
flowLeft |
flowRight |
none |
segmentLeft |
segmentRight |
top |
Modifier and Type | Method and Description |
---|---|
static LabelLayout |
getSegment(javax.faces.context.FacesContext facesContext) |
static boolean |
isSegment(LabelLayout labelLayout) |
static void |
removeSegment(javax.faces.context.FacesContext facesContext) |
static void |
setSegment(javax.faces.context.FacesContext facesContext,
LabelLayout labelLayout) |
static LabelLayout |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LabelLayout[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LabelLayout none
public static final LabelLayout flexLeft
public static final LabelLayout flexRight
public static final LabelLayout top
public static final LabelLayout segmentLeft
public static final LabelLayout segmentRight
public static final LabelLayout flowLeft
public static final LabelLayout flowRight
public static LabelLayout[] values()
for (LabelLayout c : LabelLayout.values()) System.out.println(c);
public static LabelLayout 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 static boolean isSegment(LabelLayout labelLayout)
public static void setSegment(javax.faces.context.FacesContext facesContext, LabelLayout labelLayout)
public static LabelLayout getSegment(javax.faces.context.FacesContext facesContext)
public static void removeSegment(javax.faces.context.FacesContext facesContext)
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.