public class LayoutRegion extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
COLUMN |
static int |
ROW |
static int |
TABBED |
Constructor and Description |
---|
LayoutRegion() |
LayoutRegion(LayoutRegion region)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getId() |
Layout |
getLayout() |
Map |
getRenderAttributes() |
String |
getRenderAttributesAsString()
Returns all render attributes as a string (these will usually be applied
to a TD HTML tag).
|
int |
getType() |
int |
hashCode() |
boolean |
isColumnRegion() |
boolean |
isRowRegion() |
boolean |
isTabbedRegion() |
void |
setId(String id) |
void |
setLayout(Layout template) |
void |
setType(int type) |
String |
toString() |
public static final int COLUMN
public static final int TABBED
public static final int ROW
public LayoutRegion()
public LayoutRegion(LayoutRegion region)
public String getId()
public void setId(String id)
public int getType()
public void setType(int type)
public Layout getLayout()
public void setLayout(Layout template)
public boolean isTabbedRegion()
public boolean isColumnRegion()
public boolean isRowRegion()
public Map getRenderAttributes()
public String getDescription()
public String getRenderAttributesAsString()
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.