info.magnolia.module.templatingkit.templates
Class SiteNavigation

java.lang.Object
  extended by info.magnolia.module.templatingkit.templates.SiteNavigation

public class SiteNavigation
extends Object

Site Navigation definition. Defines as example the horizontal and vertical Navigation property to use.

Version:
$Id: SiteNavigation.java 19674 2008-11-04 17:23:38Z pbracher $
Author:
pbracher

Constructor Summary
SiteNavigation()
           
 
Method Summary
 Boolean getBottom()
           
 Navigation getHorizontal()
           
 Boolean getTop()
           
 Navigation getVertical()
           
 void setBottom(Boolean bottom)
           
 void setHorizontal(Navigation horizontal)
           
 void setTop(Boolean top)
           
 void setVertical(Navigation vertical)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SiteNavigation

public SiteNavigation()
Method Detail

getHorizontal

public Navigation getHorizontal()

setHorizontal

public void setHorizontal(Navigation horizontal)

getVertical

public Navigation getVertical()

setVertical

public void setVertical(Navigation vertical)

getTop

public Boolean getTop()

setTop

public void setTop(Boolean top)

getBottom

public Boolean getBottom()

setBottom

public void setBottom(Boolean bottom)


Copyright © 2008-2014 Magnolia International Ltd.. All Rights Reserved.