Class InputTimeDataCollection

All Implemented Interfaces:
Serializable, overit.geocall.marks.MethodExposer, overit.geocall.marks.NameExposer, Arrangeable, Badgeable, ValueValidator, Identified, Tool, overit.geocall.ux.configurability.UIConfigurable, overit.geocall.ux.edm.ModelConfigurable

@Component public class InputTimeDataCollection extends InputTime
See Also:
  • Field Details

    • autoEvent

      protected String autoEvent
    • autoEventParam

      protected String autoEventParam
    • autoEventMessage

      protected String autoEventMessage
    • autoEventAnchor

      protected String autoEventAnchor
  • Constructor Details

    • InputTimeDataCollection

      public InputTimeDataCollection()
  • Method Details

    • setAUTOEVENT

      public void setAUTOEVENT(String s)
      Sets the name of an event associated to the field and triggered when the user changes its value. By setting an autoevent, a form submit will be automatically performed when the field loses the focus.
      Parameters:
      s - The name of the event triggered when the user changes the field value
    • setAUTOEVENTPARAM

      public void setAUTOEVENTPARAM(String s)
      Sets one the parameter for the event associated to the field (see setAUTOEVENT()).
      Parameters:
      s - A string that represents the param attribute of the event associated to the field
    • setAUTOEVENTMSG

      public void setAUTOEVENTMSG(String s)
      Sets the string that appear as messages for the event associated to the field (see setAUTOEVENT()).
      Parameters:
      s - A string that represents the msg attribute of the event associated to the field
    • setAUTOEVENTANCHOR

      public void setAUTOEVENTANCHOR(String s)
      Defines the name of the anchor that is used to reposition the scrolling of the page following the execution of the autoevent associated with the Input. The name must correspond to the value of a reference attribute of a Grid or a Section, set using the appropriate set methods (Grid.setREF(String), Section.setREF(String)).
      The relocation mechanism works only with non-Ajax events, the ones that reload the page.
      Parameters:
      s - The name of the anchor
    • validate

      protected void validate(org.apache.ecs.html.Input input, EntitySet entitySet, boolean readOnly)
      Overrides:
      validate in class InputTime