Mac OS X Reference Library Apple Developer
Search

DataGridColumnList

Module:
html
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

add
clear
item
move
remove

add



DataGridColumn add(
    in DOMString id,
    in DOMString label,
    in DOMString type,
    in boolean primary,
    in unsigned short sortable); 

clear



void clear(); 

item



DataGridColumn item(
    in unsigned long index); 

move



void move(
    in DataGridColumn column,
    in unsigned long index); 

remove



void remove(
    in DataGridColumn column); 

Member Data

length
primaryColumn
sortColumn

length



readonly attribute unsigned long length; 

primaryColumn



readonly attribute DataGridColumn primaryColumn; 

sortColumn



readonly attribute DataGridColumn sortColumn; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27