org.openfaces.component.input
Class DropDownPopup.ChildData

java.lang.Object
  extended by org.openfaces.component.input.DropDownPopup.ChildData
Enclosing class:
DropDownPopup

public static class DropDownPopup.ChildData
extends java.lang.Object


Constructor Summary
DropDownPopup.ChildData(TableStructure tableStructure, java.util.List<javax.faces.component.UIComponent> children)
           
 
Method Summary
 java.util.List<javax.faces.component.UIComponent> getChildComponents()
           
 java.util.List<BaseColumn> getColumns()
           
 TableStructure getTableStructure()
           
 boolean isFooterSpecified()
           
 boolean isHeaderSpecified()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropDownPopup.ChildData

public DropDownPopup.ChildData(TableStructure tableStructure,
                               java.util.List<javax.faces.component.UIComponent> children)
Method Detail

getTableStructure

public TableStructure getTableStructure()

getColumns

public java.util.List<BaseColumn> getColumns()

getChildComponents

public java.util.List<javax.faces.component.UIComponent> getChildComponents()

isHeaderSpecified

public boolean isHeaderSpecified()

isFooterSpecified

public boolean isFooterSpecified()


Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.