|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.gwt.shared.CmsBrokenLinkBean
public class CmsBrokenLinkBean
A bean which represents either the source or the target of a broken link.
Constructor Summary | |
---|---|
protected |
CmsBrokenLinkBean()
Hidden default constructor. |
|
CmsBrokenLinkBean(String title,
String subtitle)
Constructor without a type parameter. |
|
CmsBrokenLinkBean(String title,
String subtitle,
String type)
Constructor. |
Method Summary | |
---|---|
void |
addChild(CmsBrokenLinkBean bean)
Adds a child bean to this bean. |
List<CmsBrokenLinkBean> |
getChildren()
Returns the child beans of this bean. |
String |
getSubTitle()
Returns the sub-title of the bean. |
String |
getTitle()
Returns the title of the bean. |
String |
getType()
Returns the resource type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmsBrokenLinkBean(String title, String subtitle)
title
- the titlesubtitle
- the subtitlepublic CmsBrokenLinkBean(String title, String subtitle, String type)
title
- the titlesubtitle
- the subtitletype
- the resource typeprotected CmsBrokenLinkBean()
Method Detail |
---|
public void addChild(CmsBrokenLinkBean bean)
The child usually represents a link target.
bean
- the bean to add as a sub-beanpublic List<CmsBrokenLinkBean> getChildren()
public String getSubTitle()
public String getTitle()
public String getType()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |