psdi.webclient.controls

Class TableDetails

  • All Implemented Interfaces:
    java.lang.Cloneable


    public class TableDetails
    extends ControlInstance
    This is driving class behind the tableDetails Control. It uses databean and a set of flags from the table to check and keep state.
    • Constructor Detail

      • TableDetails

        public TableDetails()
    • 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
      • hasDetailStateChanged

        public boolean hasDetailStateChanged()
      • expanded

        public java.lang.String expanded()
      • render

        public int render()
                   throws java.lang.NoSuchMethodException,
                          java.lang.IllegalAccessException,
                          java.lang.reflect.InvocationTargetException
        Description copied from class: ControlInstance
        Render this control's components
        Overrides:
        render in class ControlInstance
        Throws:
        java.lang.NoSuchMethodException
        java.lang.IllegalAccessException
        java.lang.reflect.InvocationTargetException