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

Class: WBMenuItem

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

Class WBMenuItem

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
WBMenuItem   __construct()  
void   fire()  
void   getMenuTemplate()  
void   initEvent()  
void   initMenuItem()  
bool   isEnabled()   활성 여부
void   onClick()  
void   setEnabled()   enabled 설정

[ Top ]
Methods
Constructor __construct  [line 18]

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

Parameters:
   $options: 

API Tags:
Access:  public


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

[ Top ]
fire  [line 36]

  void fire( $eo  )

Parameters:
   $eo: 

API Tags:
Access:  public


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

[ Top ]
getMenuTemplate  [line 22]

  void getMenuTemplate( )


API Tags:
Access:  public


[ Top ]
initEvent  [line 30]

  void initEvent( )


API Tags:
Access:  public


Redefinition of:
WBObject::initEvent()

[ Top ]
initMenuItem  [line 26]

  void initMenuItem( )


API Tags:
Access:  public


[ Top ]
isEnabled  [line 49]

  bool isEnabled( )

활성 여부


API Tags:
Access:  public


[ Top ]
onClick  [line 40]

  void onClick( $eo  )

Parameters:
   $eo: 

API Tags:
Access:  public


[ Top ]
setEnabled  [line 58]

  void setEnabled( [bool $enabled = true]  )

enabled 설정

Parameters:
bool   $enabled: 

API Tags:
Access:  public


[ Top ]

Documentation generated on Fri, 09 Apr 2010 11:57:53 +0900 by phpDocumentor 1.4.3