SwatObject
└─SiteObject
└─SiteAbstractPage
└─SitePage
└─AdminPage
└─AdminIndex
└─PinholeMetaDataIndex
public class PinholeMetaDataIndex
extends AdminIndex
| Field Summary | |
|---|---|
| protected mixed | |
| Method Summary | |
|---|---|
| protected SwatTableModel | getTableModel(mixed view) Gets the metadata for display. |
| protected void | 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 | |
protected mixed $ui_xml = 'Pinhole/admin/components/MetaData/index.xml'
protected SwatTableModel getTableModel(mixed view)
Gets the metadata for display
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.
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.
view - the view to get selected items from.actions - the actions list widget.
Index page for metadata