psdi.webclient.controls

Class TableCell

  • All Implemented Interfaces:
    java.lang.Cloneable


    public class TableCell
    extends DatasrcInstance
    • Constructor Detail

      • TableCell

        public TableCell()
    • Method Detail

      • getTableCol

        public TableCol getTableCol()
      • getColumnNum

        public int getColumnNum()
      • getCellId

        public java.lang.String getCellId(int row)
      • getTable

        public Table getTable()
      • setColumnId

        public void setColumnId(java.lang.String id)
        Store the column id for future reference
        Parameters:
        id -
      • getColumnId

        public java.lang.String getColumnId()
        Retrieve the column id
        Parameters:
        id -
      • getDesignerSelected

        public boolean getDesignerSelected()
        Must override this to allow us to actually set it as selected if the column is selected
        Overrides:
        getDesignerSelected in class ControlInstance
        Parameters:
        id -
        Returns:
        boolean - selected
      • isNumeric

        public boolean isNumeric()
      • isLTROnly

        public boolean isLTROnly()