WUI : API


Uses of Class
org.westofj.wui.table.WTableSelectionMode

Packages that use WTableSelectionMode
org.westofj.wui.table   
 

Uses of WTableSelectionMode in org.westofj.wui.table
 

Fields in org.westofj.wui.table declared as WTableSelectionMode
static WTableSelectionMode WTableSelectionMode.NONE
           
static WTableSelectionMode WTableSelectionMode.SINGLE
           
static WTableSelectionMode WTableSelectionMode.MULTIPLE
           
 

Methods in org.westofj.wui.table that return WTableSelectionMode
 WTableSelectionMode WTable.getColumnSelectionMode()
           
 WTableSelectionMode WTable.getRowSelectionMode()
           
 

Methods in org.westofj.wui.table with parameters of type WTableSelectionMode
 void WTable.setColumnSelectionMode(WTableSelectionMode mode)
           
 void WTable.setRowSelectionMode(WTableSelectionMode mode)
           
 


Copyright (c) 2003 West of J - All rights reserved.