org.equanda.tapestry5.base
Class TitleContent

java.lang.Object
  extended by org.equanda.tapestry5.base.TitleContent
Direct Known Subclasses:
Accordion, Tabs

@SupportsInformalParameters
public class TitleContent
extends Object

Accordion component

Author:
Joachim Van der Auwera

Nested Class Summary
 class TitleContent.TwoBlocks
           
 
Constructor Summary
TitleContent()
           
 
Method Summary
 String getId()
           
 int getIndex()
           
 TitleContent.TwoBlocks getPanel()
           
 int getPanelCount()
           
 List<TitleContent.TwoBlocks> getPanels()
           
 org.apache.tapestry5.Block getTitleIcon()
           
 void setIndex(int index)
           
 void setPanel(TitleContent.TwoBlocks panel)
           
 void setTitleIcon(org.apache.tapestry5.Block titleIcon)
           
protected  void setupRender()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TitleContent

public TitleContent()
Method Detail

getId

public String getId()

getIndex

public int getIndex()

setIndex

public void setIndex(int index)

getPanel

public TitleContent.TwoBlocks getPanel()

setPanel

public void setPanel(TitleContent.TwoBlocks panel)

getTitleIcon

public org.apache.tapestry5.Block getTitleIcon()

setTitleIcon

public void setTitleIcon(org.apache.tapestry5.Block titleIcon)

getPanels

public List<TitleContent.TwoBlocks> getPanels()

setupRender

@SetupRender
protected final void setupRender()

getPanelCount

public int getPanelCount()


Copyright © 2007-2008. All Rights Reserved.