Uses of Class
org.boehn.kmlframework.todo.servlet.RefreshModes

Packages that use RefreshModes
org.boehn.kmlframework.todo.servlet   
 

Uses of RefreshModes in org.boehn.kmlframework.todo.servlet
 

Methods in org.boehn.kmlframework.todo.servlet that return RefreshModes
 RefreshModes NetworkLink.getRefreshMode()
           
static RefreshModes RefreshModes.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RefreshModes[] RefreshModes.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.boehn.kmlframework.todo.servlet with parameters of type RefreshModes
 void NetworkLink.setRefreshMode(RefreshModes refreshMode)