psdi.webclient.controls

Class TableDataRow

  • All Implemented Interfaces:
    java.lang.Cloneable
    Direct Known Subclasses:
    TableDataRowMock


    public class TableDataRow
    extends TableRow
    This is the class for table title rows. It creates all tablecells inside of itself.
    • Constructor Detail

      • TableDataRow

        public TableDataRow()
    • 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 TableRow
      • isCurrentRow

        public boolean isCurrentRow()
      • setCurrentRow

        public void setCurrentRow(boolean currentRow)
      • shouldRenderRow

        public boolean shouldRenderRow()
      • 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
      • renderDataRow

        public int renderDataRow(int row)
                          throws java.lang.NoSuchMethodException,
                                 java.lang.IllegalAccessException,
                                 java.lang.reflect.InvocationTargetException
        This render should be verified before calling (should it even bother?)
        Parameters:
        row -
        Returns:
        Throws:
        java.lang.NoSuchMethodException
        java.lang.IllegalAccessException
        java.lang.reflect.InvocationTargetException
      • isRowDeleted

        public java.lang.String isRowDeleted()
      • getUrlValue

        public java.lang.String getUrlValue(java.lang.String urlattribute)
      • getErrorLevel

        public int getErrorLevel()
        Description copied from class: ControlInstance
        Checks to see if the control has any child errors and returns the most severe error.
        Overrides:
        getErrorLevel in class ControlInstance
        Returns: