new ov.UI.ListItem(contents)
            webgl/ov-BestCommentatorUI.js, line 977
        
        
    UI List item結構
| Name | Type | Description | 
|---|---|---|
contents | 
            
            
            Object | 
                
                 清單屬性。  | 
        
Methods
- 
    
addEventListener(type, listener)
webgl/ov-BestCommentatorUI.js, line 1048 - 
    
    
    
新增一個事件到項目上。
Name Type Description typeString 要註冊的事件類型。
listenerfunction 事件回呼。
 - 
    
append(child)
webgl/ov-BestCommentatorUI.js, line 1019 - 
    
    
    
加入一個子項目到清單中。
Name Type Description childov.UI.ListItem 要加入的子項目。
 - 
    
clearSubList()
webgl/ov-BestCommentatorUI.js, line 1062 - 
    
    
    
從DOM樹上移除這個項目的所有子項目。
 - 
    
moveItemDown(listItem)
webgl/ov-BestCommentatorUI.js, line 1037 - 
    
    
    
將一個子項目下移。
Name Type Description listItemov.UI.ListItem 要下移的子項目。
 - 
    
moveItemUp(listItem)
webgl/ov-BestCommentatorUI.js, line 1027 - 
    
    
    
將一個子項目上移。
Name Type Description listItemov.UI.ListItem 要上移的子項目。
 - 
    
remove()
webgl/ov-BestCommentatorUI.js, line 1055 - 
    
    
    
從DOM樹上移除這個項目與其所有子項目。