psdi.webclient.components

Class CalendarTextBox

  • All Implemented Interfaces:
    java.lang.Cloneable, DataBeanListener


    public class CalendarTextBox
    extends UnboundComponentInstance
    Provides custom functionality to the textboxes used in the Calendar control, which are not bound to a data attribute
    • Constructor Detail

      • CalendarTextBox

        public CalendarTextBox()
    • Method Detail

      • increment

        public int increment()
        Description copied from class: BoundComponentInstance
        Called from front end when the field data type is DATE, TIME of DATETIME This even can only be called when user presses UP_ARROW keys on date fields.
        Overrides:
        increment in class BoundComponentInstance
        Returns:
        WebClientBean.EVENT_HANDLED
      • decrement

        public int decrement()
        Description copied from class: BoundComponentInstance
        Called from front end when the field data type is DATE, TIME of DATETIME This even can only be called when user presses DOWN_ARROW keys on date fields.
        Overrides:
        decrement in class BoundComponentInstance
        Returns:
        WebClientBean.EVENT_HANDLED
      • getUpperLimit

        public java.lang.String getUpperLimit()
      • getLowerLimit

        public java.lang.String getLowerLimit()