Interface HasFieldId
-
public interface HasFieldId
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setFieldId(String fieldId)
The component identifier for the input field component inside of the container.
-
-
-
Method Detail
-
setFieldId
void setFieldId(String fieldId)
The component identifier for the input field component inside of the container. This value must be unique within the closest parent component that is a naming container.
-
-