Interface CmsEditableGroup.I_HasError
-
- All Known Implementing Classes:
A_CmsFileSelectField
,CmsModuleResourceSelectField
,CmsPathSelectField
- Enclosing class:
- CmsEditableGroup
public static interface CmsEditableGroup.I_HasError
Interface for group row components that can have errors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasEditableGroupError()
Check if there is an error.
-
-
-
Method Detail
-
hasEditableGroupError
boolean hasEditableGroupError()
Check if there is an error.- Returns:
- true if there is an error
-
-