@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface RenderWebElement
| Modifier and Type | Optional Element and Description |
|---|---|
ElementState |
state
Render the element based on the
ElementState
The default value of ElementState is Visible,
if it have to render for other other ElementState user have to set attribute. |
String |
text |
public abstract ElementState state
ElementState
The default value of ElementState is Visible,
if it have to render for other other ElementState user have to set attribute.ElementState element statepublic abstract String text
Copyright © 2005–2019 Alfresco Software. All rights reserved.