public interface AttributeReadAriaDropEffect extends Accessibility
dropEffect
attribute (property) of an
object.Modifier and Type | Field and Description |
---|---|
static String |
HTML_ATTRIBUTE_ARIA_DROP_EFFECT
The name of the
dropeffect attribute. |
WAI_ARIA
Modifier and Type | Method and Description |
---|---|
AriaDropEffect |
getDropEffect()
This method gets the dropeffect property of
this object.
|
static final String HTML_ATTRIBUTE_ARIA_DROP_EFFECT
dropeffect
attribute.AriaDropEffect getDropEffect()
AriaDropEffect
rather than returning a
list of AriaDropEffect
s.AriaDropEffect
value. The default (if NOT set) is AriaDropEffect.NONE
.Copyright © 2001–2016 mmm-Team. All rights reserved.