-
public final class ActionEvent.DdActionTargetTarget properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classActionEvent.DdActionTarget.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Stringselectorprivate final StringcomposedPathSelectorprivate final Longwidthprivate final Longheightprivate final StringpermanentId
-
Method Summary
Modifier and Type Method Description final StringgetSelector()final StringgetComposedPathSelector()final LonggetWidth()final LonggetHeight()final StringgetPermanentId()final JsonElementtoJson()-
-
Constructor Detail
-
ActionEvent.DdActionTarget
ActionEvent.DdActionTarget(String selector, String composedPathSelector, Long width, Long height, String permanentId)
- Parameters:
selector- CSS selector path of the target elementcomposedPathSelector- Selector data based on the click event composed pathwidth- Width of the target element (in pixels)height- Height of the target element (in pixels)permanentId- Mobile-only: a globally unique and stable identifier for this UI element, computed as the hash of the element's path (32 lowercase hex characters).
-
-
Method Detail
-
getSelector
final String getSelector()
-
getComposedPathSelector
final String getComposedPathSelector()
-
getPermanentId
final String getPermanentId()
-
toJson
final JsonElement toJson()
-
-
-
-