⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rule.js

📁 这是一个关于java的JSP页面中使用象Swing组件的一个库文件.
💻 JS
字号:
function uiFormGuide_Rule(widgetGroup, expectedValue) {  this._super();  this.__widgetGroup = widgetGroup;  this.__expectedValue = expectedValue;}uiFormGuide_Rule = uiUtil_Object.declareClass(uiFormGuide_Rule, uiUtil_Object);uiFormGuide_Rule.prototype._holds = function() {  if (this.__expectedValue == null) {    return (this.__widgetGroup.getValues().length == 0);  }  return this.__widgetGroup.hasValue(this.__expectedValue);};uiFormGuide_Rule.prototype.getWidgetGroup = function() {  return this.__widgetGroup;};uiFormGuide_Rule.prototype.getExpectedValue = function() {  return this.__expectedValue;};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -