Uses of Class
org.openfaces.component.panel.FoldingDirection

Packages that use FoldingDirection
org.openfaces.component.panel   
 

Uses of FoldingDirection in org.openfaces.component.panel
 

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

Methods in org.openfaces.component.panel with parameters of type FoldingDirection
 void FoldingPanel.setFoldingDirection(FoldingDirection foldingDirection)
           
 



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