Package org.javlo.component.links
Class ChildrenLink.ChildLinkBean
- java.lang.Object
-
- org.javlo.component.links.ChildrenLink.ChildLinkBean
-
- Enclosing class:
- ChildrenLink
public class ChildrenLink.ChildLinkBean extends Object
-
-
Constructor Summary
Constructors Constructor Description ChildLinkBean(ContentContext ctx, MenuElement child, MenuElement currentPage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ChildrenLink.ChildLinkBean>
getChildren()
String
getChildSubTitle()
Date
getContentDate()
String
getContentDateString()
String
getContentLanguage()
String
getCreationDateString()
String
getCreationTimeString()
String
getCreator()
String
getCreatorAvatarURL()
HtmlPart
getDescription()
String
getDisplayContentDate()
String
getFont()
String
getForceLinkOn()
String
getFullLabel()
String
getId()
ImageBean
getImage()
String
getLayouts()
String
getLinkOn()
String
getModificationDateString()
String
getModificationTimeString()
MenuElement
getPage()
PageBean
getPageBean()
int
getPosition()
int
getReactionSize()
String
getSubTitle()
String
getUrl()
boolean
isChildOfAssocitation()
boolean
isCurrentPageRealContent()
boolean
isLastSelected()
boolean
isRealContent()
boolean
isSelected()
boolean
isVisible()
-
-
-
Constructor Detail
-
ChildLinkBean
public ChildLinkBean(ContentContext ctx, MenuElement child, MenuElement currentPage)
-
-
Method Detail
-
isSelected
public boolean isSelected()
-
getId
public String getId()
-
isLastSelected
public boolean isLastSelected()
-
getUrl
public String getUrl()
-
getForceLinkOn
public String getForceLinkOn()
-
getCreationDateString
public String getCreationDateString() throws FileNotFoundException, IOException
- Throws:
FileNotFoundException
IOException
-
getCreationTimeString
public String getCreationTimeString() throws FileNotFoundException, IOException
- Throws:
FileNotFoundException
IOException
-
getModificationDateString
public String getModificationDateString() throws Exception
- Throws:
Exception
-
getModificationTimeString
public String getModificationTimeString() throws Exception
- Throws:
Exception
-
isCurrentPageRealContent
public boolean isCurrentPageRealContent() throws Exception
- Throws:
Exception
-
getCreator
public String getCreator()
-
getCreatorAvatarURL
public String getCreatorAvatarURL()
-
getPage
public MenuElement getPage()
-
getPageBean
public PageBean getPageBean()
-
isVisible
public boolean isVisible()
-
getPosition
public int getPosition()
-
getChildren
public List<ChildrenLink.ChildLinkBean> getChildren()
-
getContentLanguage
public String getContentLanguage()
-
isChildOfAssocitation
public boolean isChildOfAssocitation()
-
-