Class SimpleLinesTheme

Description

A very basic theme based on simple borders and colored blocks.



A

  1. Theme
is a combination of two things: first, it stores a variety of reusable
  1. StyleCollections
and second, it offers a mechanism for printing an HTML web page.

Each
  1. Theme
has a set of style collections that correspond to each component type.

Each
  1. Theme
has a single component (could be container) that will be printed when
  1. printPage()
is called.

  • version: $Id: SimpleLinesTheme.class.php,v 1.2 2007/09/04 20:25:23 adamfranco Exp $
  • license: GNU General Public License (GPL)
  • copyright: Copyright © 2005, Middlebury College

Located in /harmoni/core/GUIManager/Themes/SimpleLinesTheme.class.php (line 44)

ThemeInterface
   |
   --Theme
      |
      --SimpleLinesTheme
Method Summary
SimpleLinesTheme SimpleLinesTheme ()
Variables
Methods
Constructor SimpleLinesTheme (line 51)

The constructor. All initialization and Theme customization is performed here.

  • access: public
SimpleLinesTheme SimpleLinesTheme ()

Inherited Methods

Inherited From Theme

Theme::Theme()
Theme::addGlobalStyle()
Theme::addStyleForComponentType()
Theme::exportAllRegisteredSPs()
Theme::exportRegisteredSP()
Theme::getAllRegisteredSPs()
Theme::getCollectionClass()
Theme::getComponent()
Theme::getCSS()
Theme::getCustom()
Theme::getDescription()
Theme::getDisplayName()
Theme::getGlobalStyles()
Theme::getId()
Theme::getPostHTMLForComponentType()
Theme::getPreHTMLForComponentType()
Theme::getRegisteredSP()
Theme::getStyleCollection()
Theme::getStyleCollections()
Theme::getStylesForComponentType()
Theme::getTemplate()
Theme::importRegisteredSP()
Theme::printPage()
Theme::registerSP()
Theme::removeStyleCollection()
Theme::setComponent()
Theme::setCustom()
Theme::setDescription()
Theme::setDisplayName()
Theme::setId()
Theme::setPostHTMLForComponentType()
Theme::setPreHTMLForComponentType()
Theme::setTemplate()
Theme::_getAllStyles()

Inherited From ThemeInterface

ThemeInterface::addGlobalStyle()
ThemeInterface::addStyleForComponentType()
ThemeInterface::exportAllRegisteredSPs()
ThemeInterface::exportRegisteredSP()
ThemeInterface::getAllRegisteredSPs()
ThemeInterface::getComponent()
ThemeInterface::getCSS()
ThemeInterface::getDescription()
ThemeInterface::getDisplayName()
ThemeInterface::getGlobalStyle()
ThemeInterface::getPostHTMLForComponentType()
ThemeInterface::getPreHTMLForComponentType()
ThemeInterface::getRegisteredSP()
ThemeInterface::getStylesForComponentType()
ThemeInterface::importRegisteredSP()
ThemeInterface::printPage()
ThemeInterface::registerSP()
ThemeInterface::setComponent()
ThemeInterface::setDescription()
ThemeInterface::setDisplayName()
ThemeInterface::setPostHTMLForComponentType()
ThemeInterface::setPreHTMLForComponentType()

Documentation generated on Wed, 19 Sep 2007 10:26:30 -0400 by phpDocumentor 1.3.0RC3