Interface MutableHasAttributes
- All Superinterfaces:
HasAttributes,Serializable
- All Known Subinterfaces:
MutableFieldDescriptor,MutableFormComponentContainer,MutableFormElementDescriptor
- All Known Implementing Classes:
FieldDescriptorImpl,FormComponentContainerImpl,FormElementDescriptorImpl,HasAttributesAbstractElement,ValidatorDescriptorImpl
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic interface -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidoverrideAttribute(String attribute, String value) voidremoveAttribute(String attr) voidvoidsetAttribute(String attr, String value) voidsetAttributes(Map<String, String> attrs) Methods inherited from interface HasAttributes
containsAttribute, containsAttribute, getAttribute, getAttribute, getAttributes, getBooleanAttribute, getBooleanAttribute, getNumberAttribute, getNumberAttribute
-
Method Details
-
setAttribute
-
setAttributes
-
overrideAttribute
-
removeAttribute
-
addAttributeChangeListener
-
removeAttributeChangeListener
-