Searched refs:readonly (Results 101 - 125 of 149) sorted by relevance

123456

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DResponseProviderOpViewBeanBase.java333 boolean readonly
337 curRealm, providerType, isCreateViewBean(), readonly);
H A DConditionOpViewBeanBase.java376 boolean readonly
379 return model.getConditionXML(curRealm, condType, readonly);
H A DTimeConditionHelper.java82 public String getConditionXML(boolean bCreate, boolean readonly) { argument
88 xml = (readonly) ?
H A DIdentityMembershipConditionAddViewBean.java79 boolean readonly
82 * readonly is not used because it only applies to edit view bean.
H A DIdentitySubjectAddViewBean.java79 protected String getPropertyXMLFileName(boolean readonly) { argument
H A DReferralOpViewBeanBase.java124 protected abstract String getPropertyXMLFileName(boolean readonly); argument
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DIPConditionHelper.java66 public String getConditionXML(boolean bCreate, boolean readonly) { argument
72 xml = (readonly) ?
H A DIdentitySubjectEditViewBean.java77 protected String getPropertyXMLFileName(boolean readonly) { argument
78 return (readonly) ?
H A DResponseProviderOpViewBeanBase.java333 boolean readonly
337 curRealm, providerType, isCreateViewBean(), readonly);
H A DConditionOpViewBeanBase.java376 boolean readonly
379 return model.getConditionXML(curRealm, condType, readonly);
H A DTimeConditionHelper.java82 public String getConditionXML(boolean bCreate, boolean readonly) { argument
88 xml = (readonly) ?
H A DIdentityMembershipConditionAddViewBean.java79 boolean readonly
82 * readonly is not used because it only applies to edit view bean.
H A DIdentitySubjectAddViewBean.java79 protected String getPropertyXMLFileName(boolean readonly) { argument
H A DReferralOpViewBeanBase.java124 protected abstract String getPropertyXMLFileName(boolean readonly); argument
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyXMLBuilderBase.java1092 Set readonly
1094 buildSchemaTypeXML(schemaTypeName, attributeSchemas, xml, model, serviceBundle, readonly, true, true);
1103 Set readonly,
1122 if (allAttributesReadonly || readonly.contains(as.getName())) {
1154 Set readonly,
1166 buildSchemaTypeXML(schemaTypeName, as, xml, model, serviceBundle, readonly, false, false);
1097 buildSchemaTypeXML( String schemaTypeName, Set attributeSchemas, StringBuffer xml, AMModel model, ResourceBundle serviceBundle, Set readonly, boolean section, boolean addSubSection ) argument
1148 buildSchemaTypeXML( String schemaTypeName, Set<AttributeSchema> attributeSchemas, StringBuffer xml, AMModel model, ResourceBundle serviceBundle, Set readonly, List<String> sectionList ) argument
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyXMLBuilderBase.java1092 Set readonly
1094 buildSchemaTypeXML(schemaTypeName, attributeSchemas, xml, model, serviceBundle, readonly, true, true);
1103 Set readonly,
1122 if (allAttributesReadonly || readonly.contains(as.getName())) {
1154 Set readonly,
1166 buildSchemaTypeXML(schemaTypeName, as, xml, model, serviceBundle, readonly, false, false);
1097 buildSchemaTypeXML( String schemaTypeName, Set attributeSchemas, StringBuffer xml, AMModel model, ResourceBundle serviceBundle, Set readonly, boolean section, boolean addSubSection ) argument
1148 buildSchemaTypeXML( String schemaTypeName, Set<AttributeSchema> attributeSchemas, StringBuffer xml, AMModel model, ResourceBundle serviceBundle, Set readonly, List<String> sectionList ) argument
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/realm/model/
H A DRMRealmModelImpl.java118 private void getPropertyXML(StringBuffer buff, boolean readonly) argument
130 xmlBuilder.setAllAttributeReadOnly(readonly);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/realm/model/
H A DRMRealmModelImpl.java118 private void getPropertyXML(StringBuffer buff, boolean readonly) argument
130 xmlBuilder.setAllAttributeReadOnly(readonly);
/forgerock/opendj-v3/opendj-maven-plugin/src/main/java/org/forgerock/opendj/maven/
H A DConcatSchemaMojo.java60 @Parameter(property = "project", required = true, readonly = true)
H A DGenerateConfigMojo.java119 @Parameter(required = true, readonly = true, property = "project")
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/model/
H A DPolicyModelImpl.java1356 * @param readonly true if administrator can only read permission.
1363 boolean readonly
1370 xml = (readonly) ?
1379 if (!bCreate && readonly) {
1746 * @param readonly true if the administrator has only read only permission.
1752 boolean readonly
1759 builder.setAllAttributeReadOnly(readonly);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/model/
H A DPolicyModelImpl.java1341 * @param readonly true if administrator can only read permission.
1348 boolean readonly
1355 xml = (readonly) ?
1364 if (!bCreate && readonly) {
1731 * @param readonly true if the administrator has only read only permission.
1737 boolean readonly
1744 builder.setAllAttributeReadOnly(readonly);
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/colorpicker/
H A Dcolorpicker-beta-debug.js1345 * @readonly
1371 readonly: true
1459 * @readonly
1463 readonly: true
H A Dcolorpicker-beta-min.js27 var s=this.get(o.PICKER_SIZE);this.hueSlider=Slider.getVertSlider(this.getElement(this.ID.HUE_BG),this.getElement(this.ID.HUE_THUMB),0,s);this.hueSlider.subscribe("change",_onHueSliderChange,this,true);this.pickerSlider=Slider.getSliderRegion(this.getElement(this.ID.PICKER_BG),this.getElement(this.ID.PICKER_THUMB),0,s,0,s);this.pickerSlider.subscribe("change",_onPickerSliderChange,this,true);Event.on(this.getElement(this.ID.WEBSAFE_SWATCH),"click",function(e){this.setValue(this.get(o.WEBSAFE));},this,true);Event.on(this.getElement(this.ID.CONTROLS_LABEL),"click",function(e){this.set(o.SHOW_CONTROLS,!this.get(o.SHOW_CONTROLS));Event.preventDefault(e);},this,true);_attachRGBHSV.call(this,this.ID.R,this.OPT.RED);_attachRGBHSV.call(this,this.ID.G,this.OPT.GREEN);_attachRGBHSV.call(this,this.ID.B,this.OPT.BLUE);_attachRGBHSV.call(this,this.ID.H,this.OPT.HUE);_attachRGBHSV.call(this,this.ID.S,this.OPT.SATURATION);_attachRGBHSV.call(this,this.ID.V,this.OPT.VALUE);Event.on(this.getElement(this.ID.HEX),"keydown",function(e,me){_hexFieldKeypress.call(me,e,this,me.OPT.HEX);},this);Event.on(this.getElement(this.ID.HEX),"keypress",_hexOnly,this);Event.on(this.getElement(this.ID.HEX),"blur",function(e,me){_useFieldValue.call(me,e,this,me.OPT.HEX);},this);};_attachRGBHSV=function(id,config){Event.on(this.getElement(id),"keydown",function(e,me){_rgbFieldKeypress.call(me,e,this,config);},this);Event.on(this.getElement(id),"keypress",_numbersOnly,this);Event.on(this.getElement(id),"blur",function(e,me){_useFieldValue.call(me,e,this,config);},this);};proto.initAttributes=function(attr){attr=attr||{};YAHOO.widget.ColorPicker.superclass.initAttributes.call(this,attr);this.setAttributeConfig(this.OPT.PICKER_SIZE,{value:attr.size||this.DEFAULT.PICKER_SIZE});this.setAttributeConfig(this.OPT.HUE,{value:attr.hue||0,validator:lang.isNumber});this.setAttributeConfig(this.OPT.SATURATION,{value:attr.saturation||0,validator:lang.isNumber});this.setAttributeConfig(this.OPT.VALUE,{value:attr.value||100,validator:lang.isNumber});this.setAttributeConfig(this.OPT.RED,{value:attr.red||255,validator:lang.isNumber});this.setAttributeConfig(this.OPT.GREEN,{value:attr.red||255,validator:lang.isNumber});this.setAttributeConfig(this.OPT.BLUE,{value:attr.blue||255,validator:lang.isNumber});this.setAttributeConfig(this.OPT.HEX,{value:attr.hex||"FFFFFF",validator:lang.isString});this.setAttributeConfig(this.OPT.RGB,{value:attr.rgb||[255,255,255],method:function(rgb){this.set(this.OPT.RED,rgb[0],true);this.set(this.OPT.GREEN,rgb[1],true);this.set(this.OPT.BLUE,rgb[2],true);var websafe=Color.websafe(rgb);this.set(this.OPT.WEBSAFE,websafe,true);var hex=Color.rgb2hex(rgb);this.set(this.OPT.HEX,hex,true);var hsv=Color.rgb2hsv(rgb);this.set(this.OPT.HUE,hsv[0],true);this.set(this.OPT.SATURATION,Math.round(hsv[1]*100),true);this.set(this.OPT.VALUE,Math.round(hsv[2]*100),true);},readonly:true});this.setAttributeConfig(this.OPT.CONTAINER,{value:null,method:function(container){if(container){container.showEvent.subscribe(function(){this.pickerSlider.focus();},this,true);}}});this.setAttributeConfig(this.OPT.WEBSAFE,{value:attr.websafe||[255,255,255]});ids=attr.ids||lang.merge({},this.ID);if(!attr.ids&&pickercount>1){for(var i in ids){if(lang.hasOwnProperty(ids,i)){ids[i]=ids[i]+pickercount;}}}
28 this.setAttributeConfig(this.OPT.IDS,{value:ids,writeonce:true});this.setAttributeConfig(this.OPT.TXT,{value:attr.txt||this.TXT,writeonce:true});this.setAttributeConfig(this.OPT.IMAGES,{value:attr.images||this.IMAGE,writeonce:true});this.setAttributeConfig(this.OPT.ELEMENTS,{value:{},readonly:true});_hideShowEl=function(id,on){var el=(lang.isString(id)?this.getElement(id):id);Dom.setStyle(el,"display",(on)?"":"none");};this.setAttributeConfig(this.OPT.SHOW_CONTROLS,{value:(attr.showcontrols)||true,method:function(on){var el=Dom.getElementsByClassName("bd","div",this.getElement(this.ID.CONTROLS))[0];_hideShowEl.call(this,el,on);this.getElement(this.ID.CONTROLS_LABEL).innerHTML=(on)?this.get(this.OPT.TXT).HIDE_CONTROLS:this.get(this.OPT.TXT).SHOW_CONTROLS;}});this.setAttributeConfig(this.OPT.SHOW_RGB_CONTROLS,{value:(attr.showrgbcontrols)||true,method:function(on){_hideShowEl.call(this,this.ID.RGB_CONTROLS,on);}});this.setAttributeConfig(this.OPT.SHOW_HSV_CONTROLS,{value:(attr.showhsvcontrols)||false,method:function(on){_hideShowEl.call(this,this.ID.HSV_CONTROLS,on);if(on&&this.get(this.OPT.SHOW_HEX_SUMMARY)){this.set(this.OPT.SHOW_HEX_SUMMARY,false);}}});this.setAttributeConfig(this.OPT.SHOW_HEX_CONTROLS,{value:(attr.showhexcontrols)||false,method:function(on){_hideShowEl.call(this,this.ID.HEX_CONTROLS,on);}});this.setAttributeConfig(this.OPT.SHOW_WEBSAFE,{value:(attr.showwebsafe)||true,method:function(on){_hideShowEl.call(this,this.ID.WEBSAFE_SWATCH,on);}});this.setAttributeConfig(this.OPT.SHOW_HEX_SUMMARY,{value:(attr.showhexsummary)||true,method:function(on){_hideShowEl.call(this,this.ID.HEX_SUMMARY,on);if(on&&this.get(this.OPT.SHOW_HSV_CONTROLS)){this.set(this.OPT.SHOW_HSV_CONTROLS,false);}}});this.setAttributeConfig(this.OPT.ANIMATE,{value:(attr.animate)||true,method:function(on){this.pickerSlider.animate=on;this.hueSlider.animate=on;}});this.on(this.OPT.HUE+"Change",_updateRGBFromHSV,this,true);this.on(this.OPT.SATURATION+"Change",_updateRGBFromHSV,this,true);this.on(this.OPT.VALUE+"Change",_updatePickerSlider,this,true);this.on(this.OPT.RED+"Change",_updateRGB,this,true);this.on(this.OPT.GREEN+"Change",_updateRGB,this,true);this.on(this.OPT.BLUE+"Change",_updateRGB,this,true);this.on(this.OPT.HEX+"Change",_updateHex,this,true);this.initPicker();};var _updateRGB=function(){var rgb=[this.get(this.OPT.RED),this.get(this.OPT.GREEN),this.get(this.OPT.BLUE)];this.set(this.OPT.RGB,rgb);_updateSliders.call(this);};var _updateRGBFromHSV=function(){var hsv=[this.get(this.OPT.HUE),this.get(this.OPT.SATURATION)/100,this.get(this.OPT.VALUE)/100];var rgb=Color.hsv2rgb(hsv);this.set(this.OPT.RGB,rgb);_updateSliders.call(this);};var _updateHex=function(){var hex=this.get(this.OPT.HEX),l=hex.length;if(l===3){var c=hex.split(""),i;for(i=0;i<l;i=i+1){c[i]=c[i]+c[i];}
H A Dcolorpicker-beta.js1336 * @readonly
1359 readonly: true
1447 * @readonly
1451 readonly: true

Completed in 75 milliseconds

123456