Class FormGroup
- java.lang.Object
-
- org.uberfire.client.views.pfly.widgets.FormGroup
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.IsElement
@Dependent public class FormGroup extends Object implements org.jboss.errai.common.client.api.IsElement
-
-
Constructor Summary
Constructors Constructor Description FormGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearValidationState()org.jboss.errai.common.client.dom.HTMLElementgetElement()voidsetValidationState(ValidationState state)
-
-
-
Method Detail
-
clearValidationState
public void clearValidationState()
-
setValidationState
public void setValidationState(ValidationState state)
-
getElement
public org.jboss.errai.common.client.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceorg.jboss.errai.common.client.api.IsElement
-
-