Annotation Type RenderWebElement
-
@Documented @Retention(RUNTIME) @Target(FIELD) public @interface RenderWebElementThe Locator By annotated with RenderWebElement can be rendered while calling the render on Page.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description ElementStatestateRender the element based on theElementStateThe default value ofElementStateis Visible, if it have to render for other otherElementStateuser have to set attribute.java.lang.Stringtext
-
-
-
Element Detail
-
state
ElementState state
Render the element based on theElementStateThe default value ofElementStateis Visible, if it have to render for other otherElementStateuser have to set attribute.- Returns:
ElementStateelement state
- Default:
- org.alfresco.utility.web.renderer.ElementState.VISIBLE
-
-