silverorange Code


Pinhole.PinholeMetaDataIndex
/Pinhole/admin/components/MetaData/Index.php at line 14

Class PinholeMetaDataIndex

SwatObject
└─SiteObject
└─SiteAbstractPage
└─SitePage
└─AdminPage
└─AdminIndex
└─PinholeMetaDataIndex

public class PinholeMetaDataIndex
extends AdminIndex

Index page for metadata

Copyright:
2007 silverorange
License:
http://www.gnu.org/copyleft/lesser.html LGPL License 2.1

Field Summary
protected mixed

$ui_xml

Method Summary
protected SwatTableModel

getTableModel(mixed view)

Gets the metadata for display.

protected void

initInternal()

Initialize the page.

protected void

processActions(SwatView view, SwatActions actions)

Processes index actions.

Methods inherited from Admin.AdminIndex
buildForms, buildInternal, buildViews, getOrderByClause, getTableModel, processActions, processInternal
Methods inherited from Admin.AdminPage
build, buildInternal, buildMessages, createLayout, display, finalize, formsAreAuthenticated, getComponentName, getComponentTitle, getRefererURL, getRelativeURL, init, initInternal, process, processInternal
Methods inherited from Site.SitePage
build, buildContent, buildMetaDescription, buildNavBar, buildTitle, createLayout
Methods inherited from Site.SiteAbstractPage
build, finalize, getArgument, getArgumentMap, getSource, init, process, setLayout, setSource

Field Detail

/Pinhole/admin/components/MetaData/Index.php at line 18

ui_xml

protected mixed $ui_xml = 'Pinhole/admin/components/MetaData/index.xml'

Method Detail

/Pinhole/admin/components/MetaData/Index.php at line 105

getTableModel

protected SwatTableModel getTableModel(mixed view)

Gets the metadata for display

Returns:
with metadata information.

/Pinhole/admin/components/MetaData/Index.php at line 26

initInternal

protected void initInternal()

Initialize the page

Sub-classes should implement this method to initialize the page. At this point the AdminPage::$ui has been constructed but has not been initialized.


/Pinhole/admin/components/MetaData/Index.php at line 37

processActions

protected void processActions(SwatView view, SwatActions actions)

Processes index actions

This method is called to perform whatever processing is required in response to actions. Sub-classes should implement this method. Widgets can be accessed through the $ui class variable.

Parameters:
view - the view to get selected items from.
actions - the actions list widget.

silverorange Code