Class WFYAHOO_widget_Panel

Description

A YAHOO Panel widget for our framework.

PHOCOA Builder Setup:

Required:

Optional:

Located in /framework/widgets/yahoo/WFYAHOO_widget_Panel.php (line 20)

WFObject
   |
   --WFView
      |
      --WFWidget
         |
         --WFYAHOO
            |
            --WFYAHOO_widget_Module
               |
               --WFYAHOO_widget_Overlay
                  |
                  --WFYAHOO_widget_Panel
Direct descendents
Class Description
WFYAHOO_widget_Dialog A YAHOO Panel widget for our framework.
WFYAHOO_widget_PhocoaDialog A PHOCOA-custom YUI container for doing AJAX forms via WFModuleView.
Variable Summary
boolean $close
boolean $draggable
boolean $modal
string $underlay
Method Summary
static void exposedProperties ()
WFYAHOO_widget_Panel __construct ( $id,  $page)
void initJS ( $blockContent)
void render ([ $blockContent = NULL])
void setClose ( $b)
void setDraggable ( $b)
void setModal ( $b)
Variables
boolean $close (line 25)
  • var: TRUE if the panel can be closed (an "X" in the corner). DEFAULT: true.
  • access: protected
boolean $draggable (line 29)
  • var: TRUE if the panel is draggable. DEFAULT: true.
  • access: protected
boolean $modal (line 37)
  • var: TRUE if the panel is modal. If true, the panel will "mask" out the page behind the panel and make it "inactive". DEFAULT: false.
  • access: protected
string $underlay (line 33)
  • var: The panel's underlay. DEFAULT: shadow.
  • access: protected

Inherited Variables

Inherited from WFYAHOO_widget_Overlay

WFYAHOO_widget_Overlay::$constraintoviewport
WFYAHOO_widget_Overlay::$fixedcenter
WFYAHOO_widget_Overlay::$height
WFYAHOO_widget_Overlay::$iframe
WFYAHOO_widget_Overlay::$width
WFYAHOO_widget_Overlay::$x
WFYAHOO_widget_Overlay::$y
WFYAHOO_widget_Overlay::$zIndex

Inherited from WFYAHOO_widget_Module

WFYAHOO_widget_Module::$body
WFYAHOO_widget_Module::$buildModuleProgrammatically
WFYAHOO_widget_Module::$containerClass
WFYAHOO_widget_Module::$effects
WFYAHOO_widget_Module::$footer
WFYAHOO_widget_Module::$header
WFYAHOO_widget_Module::$monitorresize
WFYAHOO_widget_Module::$renderTo
WFYAHOO_widget_Module::$visible

Inherited from WFYAHOO

WFYAHOO::$initializeWaitsForID

Inherited from WFWidget

WFWidget::$bindings
WFWidget::$class
WFWidget::$errors
WFWidget::$formatter
WFWidget::$hasRestoredState
WFWidget::$hidden
WFWidget::$name
WFWidget::$value
WFWidget::$widgetLabel

Inherited from WFView

WFView::$children
WFView::$cssImports
WFView::$enabled
WFView::$id
WFView::$importInHead
WFView::$jsActions
WFView::$jsEvents
WFView::$jsImports
WFView::$originalOnEvent
WFView::$page
WFView::$parent
Methods
static method exposedProperties (line 56)
  • access: public
static void exposedProperties ()

Redefinition of:
WFYAHOO_widget_Overlay::exposedProperties()

Redefined in descendants as:
Constructor __construct (line 44)

Constructor.

WFYAHOO_widget_Panel __construct ( $id,  $page)
  • $id
  • $page

Redefinition of:
WFYAHOO_widget_Overlay::__construct()
Constructor.

Redefined in descendants as:
canPushValueBinding (line 122)
void canPushValueBinding ()

Redefinition of:
WFYAHOO_widget_Overlay::canPushValueBinding()

Redefined in descendants as:
initJS (line 100)
void initJS ( $blockContent)
  • $blockContent

Redefinition of:
WFYAHOO_widget_Overlay::initJS()

Redefined in descendants as:
render (line 82)
void render ([ $blockContent = NULL])
  • $blockContent

Redefinition of:
WFYAHOO_widget_Overlay::render()

Redefined in descendants as:
setClose (line 77)
void setClose ( $b)
  • $b
setDraggable (line 67)
void setDraggable ( $b)
  • $b
setModal (line 72)
void setModal ( $b)
  • $b

Inherited Methods

Inherited From WFYAHOO_widget_Overlay

