net.sf.tapfx.components.machobar
Class MachoItem

java.lang.Object
  extended by org.apache.hivemind.impl.BaseLocatable
      extended by org.apache.tapestry.AbstractComponent
          extended by org.apache.tapestry.BaseComponent
              extended by net.sf.tapfx.components.TapFXBaseComponent
                  extended by net.sf.tapfx.components.machobar.MachoItem
All Implemented Interfaces:
org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder, org.apache.tapestry.IComponent, org.apache.tapestry.IRender, org.apache.tapestry.ITemplateComponent

public abstract class MachoItem
extends TapFXBaseComponent

Version:
$Id: MachoItem.java,v 1.3 2005/11/07 03:27:15 andyhot Exp $
Author:
Andreas Andreou

Constructor Summary
MachoItem()
           
 
Method Summary
abstract  org.apache.tapestry.IAsset getIcon()
           
 int getIndex()
           
abstract  org.apache.tapestry.IAsset getLargeIcon()
           
 java.lang.String getPrefix()
           
 int getSize()
           
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, checkActiveLock, cleanupAfterRender, enterActiveState, finishLoad, format, format, format, format, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getComponent, getComponents, getContainedComponent, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isInActiveState, isParameterBound, isRendering, pageEndRender, render, renderBody, renderInformalParameters, setBinding, setContainedComponent, setContainer, setId, setNamespace, setPage, setProperty, toString
 
Methods inherited from class org.apache.hivemind.impl.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.IComponent
addAsset, addBody, addComponent, enterActiveState, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getComponent, getComponents, getContainedComponent, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isRendering, renderBody, setBinding, setContainedComponent, setContainer, setId, setNamespace, setPage, setProperty
 
Methods inherited from interface org.apache.tapestry.IRender
render
 
Methods inherited from interface org.apache.hivemind.LocationHolder
setLocation
 
Methods inherited from interface org.apache.hivemind.Locatable
getLocation
 

Constructor Detail

MachoItem

public MachoItem()
Method Detail

getIndex

public int getIndex()

getPrefix

public java.lang.String getPrefix()

getSize

public int getSize()

getIcon

public abstract org.apache.tapestry.IAsset getIcon()

getLargeIcon

public abstract org.apache.tapestry.IAsset getLargeIcon()

setupComponent

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


Copyright © 2005 Andreas Andreou. All Rights Reserved.