psdi.webclient.controls

Class SectionRow

  • All Implemented Interfaces:
    java.lang.Cloneable


    public class SectionRow
    extends ControlInstance
    • Constructor Detail

      • SectionRow

        public SectionRow()
    • Method Detail

      • initialize

        public void initialize()
        Description copied from class: BaseInstance
        should be extended to do any setup required by the instance. for example, the DatasrcInstance will call initialize to create data sources found in the bind list.
        Overrides:
        initialize in class ControlInstance