WFYAHOO_widget_Overlay::__construct()
WFYAHOO_widget_Overlay::canPushValueBinding()
WFYAHOO_widget_Overlay::exposedProperties()
WFYAHOO_widget_Overlay::initJS()
WFYAHOO_widget_Overlay::render()
WFYAHOO_widget_Overlay::setContext()
WFYAHOO_widget_Overlay::setFixedCenter()
WFYAHOO_widget_Overlay::setHeight()
WFYAHOO_widget_Overlay::setIFrame()
WFYAHOO_widget_Overlay::setWidth()
WFYAHOO_widget_Overlay::setX()
WFYAHOO_widget_Overlay::setXY()
WFYAHOO_widget_Overlay::setY()
WFYAHOO_widget_Overlay::setZIndex()

Inherited From WFYAHOO_widget_Module

WFYAHOO_widget_Module::__construct()
WFYAHOO_widget_Module::addEffect()
WFYAHOO_widget_Module::canPushValueBinding()
WFYAHOO_widget_Module::exposedProperties()
WFYAHOO_widget_Module::initJS()
WFYAHOO_widget_Module::render()
WFYAHOO_widget_Module::setBody()
WFYAHOO_widget_Module::setBuildModuleProgrammatically()
WFYAHOO_widget_Module::setFooter()
WFYAHOO_widget_Module::setHeader()
WFYAHOO_widget_Module::setupExposedBindings()
WFYAHOO_widget_Module::setVisible()

Inherited From WFYAHOO

WFYAHOO::__construct()
WFYAHOO::canPushValueBinding()
WFYAHOO::initJS()
WFYAHOO::jsForSimplePropertyConfig()
WFYAHOO::jsValueForValue()
WFYAHOO::render()
WFYAHOO::yuiloader()

Inherited From WFWidget

WFWidget::__construct()
WFWidget::addError()
WFWidget::addErrors()
WFWidget::bind()
WFWidget::bindingByName()
WFWidget::bindings()
WFWidget::canPushValueBinding()
WFWidget::errors()
WFWidget::exposedBindings()
WFWidget::exposedProperties()
WFWidget::formattedValue()
WFWidget::formatter()
WFWidget::hasRestoredState()
WFWidget::hidden()
WFWidget::name()
WFWidget::processBindingOptions()
WFWidget::propagateValueToBinding()
WFWidget::pullBindings()
WFWidget::pushBindings()
WFWidget::restoreState()
WFWidget::setFormatter()
WFWidget::setHidden()
WFWidget::setName()
WFWidget::setupExposedBindings()
WFWidget::setValue()
WFWidget::setWidgetLabel()
WFWidget::unbind()
WFWidget::value()
WFWidget::valueForBinding()
WFWidget::widgetLabel()

Inherited From WFView

WFView::__construct()
WFView::addChild()
WFView::allConfigFinishedLoading()
WFView::children()
WFView::cloneWithID()
WFView::enabled()
WFView::exposedProperties()
WFView::getForm()
WFView::getJSActions()
WFView::getListenerJS()
WFView::getListenerJSInScriptTag()
WFView::getOnEvent()
WFView::getWidgetDir()
WFView::getWidgetWWWDir()
WFView::id()
WFView::importCSS()
WFView::importJS()
WFView::jsEndHTML()
WFView::jsStartHTML()
WFView::page()
WFView::parent()
WFView::removeChild()
WFView::render()
WFView::setEnabled()
WFView::setId()
WFView::setJSonBlur()
WFView::setJSonClick()
WFView::setListener()
WFView::setOnEvent()
WFView::setParent()
WFView::yuiPath()

Inherited From WFObject

WFObject::__construct()
WFObject::exposedProperties()
WFObject::getClass()
WFObject::keyPathToTargetAndKey()
WFObject::setValueForKey()
WFObject::setValueForKeyPath()
WFObject::setValuesForKeys()
WFObject::validatedSetValueForKey()
WFObject::validatedSetValueForKeyPath()
WFObject::validateObject()
WFObject::validateValueForKey()
WFObject::validateValueForKeyPath()
WFObject::valueForKey()
WFObject::valueForKeyPath()
WFObject::valueForStaticKey()
WFObject::valueForStaticKeyPath()
WFObject::valueForTargetAndKeyPath()
WFObject::valueForUndefinedKey()
WFObject::valueForUndefinedStaticKey()
WFObject::valuesForKeyPaths()
WFObject::valuesForKeys()
WFObject::_valueForStaticKey()
WFObject::__toString()

Documentation generated on Thu, 14 May 2009 16:20:52 -0400 by phpDocumentor 1.4.2