|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListManager | |
---|---|
com.sun.rave.web.ui.component | |
com.sun.rave.web.ui.renderer |
Uses of ListManager in com.sun.rave.web.ui.component |
---|
Classes in com.sun.rave.web.ui.component that implement ListManager | |
---|---|
class |
AddRemove
Use the AddRemove component when the web application user makes selections from a list and they need to see the currently selected items displayed together, and/or they need to reorder the selected items. |
class |
AddRemoveBase
About this tag |
class |
DropDown
Component that represents a drop down menu. |
class |
DropDownBase
About this tag |
class |
EditableList
About this tag. |
class |
Listbox
|
class |
ListboxBase
About this tag |
class |
ListSelector
|
class |
OrderableList
About this tag. |
Uses of ListManager in com.sun.rave.web.ui.renderer |
---|
Methods in com.sun.rave.web.ui.renderer with parameters of type ListManager | |
---|---|
protected java.lang.String |
ListRendererBase.getOnChangeJavaScript(ListManager component,
java.lang.String functionName,
javax.faces.context.FacesContext context)
Append the webui component's own JavaScript function at the end of any component-specific event handling code. |
protected void |
ListRendererBase.renderList(ListManager component,
java.lang.String id,
javax.faces.context.FacesContext context,
java.lang.String[] styles)
This is the base method for rendering a HTML select element. |
protected void |
ListRendererBase.renderOpenEncloser(ListManager component,
javax.faces.context.FacesContext context,
java.lang.String element,
java.lang.String hiddenStyle)
Renders the opening div tag. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |