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()StringgetChildSubTitle()DategetContentDate()StringgetContentDateString()StringgetContentLanguage()StringgetCreationDateString()StringgetCreationTimeString()StringgetCreator()StringgetCreatorAvatarURL()HtmlPartgetDescription()StringgetDisplayContentDate()StringgetFont()StringgetForceLinkOn()StringgetFullLabel()StringgetId()ImageBeangetImage()StringgetLayouts()StringgetLinkOn()StringgetModificationDateString()StringgetModificationTimeString()MenuElementgetPage()PageBeangetPageBean()intgetPosition()intgetReactionSize()StringgetSubTitle()StringgetUrl()booleanisChildOfAssocitation()booleanisCurrentPageRealContent()booleanisLastSelected()booleanisRealContent()booleanisSelected()booleanisVisible()
-
-
-
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:
FileNotFoundExceptionIOException
-
getCreationTimeString
public String getCreationTimeString() throws FileNotFoundException, IOException
- Throws:
FileNotFoundExceptionIOException
-
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()
-
-