|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ViewType | |
|---|---|
| org.apache.myfaces.orchestra.dynaForm.jsf.component | This package declares a couple of JSF components plus the jsp tags that can be used to add those components to a view-tree. |
| org.apache.myfaces.orchestra.dynaForm.lib | |
| Uses of ViewType in org.apache.myfaces.orchestra.dynaForm.jsf.component |
|---|
| Methods in org.apache.myfaces.orchestra.dynaForm.jsf.component that return ViewType | |
|---|---|
protected ViewType |
DynaForm.getViewType(javax.faces.component.UIComponent startComponent)
determine the current view type "list" means: the layout component "is a" or "is embedded in an" list component (UIData) "form" means: anything else |
| Methods in org.apache.myfaces.orchestra.dynaForm.jsf.component with parameters of type ViewType | |
|---|---|
protected void |
DynaForm.addComponents(javax.faces.context.FacesContext context,
DynaForm dynaForm,
javax.faces.component.UIComponent layoutComponent,
ViewType viewType)
create and add the components to the layout component. |
| Uses of ViewType in org.apache.myfaces.orchestra.dynaForm.lib |
|---|
| Methods in org.apache.myfaces.orchestra.dynaForm.lib that return ViewType | |
|---|---|
static ViewType |
ViewType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ViewType[] |
ViewType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||