psdi.webclient.components

Class RequiredIndicator

    • Constructor Detail

      • RequiredIndicator

        public RequiredIndicator()
    • Method Detail

      • hasChanged

        public boolean hasChanged()
        Description copied from class: BoundComponentInstance
        Returns true if there has been a change to the component's data, readonly, or required states. To find out what specifically has changed use the hasDataChanged(), hasReadonlyChanged(), hasRequiredChanged() methods. NOTE: This method will update the cached data, readonly, and required values to the new values.
        Overrides:
        hasChanged in class BoundComponentInstance
        See Also:
        BoundComponentInstance.hasChanged()
      • isRequired

        public boolean isRequired()
        Radiobuttongroup has special case for requiredness. We only want it required if set to be so on the UI
        Overrides:
        isRequired in class BoundComponentInstance