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

Class: WBVBoxLayout

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

Class WBVBoxLayout

Class Overview

WBVBoxLayout

vertical layout

Located in /php/ui/winbinder/layout/WBVBoxLayout.php [line 16]

PObject
   |
   --WBLayout
      |
      --WBVBoxLayout

Methods

[ 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
WBVBoxLayout   __construct()  
void   render()   WBVBox 화면 그리기

[ Top ]
Methods
Constructor __construct  [line 17]

  WBVBoxLayout __construct( [ $options = array()]  )

Parameters:
   $options: 

API Tags:
Access:  public


Redefinition of:
WBLayout::__construct()

[ Top ]
render  [line 31]

  void render( $component  )

WBVBox 화면 그리기

  1. WBComponent 에 fill 옵션이 있으면 전체 채우기 기능 추가
    1. new WBFrame(array('fill' => true));

Parameters:
   $component: 

API Tags:
See:  render($panel)
Access:  public


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

[ Top ]

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