Uses of Class
org.openfaces.component.ajax.ProgressMessageMode

Packages that use ProgressMessageMode
org.openfaces.component.ajax   
 

Uses of ProgressMessageMode in org.openfaces.component.ajax
 

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

Methods in org.openfaces.component.ajax with parameters of type ProgressMessageMode
 void DefaultProgressMessage.setMode(ProgressMessageMode mode)
           
 void DefaultProgressMessage.setMode(ProgressMessageMode mode)
           
 



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