net.sf.tapfx.components.outlookbar
Class OutlookBar

java.lang.Object
  extended byorg.apache.tapestry.spec.BaseLocatable
      extended byorg.apache.tapestry.AbstractComponent
          extended byorg.apache.tapestry.BaseComponent
              extended bynet.sf.tapfx.components.TapFXBaseComponent
                  extended bynet.sf.tapfx.components.outlookbar.OutlookBar
All Implemented Interfaces:
org.apache.tapestry.IComponent, org.apache.tapestry.ILocatable, org.apache.tapestry.ILocationHolder, org.apache.tapestry.IRender

public abstract class OutlookBar
extends TapFXBaseComponent

This component encloses a panes. It decorates the enclosed panes. It also starts basic state management...

Author:
Joshua Long (josh@joshlong.com)

Constructor Summary
OutlookBar()
           
 
Method Summary
abstract  java.lang.String getCssPrefix()
           
abstract  boolean getForceSession()
           
static OutlookBar getOutlookBar(org.apache.tapestry.IRequestCycle cycle)
           
 java.lang.String getPrefix()
           
abstract  java.lang.String getTitle()
           
abstract  void setTitle(java.lang.String title)
           
protected  void setupComponent(org.apache.tapestry.IRequestCycle cycle)
           
 
Methods inherited from class net.sf.tapfx.components.TapFXBaseComponent
error, getDateFormatter, getNumberFormatter, getPercentFormatter, getSymbolsForAssets, getTimeFormatter, prepareForRender, setDateFormatter, setNumberFormatter, setPercentFormatter, setTimeFormatter
 
Methods inherited from class org.apache.tapestry.BaseComponent
addOuter, finishLoad, renderComponent
 
Methods inherited from class org.apache.tapestry.AbstractComponent
addAsset, addBody, addComponent, cleanupAfterRender, finishLoad, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, format, format, format, format, formatString, formatString, formatString, formatString, generateAttributes, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getChangeObserver, getComponent, getComponents, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, getString, pageEndRender, render, renderBody, renderInformalParameters, setBinding, setContainer, setId, setNamespace, setPage, setProperty, setSpecification, toString
 
Methods inherited from class org.apache.tapestry.spec.BaseLocatable
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.tapestry.ILocationHolder
setLocation
 
Methods inherited from interface org.apache.tapestry.ILocatable
getLocation
 

Constructor Detail

OutlookBar

public OutlookBar()
Method Detail

getCssPrefix

public abstract java.lang.String getCssPrefix()

getForceSession

public abstract boolean getForceSession()

getTitle

public abstract java.lang.String getTitle()

setTitle

public abstract void setTitle(java.lang.String title)

getPrefix

public java.lang.String getPrefix()

getOutlookBar

public static OutlookBar getOutlookBar(org.apache.tapestry.IRequestCycle cycle)

setupComponent

protected void setupComponent(org.apache.tapestry.IRequestCycle cycle)
Overrides:
setupComponent in class TapFXBaseComponent


Copyright © 2005 Andreas Andreou. All Rights Reserved.