Home | History | Annotate | Download | only in layout

Lines Matching defs:mRulesEngine

86     protected IClientRulesEngine mRulesEngine;
94 this.mRulesEngine = engine;
121 return mRulesEngine;
199 IValidator validator = mRulesEngine.getResourceValidator();
200 String newId = mRulesEngine.displayInput("New Id:", oldId, validator);
242 v = mRulesEngine.displayResourceInput(resourceTypeName, oldValue);
322 return mRulesEngine.displayReferenceInput(oldValue);
333 return mRulesEngine.displayResourceInput(format.name(), oldValue);
339 return mRulesEngine.displayInput(message, oldValue, null);
352 String value = mRulesEngine.displayInput(
537 IViewMetadata metadata = mRulesEngine.getMetadata(selectedNode.getFqcn());
802 return mRulesEngine.getMinApiLevel() >= 8;
915 IViewRule parentRule = mRulesEngine.loadRule(parentFqcn);