butler.client.query
Class DSortPanel.DualListBox

java.lang.Object
  extended by butler.client.query.DSortPanel
      extended by butler.client.query.DSortPanel.DualListBox
Enclosing class:
DSortPanel

public static class DSortPanel.DualListBox
extends DSortPanel


Nested Class Summary
 class DSortPanel.DualListBox.Criteria
           
 
Nested classes/interfaces inherited from class butler.client.query.DSortPanel
DSortPanel.ColumnWrapper, DSortPanel.DualListBox, DSortPanel.Radio
 
Constructor Summary
DSortPanel.DualListBox()
           
 
Method Summary
 void add(SortCriteria criteria, boolean defaultFlag, boolean mandatory)
           
 java.util.List getCriterias()
           
 DDualListBox getDualListBox()
           
static DSortPanel.DualListBox parse(org.dom4j.Element element, java.util.Map tabMap)
           
 
Methods inherited from class butler.client.query.DSortPanel
parseSortPanel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSortPanel.DualListBox

public DSortPanel.DualListBox()
Method Detail

add

public void add(SortCriteria criteria,
                boolean defaultFlag,
                boolean mandatory)

getCriterias

public java.util.List getCriterias()

getDualListBox

public DDualListBox getDualListBox()

parse

public static DSortPanel.DualListBox parse(org.dom4j.Element element,
                                           java.util.Map tabMap)
                                    throws java.lang.Exception
Throws:
java.lang.Exception