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

Class: WBToolBarItem

Source Location: /php/ui/winbinder/WBToolBarItem.php

Class WBToolBarItem

Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From WBObject

WBObject::__construct()
WBObject 생성자
WBObject::addEvent()
사용자 이벤트 추가
WBObject::fire()
이벤트 실행 출발점
WBObject::fireEvent()
이벤트 실행
WBObject::getOption()
$key 에 맞는 값 가져오기
WBObject::getOptionList()
option list
WBObject::initEvent()
WBObject::on()
addEvent() 와 같음
WBObject::setEvent()
기본 이벤트에 해당하는 callback 함수 설정
WBObject::setOption()
option 설정
WBObject::setOptionList()
options 설정
WBObject::__get()
$key 에 맞는 값 가져오기
WBObject::__isset()
옵션 설정 여부 체크
WBObject::__set()
option value 설정하기
WBObject::__unset()
option 메모리 해제

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
WBToolBarItem   __construct()   생성자
void   fire()   이벤트 실행
unknown_type   getToolBarTemplate()   toolbar template 얻어오기
void   initEvent()  
void   onClick()   click 이벤트 자동 실행

[ Top ]
Methods
Constructor __construct  [line 21]

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

생성자

Parameters:
   $options: 

API Tags:
Access:  public


Redefinition of:
WBObject::__construct()
WBObject 생성자

[ Top ]
fire  [line 45]

  void fire( $eo  )

이벤트 실행

Parameters:
   $eo: 

API Tags:
See:  fire($eo)
Access:  public


Redefinition of:
WBObject::fire()
이벤트 실행 출발점

[ Top ]
getToolBarTemplate  [line 30]

  unknown_type getToolBarTemplate( )

toolbar template 얻어오기


API Tags:
Access:  public


[ Top ]
initEvent  [line 34]

  void initEvent( )


API Tags:
Access:  protected


Redefinition of:
WBObject::initEvent()

[ Top ]
onClick  [line 54]

  void onClick( WBEvent $eo  )

click 이벤트 자동 실행

Parameters:
WBEvent   $eo: 

API Tags:
Access:  public


[ Top ]

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