mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-03 19:57:36 +08:00
Add property enabled for checkBox and ButtonsPanel in xsd #PL-5018
This commit is contained in:
parent
9f0bd23889
commit
7f9e772947
@ -860,6 +860,7 @@
|
|||||||
<xs:attributeGroup ref="hasExpand"/>
|
<xs:attributeGroup ref="hasExpand"/>
|
||||||
<xs:attributeGroup ref="hasAlign"/>
|
<xs:attributeGroup ref="hasAlign"/>
|
||||||
<xs:attributeGroup ref="hasVisibility"/>
|
<xs:attributeGroup ref="hasVisibility"/>
|
||||||
|
<xs:attributeGroup ref="hasEnableProp"/>
|
||||||
|
|
||||||
<xs:attribute name="providerClass" type="xs:string"/>
|
<xs:attribute name="providerClass" type="xs:string"/>
|
||||||
<xs:attribute name="alwaysVisible" type="xs:boolean"/>
|
<xs:attribute name="alwaysVisible" type="xs:boolean"/>
|
||||||
|
@ -37,7 +37,8 @@ public class ButtonsPanelLoader extends ContainerLoader {
|
|||||||
assignXmlDescriptor(component, element);
|
assignXmlDescriptor(component, element);
|
||||||
loadId(component, element);
|
loadId(component, element);
|
||||||
loadVisible(component, element);
|
loadVisible(component, element);
|
||||||
|
loadEnable(component, element);
|
||||||
|
|
||||||
loadStyleName(component, element);
|
loadStyleName(component, element);
|
||||||
loadAlign(component, element);
|
loadAlign(component, element);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user