public final class UiElement
extends Object
-
Nested Class Summary
Nested Classes
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
UiElement
public UiElement(@Nullable
@Nullable Object view,
@Nullable
@Nullable String className,
@Nullable
@Nullable String resourceName,
@Nullable
@Nullable String tag,
@NotNull
@NotNull String origin)
-
Method Details
-
getClassName
@Nullable
public @Nullable String getClassName()
-
getResourceName
@Nullable
public @Nullable String getResourceName()
-
getTag
@Nullable
public @Nullable String getTag()
-
getOrigin
@NotNull
public @NotNull String getOrigin()
-
getIdentifier
@NotNull
public @NotNull String getIdentifier()
-
-
getView
@Nullable
public @Nullable Object getView()
-