Class PostPaidBillChargesModel

java.lang.Object
com.portal.pfc.ui.AbstractTreeTableModel
com.portal.app.cc.PostPaidBillChargesModel
All Implemented Interfaces:
TreeTableModel, TreeModel

public class PostPaidBillChargesModel extends AbstractTreeTableModel implements TreeTableModel
put your documentation comment here
  • Field Details

    • columnNames

      protected String[] columnNames
    • columnTypes

      protected Class[] columnTypes
  • Constructor Details

    • PostPaidBillChargesModel

      public PostPaidBillChargesModel(TreeNode node)
      put your documentation comment here
      Parameters:
      TreeNode - node
  • Method Details

    • init

      public void init()
      put your documentation comment here
    • getColumnCount

      public int getColumnCount()
      put your documentation comment here
      Specified by:
      getColumnCount in interface TreeTableModel
      Returns:
    • getColumnClass

      public Class getColumnClass(int column)
      put your documentation comment here
      Specified by:
      getColumnClass in interface TreeTableModel
      Overrides:
      getColumnClass in class AbstractTreeTableModel
      Parameters:
      column -
      Returns:
    • getColumnName

      public String getColumnName(int parm1)
      put your documentation comment here
      Specified by:
      getColumnName in interface TreeTableModel
      Parameters:
      parm1 -
      Returns:
    • getChildCount

      public int getChildCount(Object parent)
      put your documentation comment here
      Specified by:
      getChildCount in interface TreeModel
      Parameters:
      parent -
      Returns:
    • getValueAt

      public Object getValueAt(Object node, int column)
      put your documentation comment here
      Specified by:
      getValueAt in interface TreeTableModel
      Parameters:
      node -
      column -
      Returns:
    • getChild

      public Object getChild(Object parent, int index)
      put your documentation comment here
      Specified by:
      getChild in interface TreeModel
      Parameters:
      parent -
      index -
      Returns:
    • isLeaf

      public boolean isLeaf(Object node)
      put your documentation comment here
      Specified by:
      isLeaf in interface TreeModel
      Overrides:
      isLeaf in class AbstractTreeTableModel
      Parameters:
      node -
      Returns: