main | downloads | documentation | comunity | about lionframework

Class: __WindowComponent


Class Overview

This file is part of lion framework.

Copyright (c) 2008 Antonio Parraga Navarro

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


Author:  Antonio Parraga Navarro
Version:  1.1.125 beta
Copyright:  Copyright (c) 2008 Antonio Parraga Navarro
Link:  http://www.lionframework.org
License:  http://www.lionframework.org/license.html
__UIComponent
   |
   --__UIContainer
      |
      --__WindowComponent

Properties

Methods

[ Top ]

Inherited Properties, Constants, and Methods

Inherited Properties Inherited Methods Inherited Constants

Inherited From __UIContainer

Inherited From __UIComponent

Inherited From __UIContainer

Inherited From __UIComponent


[ Top ]

Properties Summary

mixed   $_actionbox  
mixed   $_centered  
mixed   $_class_name  
mixed   $_content  
mixed   $_height  
mixed   $_modal  
mixed   $_show_close_button  
mixed   $_show_maximize_button  
mixed   $_show_minimize_button  
mixed   $_title  
mixed   $_url  
mixed   $_visible  
mixed   $_width  

[ Top ]

Method Summary

__WindowComponent   __construct()  
void   getCentered()  
void   getClassName()  
void   getContent()  
void   getHeight()  
void   getModal()  
void   getShowCloseButton()  
void   getShowMaximizeButton()  
void   getShowMinimizeButton()  
void   getTitle()  
void   getUrl()  
void   getWidth()  
void   handleEvent()  
void   isEventHandled()  
void   setAction()  
void   setCentered()  
void   setClassName()  
void   setContent()  
void   setController()  
void   setHeight()  
void   setModal()  
void   setParameters()  
void   setShowCloseButton()  
void   setShowMaximizeButton()  
void   setShowMinimizeButton()  
void   setTitle()  
void   setUrl()  
void   setWidth()  

[ Top ]

Properties

mixed   $_actionbox = null
Access:  protected


mixed   $_centered = false
Access:  protected


mixed   $_class_name = 'dialog'
Access:  protected


mixed   $_content = null
Access:  protected


mixed   $_height = 150
Access:  protected


mixed   $_modal = false
Access:  protected


mixed   $_show_close_button = true
Access:  protected


mixed   $_show_maximize_button = true
Access:  protected


mixed   $_show_minimize_button = true
Access:  protected


mixed   $_title = null
Access:  protected


mixed   $_url = null
Access:  protected


mixed   $_visible = false
Access:  protected


Redefinition of:
__UIComponent::$_visible
If the component is visible or not

mixed   $_width = 200
Access:  protected


Methods

Constructor __construct


  __WindowComponent __construct( )

Access:  public



getCentered


  void getCentered( )

Access:  public



getClassName


  void getClassName( )

Access:  public



getContent


  void getContent( )

Access:  public



getHeight


  void getHeight( )

Access:  public



getModal


  void getModal( )

Access:  public



getShowCloseButton


  void getShowCloseButton( )

Access:  public



getShowMaximizeButton


  void getShowMaximizeButton( )

Access:  public



getShowMinimizeButton


  void getShowMinimizeButton( )

Access:  public



getTitle


  void getTitle( )

Access:  public



getUrl


  void getUrl( )

Access:  public



getWidth


  void getWidth( )

Access:  public



handleEvent


  void handleEvent( __UIEvent &$event  )


Parameters:
TypeNameDescription
__UIEvent &$event

Access:  public


Redefinition of:
__UIComponent::handleEvent()


isEventHandled


  void isEventHandled( $event  )


Parameters:
TypeNameDescription
$event

Access:  public


Redefinition of:
__UIComponent::isEventHandled()


setAction


  void setAction( $action  )


Parameters:
TypeNameDescription
$action

Access:  public



setCentered


  void setCentered( $centered  )


Parameters:
TypeNameDescription
$centered

Access:  public



setClassName


  void setClassName( $class_name  )


Parameters:
TypeNameDescription
$class_name

Access:  public



setContent


  void setContent( $content  )


Parameters:
TypeNameDescription
$content

Access:  public



setController


  void setController( $controller  )


Parameters:
TypeNameDescription
$controller

Access:  public



setHeight


  void setHeight( $height  )


Parameters:
TypeNameDescription
$height

Access:  public



setModal


  void setModal( $modal  )


Parameters:
TypeNameDescription
$modal

Access:  public



setParameters


  void setParameters( $parameters  )


Parameters:
TypeNameDescription
$parameters

Access:  public



setShowCloseButton


  void setShowCloseButton( $show_close_button  )


Parameters:
TypeNameDescription
$show_close_button

Access:  public



setShowMaximizeButton


  void setShowMaximizeButton( $show_maximize_button  )


Parameters:
TypeNameDescription
$show_maximize_button

Access:  public



setShowMinimizeButton


  void setShowMinimizeButton( $show_minimize_button  )


Parameters:
TypeNameDescription
$show_minimize_button

Access:  public



setTitle


  void setTitle( $title  )


Parameters:
TypeNameDescription
$title

Access:  public



setUrl


  void setUrl( $url  )


Parameters:
TypeNameDescription
$url

Access:  public



setWidth


  void setWidth( $width  )


Parameters:
TypeNameDescription
$width

Access:  public



Copyright (c) 2008, www.lionframework.org