psdi.webclient.components

Class QuickSearchTextBox

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


    public class QuickSearchTextBox
    extends BoundComponentInstance
    Overwrites the click event because push buttons always send the mxevent to the dialog, while the registry and the presentations do not specify target to the mxevent of the pushbutton component
    • Constructor Detail

      • QuickSearchTextBox

        public QuickSearchTextBox()
    • Method Detail

      • setvalue

        public int setvalue()
      • isReadOnly

        public boolean isReadOnly()
        Description copied from class: BoundComponentInstance
        Returns true if this component (or linked component) is defined as readonly in the mbo, or if the inputmode is readonly in the presentation xml.
        Overrides:
        isReadOnly in class BoundComponentInstance
      • 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()
      • hasDataChanged

        public boolean hasDataChanged()
        Description copied from class: BoundComponentInstance
        Returns the value of the datachanged flag that was set by the a call to hasChanged(). Returns true if the component's data has changed. Also resets the datachanged flag to false.
        Overrides:
        hasDataChanged in class BoundComponentInstance
      • render

        public int render()
                   throws java.lang.NoSuchMethodException,
                          java.lang.IllegalAccessException,
                          java.lang.reflect.InvocationTargetException
        Overridden to flag the control to be cleared unconditionally
        Overrides:
        render in class BoundComponentInstance
        Throws:
        java.lang.NoSuchMethodException
        java.lang.IllegalAccessException
        java.lang.reflect.InvocationTargetException
        See Also:
        BoundComponentInstance.render()