Class DimensionTableModel

java.lang.Object
org.cristalise.kernel.persistency.outcomebuilder.DimensionTableModel

public class DimensionTableModel extends Object
  • Constructor Details

  • Method Details

    • addColumn

      public void addColumn(String heading, org.exolab.castor.xml.schema.Annotated decl, int typeCode)
    • enumerateElements

      public void enumerateElements(org.exolab.castor.xml.schema.ContentModelGroup group) throws OutcomeBuilderException
      Throws:
      OutcomeBuilderException
    • addInstance

      public void addInstance(Element myElement, int index) throws OutcomeBuilderException
      Throws:
      OutcomeBuilderException
    • getColumnClass

      public Class<?> getColumnClass(int columnIndex)
    • getColumnName

      public String getColumnName(int columnIndex)
    • getRowCount

      public int getRowCount()
    • getColumnCount

      public int getColumnCount()
    • setValueAt

      public void setValueAt(Object aValue, int rowIndex, String columnName)
    • setValueAt

      public void setValueAt(Object aValue, int rowIndex, int columnIndex)
    • removeRow

      public Element removeRow(int rowIndex)
    • setupDefaultElement

      public Object setupDefaultElement(org.exolab.castor.xml.schema.ElementDecl thisDecl, Element parent, Class<?> type)
    • getValueAt

      public Object getValueAt(int rowIndex, int columnIndex)
    • validateStructure

      public String validateStructure()
    • initNew

      public Element initNew(Document parent, int index)
    • getHelp

      public String getHelp(int i)