Uses of Class
be.re.webdav.View.Rule

Packages that use View.Rule
be.re.webdav   
 

Uses of View.Rule in be.re.webdav
 

Methods in be.re.webdav that return View.Rule
static View.Rule[] View.getRules(Element ruleSet)
           
static View.Rule[] View.getRules(URL url, Client client)
          Returns the rules of view url in the order specified by the view.
 

Methods in be.re.webdav with parameters of type View.Rule
static void View.setRules(URL url, Client client, View.Rule[] rules)
          Sets the rules of the view url in the provided order.