Package lumis.portal.monitor
Interface IMonitorFieldGroupInstance
-
- All Known Subinterfaces:
IMonitorFieldGroupInstanceSPI
- All Known Implementing Classes:
MonitorFieldGroupInstance
@StableMinor(version="14.0", sinceVersion="11.0") public interface IMonitorFieldGroupInstance
Represents anIMonitorFieldGroup
instance within a givenIMonitorEvent
.- Since:
- 11.0.0
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IMonitorFieldGroup
getFieldGroup()
Returns the field group.boolean
isRequired()
Returns whether this field group is required.
-
-
-
Method Detail
-
isRequired
boolean isRequired()
Returns whether this field group is required. If not defined, the default value isfalse
.- Returns:
- whether this field group is required.
- Since:
- 11.0.0
-
getFieldGroup
IMonitorFieldGroup getFieldGroup()
Returns the field group.- Returns:
- the field group.
- Since:
- 11.0.0
-
-