예제 #1
0
 public selected_t(jsbool b)
 {
     this.selected = b;
 }
예제 #2
0
 public disabled_t(jsbool b)
 {
     this.disabled = b;
 }
예제 #3
0
 public leaf_t(jsbool b)
 {
     this.leaf = b;
 }
예제 #4
0
 public opened_t(jsbool b)
 {
     this.opened = b;
 }