org.equanda.tapestry5.base
Class TitleContent.TwoBlocks

java.lang.Object
  extended by org.equanda.tapestry5.base.TitleContent.TwoBlocks
All Implemented Interfaces:
Serializable
Enclosing class:
TitleContent

public class TitleContent.TwoBlocks
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TitleContent.TwoBlocks(int index)
           
 
Method Summary
 org.apache.tapestry5.Block getContent()
           
 org.apache.tapestry5.Block getTitle()
           
 boolean isActive()
           
 void setActive(boolean active)
           
 void setContent(org.apache.tapestry5.Block content)
           
 void setTitle(org.apache.tapestry5.Block title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TitleContent.TwoBlocks

public TitleContent.TwoBlocks(int index)
Method Detail

getTitle

public org.apache.tapestry5.Block getTitle()

setTitle

public void setTitle(org.apache.tapestry5.Block title)

getContent

public org.apache.tapestry5.Block getContent()

setContent

public void setContent(org.apache.tapestry5.Block content)

isActive

public boolean isActive()

setActive

public void setActive(boolean active)


Copyright © 2007-2009. All Rights Reserved.