psdi.webclient.components

Class ReasonChangeDropImage

  • All Implemented Interfaces:
    java.lang.Cloneable

    Deprecated. 
    - there is no need for this component anymore as reasonchange control uses standard textbox control structure and should actually be removed as a control entirely, unfortunately this is not easy as external groups may be using it.

    public class ReasonChangeDropImage
    extends ComponentInstance
    • Constructor Detail

      • ReasonChangeDropImage

        public ReasonChangeDropImage()
        Deprecated. 
    • Method Detail

      • hiddenByProperty

        public boolean hiddenByProperty()
        Deprecated. 
        Description copied from class: ComponentInstance
        Allows hiding components via the registry without coding, by using property value comparison Ex: @{label}==null Ex2: @{cssclass}!=null Can have two conditions or more Ex3: @{label}!=null and @{cssclass}!=null Ex4: @{label}!=null or @{cssclass}!=null
        Overrides:
        hiddenByProperty in class ComponentInstance
      • setvalue

        public int setvalue()
        Deprecated.