Class LoadTransformationFromDataBaseControl

  • All Implemented Interfaces:
    java.util.Observer, javax.servlet.jsp.el.VariableResolver, IControl, IDataBoundControl, IDataControl, IRenderer

    public class LoadTransformationFromDataBaseControl
    extends InputHiddenControl
    Control responsible of reading the data from base and then insert it in a hidden input.
    Since:
    6.1.0
    Version:
    $Revision$ $Date$
    • Constructor Detail

      • LoadTransformationFromDataBaseControl

        public LoadTransformationFromDataBaseControl()
    • Method Detail

      • setValueFromSource

        protected void setValueFromSource​(Source source)
                                   throws PortalException
        Description copied from class: DataBoundControl
        Reads the value corresponding to the current control from the control source. By default the value that is taken from the source is from the first row of the source tabular data. However, if the control has the dataRow specified, the value taken from the source tabular data corresponds to specified row.
        Overrides:
        setValueFromSource in class DataBoundControl
        Throws:
        PortalException