phpDocumentor php-ui-winbinder-layout
[ class tree: php-ui-winbinder-layout ] [ index: php-ui-winbinder-layout ] [ all elements ]

Class: WBTableLayout

Source Location: /php/ui/winbinder/layout/WBTableLayout.php

Class WBTableLayout

Class Overview

WBTableLayout

Å×À̺í ÇüÅÂÀÇ ·¹À̾ƿô

Located in /php/ui/winbinder/layout/WBTableLayout.php [line 17]

PObject
   |
   --WBLayout
      |
      --WBTableLayout

Methods

[ Top ]
Descendants
Child Class Description
WBGridLayout GridLayout

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From WBLayout

WBLayout::__construct()
WBLayout::getHGap()
WBLayout::getInitPosition()
WBLayout::getOption()
WBLayout::getVGap()
WBLayout::initLayout()
WBLayout::render()
ÇÏÀ§ Ŭ·¡½º¿¡¼­ ·¹À̾ƿô ±¸Çö
WBLayout::setHGap()
WBLayout::setOption()
WBLayout::setOptionList()
WBLayout::setVGap()
WBLayout::__get()
WBLayout::__isset()
WBLayout::__set()
WBLayout::__unset()

Inherited From PObject

PObject::__construct()
»ý¼ºÀÚ
PObject::display()
°´Ã¼ ¹®ÀÚ¿­À» Ãâ·Â
PObject::equals()
°´Ã¼ ºñ±³ (¼öÁ¤ ÇÊ¿ä)
PObject::getClass()
PObject::getObjValue()
°´Ã¼ÀÎÁö ¾Æ´ÑÁö ÆÇº°Çؼ­ PObject Çü °´Ã¼À̸é toString() ¸Þ¼Òµå·Î ¹®ÀÚ¿­À» ¹ÝȯÇϰí ÀÏ´Ü ÀÚ·áÇüÀÌ¸é ±× ÇüÅ ±×´ë·Î ¸®ÅÏÇÑ´Ù
PObject::isObject()
°´Ã¼ È®ÀÎ
PObject::toString()
°´Ã¼ ¹®ÀÚ¿­·Î º¯È¯
PObject::__toString()
magic methods Ãß°¡ , toString() ÀÇ °ªÀ» ±×´ë·Î ¸®ÅÏÇÑ´Ù.

[ Top ]
Method Summary
WBTableLayout   __construct()   Construct
void   initLayout()  
void   render()  

[ Top ]
Methods
Constructor __construct  [line 46]

  WBTableLayout __construct( [ $columns = array('*')], [ $rows = array('*')], [int $vgap = 1], [int $hgap = 1], array $colums, array $row  )

Construct

  1.  // example
  2.  new WBTableLayout(array('*''*')array('*'0.50.2));

width ´Â 3°¡Áö ÇüÅ·Π¼³Á¤ÇÒ ¼ö ÀÖ´Ù.

 '*' : ÀÓÀÇÀÇ Å©±â, ³²Àº Å©±â¿¡¼­ ºÐÇÒÇÏ¿© ÁöÁ¤
 0.5(float) : ¹éºÐÀ²(%)·Î Å©±â ÁöÁ¤
 5 (int) : Á¤¼ö(px)·Î Å©±â ÁöÁ¤

Parameters:
array   $colums:  set columns width
array   $row:  set rows width
int   $vgap:  set vertical gap size
int   $hgap:  set horizontal gap size
   $columns: 
   $rows: 

API Tags:
Access:  public


Redefinition of:
WBLayout::__construct()

Redefined in descendants as:

[ Top ]
initLayout  [line 55]

  void initLayout( )


API Tags:
Access:  protected


Redefinition of:
WBLayout::initLayout()

[ Top ]
render  [line 265]

  void render( $component  )

Parameters:
   $component: 

API Tags:
Access:  public


Redefinition of:
WBLayout::render()
ÇÏÀ§ Ŭ·¡½º¿¡¼­ ·¹À̾ƿô ±¸Çö

[ Top ]

Documentation generated on Wed, 09 Dec 2009 10:49:06 +0900 by phpDocumentor 1.4.3