public class RenderedRegionBean extends AbstractRegionBean
AbstractRegionBean| Constructor and Description |
|---|
RenderedRegionBean(java.lang.String name,
java.lang.String path)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPath()
Getter for path.
|
boolean |
isCustomizable()
Check if current region is customizable.
|
boolean |
isDefaultRegion()
Getter for defaultRegion.
|
void |
setCustomizable(boolean customizable)
Setter for customizable.
|
void |
setDefaultRegion(boolean defaultRegion)
Setter for defaultRegion.
|
getNamepublic RenderedRegionBean(java.lang.String name,
java.lang.String path)
name - rendered region namepath - rendered region pathpublic boolean isCustomizable()
isCustomizable in class AbstractRegionBeanpublic java.lang.String getPath()
public boolean isDefaultRegion()
public void setDefaultRegion(boolean defaultRegion)
defaultRegion - the defaultRegion to setpublic void setCustomizable(boolean customizable)
customizable - the customizable to setCopyright © 2014. All Rights Reserved.