Uses of Class
org.openfaces.component.select.TabPlacement

Packages that use TabPlacement
org.openfaces.component.panel   
org.openfaces.component.select   
 

Uses of TabPlacement in org.openfaces.component.panel
 

Methods in org.openfaces.component.panel that return TabPlacement
 TabPlacement TabbedPane.getTabPlacement()
           
 

Methods in org.openfaces.component.panel with parameters of type TabPlacement
 void TabbedPane.setTabPlacement(TabPlacement tabPlacement)
           
 

Uses of TabPlacement in org.openfaces.component.select
 

Methods in org.openfaces.component.select that return TabPlacement
 TabPlacement TabSet.getPlacement()
           
static TabPlacement TabPlacement.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TabPlacement[] TabPlacement.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.openfaces.component.select with parameters of type TabPlacement
 void TabSet.setPlacement(TabPlacement placement)
           
 



Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.