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

Class: WBTreeNode

Source Location: /php/ui/winbinder/tree/WBTreeNode.php

Class WBTreeNode

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
void   collapse()  
void   createChild()  
void   createSibling()  
void   delete()  
void   expand()  
void   getInstance()  
void   getLevel()  
void   getParent()  
void   getSelectedValue()  
void   getText()  
void   isExpanded()  
void   isLeaf()  
void   isRoot()  
void   select()   node 가 selected 되어지면 parent 노드는 자동으로 expand 된다.
void   setImage()  
void   setInstance()  
void   setText()  
void   __contruct()  

[ Top ]
Methods
collapse  [line 83]

  void collapse( )


API Tags:
Access:  public


[ Top ]
createChild  [line 25]

  void createChild( [ $opt = array()]  )

Parameters:
   $opt: 

API Tags:
Access:  public


[ Top ]
createSibling  [line 33]

  void createSibling( [ $opt = array()]  )

Parameters:
   $opt: 

API Tags:
Access:  public


[ Top ]
delete  [line 95]

  void delete( )


API Tags:
Access:  public


[ Top ]
expand  [line 79]

  void expand( )


API Tags:
Access:  public


[ Top ]
getInstance  [line 59]

  void getInstance( )


API Tags:
Access:  public


[ Top ]
getLevel  [line 48]

  void getLevel( )


API Tags:
Access:  public


[ Top ]
getParent  [line 52]

  void getParent( )


API Tags:
Access:  public


[ Top ]
getSelectedValue  [line 99]

  void getSelectedValue( )


API Tags:
Access:  public


[ Top ]
getText  [line 67]

  void getText( )


API Tags:
Access:  public


[ Top ]
isExpanded  [line 75]

  void isExpanded( )


API Tags:
Access:  public


[ Top ]
isLeaf  [line 40]

  void isLeaf( )


API Tags:
Access:  public


[ Top ]
isRoot  [line 44]

  void isRoot( )


API Tags:
Access:  public


[ Top ]
select  [line 91]

  void select( [ $isSelect = true]  )

node 가 selected 되어지면 parent 노드는 자동으로 expand 된다.

Parameters:
   $isSelect: 

API Tags:
Access:  public


[ Top ]
setImage  [line 103]

  void setImage( $imageindex  )

Parameters:
   $imageindex: 

API Tags:
Access:  public


[ Top ]
setInstance  [line 63]

  void setInstance( $instance  )

Parameters:
   $instance: 

API Tags:
Access:  public


[ Top ]
setText  [line 71]

  void setText( $text  )

Parameters:
   $text: 

API Tags:
Access:  public


[ Top ]
__contruct  [line 21]

  void __contruct( [ $options = array()]  )

Parameters:
   $options: 

API Tags:
Access:  public


[ Top ]
Constants
NODETYPE_CHILD = 2 [line 18]

[ Top ]
NODETYPE_SIBLING = 1 [line 19]

[ Top ]

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