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()
$key 에 맞는 값 가져오기
WBLayout::__isset()
WBLayout::__set()
option value 설정하기
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( [ $options = array()], array $colums, array $row, int $vgap, int $hgap  )

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
   $options: 

API Tags:
Access:  public


Redefinition of:
WBLayout::__construct()

Redefined in descendants as:

[ Top ]
initLayout  [line 50]

  void initLayout( )


API Tags:
Access:  protected


Redefinition of:
WBLayout::initLayout()

[ Top ]
render  [line 289]

  void render( $component  )

Parameters:
   $component: 

API Tags:
Access:  public


Redefinition of:
WBLayout::render()
하위 클래스에서 레이아웃 구현

[ Top ]

Documentation generated on Fri, 09 Apr 2010 11:58:02 +0900 by phpDocumentor 1.4.3