Package lumis.portal.monitor
Interface IMonitorFieldGroupInstance
-
- All Known Subinterfaces:
IMonitorFieldGroupInstanceSPI
- All Known Implementing Classes:
MonitorFieldGroupInstance
@StableMinor(version="14.2", sinceVersion="11.0") public interface IMonitorFieldGroupInstance
Represents anIMonitorFieldGroup
instance within a givenIMonitorEvent
.- Since:
- 11.0.0
- Version:
- $Revision: 24985 $ $Date: 2022-05-02 23:04:30 -0300 (Mon, 02 May 2022) $
-
-
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
-
-