Uses of Class
org.openfaces.component.LoadingMode

Packages that use LoadingMode
org.openfaces.component   
org.openfaces.component.panel   
 

Uses of LoadingMode in org.openfaces.component
 

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

Uses of LoadingMode in org.openfaces.component.panel
 

Methods in org.openfaces.component.panel that return LoadingMode
 LoadingMode FoldingPanel.getLoadingMode()
           
 LoadingMode MultiPageContainer.getLoadingMode()
           
 

Methods in org.openfaces.component.panel with parameters of type LoadingMode
 void FoldingPanel.setLoadingMode(LoadingMode loadingMode)
           
 void MultiPageContainer.setLoadingMode(LoadingMode loadingMode)
           
 



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