net.sf.sqs_xml.editor.sqs.modules.panel
Class SelectFormItemListModel

java.lang.Object
  extended bynet.sf.sqs_xml.editor.sqs.modules.panel.SelectFormItemListModel

public class SelectFormItemListModel
extends java.lang.Object

Author:
hiroya

Constructor Summary
SelectFormItemListModel(SourceEditorMediator mediator, DOMTreeSource source, org.w3c.dom.Element elem)
           
SelectFormItemListModel(SourceEditorMediator mediator, DOMTreeSource source, org.w3c.dom.Element elem, int n)
           
 
Method Summary
 void add(java.lang.String label, java.lang.String value, int colspan)
           
 int getColspan(int index)
           
 org.w3c.dom.Element getItemNode(int index)
           
 org.w3c.dom.NodeList getItemNodeList()
           
 java.lang.String getLabel(int index)
           
 java.lang.String getValue(int index)
           
 void insert(int index, java.lang.String label, java.lang.String value, int colspan)
           
 void remove(int index)
           
 void renumber()
           
 int size()
           
 boolean updateNodeValue(int index, java.lang.String label, java.lang.String value)
           
 boolean updateNodeValue(int index, java.lang.String label, java.lang.String value, int colspan)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectFormItemListModel

public SelectFormItemListModel(SourceEditorMediator mediator,
                               DOMTreeSource source,
                               org.w3c.dom.Element elem)

SelectFormItemListModel

public SelectFormItemListModel(SourceEditorMediator mediator,
                               DOMTreeSource source,
                               org.w3c.dom.Element elem,
                               int n)
Method Detail

renumber

public void renumber()

size

public int size()

remove

public void remove(int index)

add

public void add(java.lang.String label,
                java.lang.String value,
                int colspan)

insert

public void insert(int index,
                   java.lang.String label,
                   java.lang.String value,
                   int colspan)

updateNodeValue

public boolean updateNodeValue(int index,
                               java.lang.String label,
                               java.lang.String value)

updateNodeValue

public boolean updateNodeValue(int index,
                               java.lang.String label,
                               java.lang.String value,
                               int colspan)

getLabel

public java.lang.String getLabel(int index)

getValue

public java.lang.String getValue(int index)

getColspan

public int getColspan(int index)

getItemNodeList

public org.w3c.dom.NodeList getItemNodeList()

getItemNode

public org.w3c.dom.Element getItemNode(int index)