|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIPanel
org.openfaces.component.AbstractPopup
org.openfaces.component.input.DropDownPopup
public class DropDownPopup
This class is only for internal usage from within the OpenFaces library. It shouldn't be used explicitly by any application code.
| Nested Class Summary | |
|---|---|
static class |
DropDownPopup.ChildData
|
| Field Summary | |
|---|---|
static java.lang.String |
COMPONENT_TYPE
|
static java.lang.String |
INNER_TABLE_SUFFIX
|
static java.lang.String |
ITEM_PREFIX
|
| Fields inherited from class org.openfaces.component.AbstractPopup |
|---|
COMPONENT_FAMILY |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
BEANINFO_KEY, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY |
| Constructor Summary | |
|---|---|
DropDownPopup()
|
|
| Method Summary | |
|---|---|
void |
encodeOpeningTags(javax.faces.context.FacesContext context)
|
DropDownPopup.ChildData |
getChildData()
|
java.util.List |
getVisibleColumns()
|
void |
renderRows(javax.faces.context.FacesContext context,
DropDownFieldBase dropDownField,
DropDownPopup.ChildData childData,
java.util.Collection<javax.faces.component.UISelectItem> items)
|
void |
resetChildData()
|
void |
setDropDownList(java.util.Collection<javax.faces.component.UISelectItem> dropDownList)
|
| Methods inherited from class org.openfaces.component.AbstractPopup |
|---|
encodeBegin, encodeChildren, encodeEnd, getFamily, getRendersChildren |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addClientBehavior, broadcast, clearInitialState, decode, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getValueExpression, initialStateMarked, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String INNER_TABLE_SUFFIX
public static final java.lang.String ITEM_PREFIX
| Constructor Detail |
|---|
public DropDownPopup()
| Method Detail |
|---|
public java.util.List getVisibleColumns()
public DropDownPopup.ChildData getChildData()
public void resetChildData()
public void renderRows(javax.faces.context.FacesContext context,
DropDownFieldBase dropDownField,
DropDownPopup.ChildData childData,
java.util.Collection<javax.faces.component.UISelectItem> items)
throws java.io.IOException
java.io.IOExceptionpublic void setDropDownList(java.util.Collection<javax.faces.component.UISelectItem> dropDownList)
public void encodeOpeningTags(javax.faces.context.FacesContext context)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||