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

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

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

Methods in org.boehn.kmlframework.todo.servlet that return ViewRefreshModes
 ViewRefreshModes NetworkLink.getViewRefreshMode()
           
static ViewRefreshModes ViewRefreshModes.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ViewRefreshModes[] ViewRefreshModes.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 ViewRefreshModes
 void NetworkLink.setViewRefreshMode(ViewRefreshModes viewRefreshMode)