org.musicontroller.gui.admin
Class Keywordmanagement

java.lang.Object
  extended by org.apache.hivemind.impl.BaseLocatable
      extended by org.apache.tapestry.AbstractComponent
          extended by org.apache.tapestry.BaseComponent
              extended by org.apache.tapestry.AbstractPage
                  extended by org.apache.tapestry.html.BasePage
                      extended by org.musicontroller.gui.admin.Keywordmanagement
All Implemented Interfaces:
org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder, org.apache.tapestry.IComponent, org.apache.tapestry.IDirectEvent, org.apache.tapestry.internal.Component, org.apache.tapestry.IPage, org.apache.tapestry.IRender, org.apache.tapestry.ITemplateComponent

public abstract class Keywordmanagement
extends org.apache.tapestry.html.BasePage

Page that handles the management of Keywords.

Version:
$Id: Keywordmanagement.java,v 1.1 2010/03/16 18:55:43 varienaja Exp $
Author:
Varienaja

Field Summary
 
Fields inherited from class org.apache.tapestry.AbstractComponent
_body, _bodyCount
 
Constructor Summary
Keywordmanagement()
           
 
Method Summary
abstract  int getColumn()
           
 int[] getColumns()
          Provides an integer-array for looping over all columns for the Keyword hierarchy table.
abstract  Dao getDao()
           
 Keyword getKeyword()
           
 Keyword[][] getMatrix()
          Returns the hierarchical Keyword matrix.
 int getMaxHierarchyDepth()
           
abstract  int getRow()
           
 int[] getRows()
          Provides an integer-array for looping over all rows for the Keyword hierarchy table.
 int getRowspan()
          The rowspan is the number of childs that do not have children.
abstract  void setColumn(int column)
           
abstract  void setRow(int row)
           
 
Methods inherited from class org.apache.tapestry.html.BasePage
getResponseContentType
 
Methods inherited from class org.apache.tapestry.AbstractPage
addPageAttachListener, addPageBeginRenderListener, addPageDetachListener, addPageEndRenderListener, addPageValidateListener, attach, beginPageRender, cleanupAfterRender, detach, endPageRender, firePageAttached, firePageBeginRender, firePageDetached, firePageEndRender, firePageValidate, getChangeObserver, getEngine, getExtendedId, getIdPath, getLocale, getNestedComponent, getOutputEncoding, getPageName, getRequestCycle, hasFormComponents, hasWidgets, removePageAttachListener, removePageBeginRenderListener, removePageDetachListener, removePageEndRenderListener, removePageValidateListener, renderPage, setChangeObserver, setHasFormComponents, setHasWidgets, setLocale, setPageName, validate
 
Methods inherited from class org.apache.tapestry.BaseComponent
addOuter, finishLoad, getContainedRenderers, getInnerRenderers, renderComponent
 
Methods inherited from class org.apache.tapestry.AbstractComponent
addAsset, addBody, addComponent, checkActiveLock, enterActiveState, equals, finishLoad, generateClientId, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getBoundId, getClientId, getComponent, getComponents, getContainedComponent, getContainer, getEventInvoker, getId, getListeners, getMessages, getNamespace, getPage, getRenderWorker, getSpecification, getSpecifiedId, getTemplateTagName, hasEvents, hashCode, isInActiveState, isParameterBound, isRendering, isStateful, pageEndRender, peekClientId, prepareForRender, render, renderBody, renderIdAttribute, renderInformalParameters, setBinding, setClientId, setContainedComponent, setContainer, setHasEvents, setId, setNamespace, setPage, setTemplateTagName, toString, triggerEvent
 
Methods inherited from class org.apache.hivemind.impl.BaseLocatable
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.tapestry.IPage
getPropertyChangeObserver
 
Methods inherited from interface org.apache.tapestry.IComponent
addAsset, addBody, addComponent, enterActiveState, finishLoad, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getClientId, getComponent, getComponents, getContainedComponent, getContainer, getEventInvoker, getId, getListeners, getMessages, getNamespace, getPage, getSpecification, getSpecifiedId, getTemplateTagName, isRendering, peekClientId, renderBody, setBinding, setClientId, setContainedComponent, setContainer, setId, setNamespace, setPage, setTemplateTagName
 
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

Keywordmanagement

public Keywordmanagement()
Method Detail

getDao

public abstract Dao getDao()

getRow

public abstract int getRow()

setRow

public abstract void setRow(int row)

getColumn

public abstract int getColumn()

setColumn

public abstract void setColumn(int column)

getMatrix

public Keyword[][] getMatrix()
Returns the hierarchical Keyword matrix.

Returns:
The keyword matrix.

getRows

public int[] getRows()
Provides an integer-array for looping over all rows for the Keyword hierarchy table.

Returns:

getColumns

public int[] getColumns()
Provides an integer-array for looping over all columns for the Keyword hierarchy table.

Returns:

getKeyword

public Keyword getKeyword()

getMaxHierarchyDepth

public int getMaxHierarchyDepth()

getRowspan

public int getRowspan()
The rowspan is the number of childs that do not have children.

Returns:


Copyright © 2010 A.J.V.. All Rights Reserved.