Uses of Class
com.iizix.prop.ui.table.UITableColumn
Packages that use UITableColumn Package Description com.iizigo.panel.prop.table com.iizix.prop.ui.table Uses of UITableColumn in com.iizigo.panel.prop.table
Subclasses of UITableColumn in com.iizigo.panel.prop.table Modifier and Type Class Description class
EUITableColumn
The Table Column component.Uses of UITableColumn in com.iizix.prop.ui.table
Fields in com.iizix.prop.ui.table declared as UITableColumn Modifier and Type Field Description protected UITableColumn[]
DefaultTableContentProvider. columns
The columns.Methods in com.iizix.prop.ui.table that return UITableColumn Modifier and Type Method Description UITableColumn
UITableColumn. clone()
Creates a clone out of this property.UITableColumn
UITable. getColumn(int index)
Gets the columns in the table.UITableColumn[]
UITable. getColumns()
Gets the columns in the table.