|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.ade.containerpage.shared.CmsInheritanceInfo
public class CmsInheritanceInfo
A class whose instances are added to container element beans to provide information about container inheritance.
| Constructor Summary | |
|---|---|
CmsInheritanceInfo()
Creates a new instance. |
|
CmsInheritanceInfo(java.lang.String key,
boolean visibility,
boolean isNew)
Creates a new instance. |
|
| Method Summary | |
|---|---|
java.lang.String |
getClientId()
Returns the elements client id. |
java.lang.String |
getKey()
Returns the key identifying the container element. |
java.lang.String |
getPath()
Gets the path from which this element was inherited. |
boolean |
isNew()
Returns true if this container element is new. |
boolean |
isParentVisible()
Returns the parent configuration's visibility. |
boolean |
isVisibilityInherited()
Returns the visibilityInherited. |
boolean |
isVisible()
Gets the container element's visibility. |
void |
setClientId(java.lang.String clientId)
Sets the elements client id. |
void |
setIsNew(boolean isNew)
Sets the 'new' field. |
void |
setKey(java.lang.String key)
Sets the key identifying this container element. |
void |
setParentVisible(boolean parentVisible)
Sets the parent visibility. |
void |
setPath(java.lang.String path)
Sets the path. |
void |
setVisibilityInherited(boolean visibilityInherited)
Sets the 'visibilityInherited' attribute. |
void |
setVisible(boolean visibility)
Sets the new visibility. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsInheritanceInfo()
public CmsInheritanceInfo(java.lang.String key,
boolean visibility,
boolean isNew)
key - the key identifying the container elementvisibility - the visibility of the container elementisNew - if true, the element is new| Method Detail |
|---|
public java.lang.String getClientId()
public java.lang.String getKey()
public java.lang.String getPath()
public boolean isNew()
public boolean isParentVisible()
public boolean isVisibilityInherited()
public boolean isVisible()
public void setClientId(java.lang.String clientId)
clientId - the elements client id to setpublic void setIsNew(boolean isNew)
isNew - the new value for the 'new' fieldpublic void setKey(java.lang.String key)
key - the key identifying the container elementpublic void setParentVisible(boolean parentVisible)
parentVisible - the new value for the parent visibilitypublic void setPath(java.lang.String path)
path - the new value for the pathpublic void setVisibilityInherited(boolean visibilityInherited)
visibilityInherited - the new value of the 'visibilityInherited' attributepublic void setVisible(boolean visibility)
visibility - the new value of the visibility
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||