Uses of Class
org.alfresco.utility.web.renderer.ElementState
-
Packages that use ElementState Package Description org.alfresco.utility.web.annotation org.alfresco.utility.web.renderer -
-
Uses of ElementState in org.alfresco.utility.web.annotation
Methods in org.alfresco.utility.web.annotation that return ElementState Modifier and Type Method Description ElementStatestate()Render the element based on theElementStateThe default value ofElementStateis Visible, if it have to render for other otherElementStateuser have to set attribute. -
Uses of ElementState in org.alfresco.utility.web.renderer
Methods in org.alfresco.utility.web.renderer that return ElementState Modifier and Type Method Description static ElementStateElementState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ElementState[]ElementState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-