|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ViewType | |
|---|---|
| org.apache.myfaces.custom.dynaForm.component.dynaForm | |
| org.apache.myfaces.custom.dynaForm.lib | |
| Uses of ViewType in org.apache.myfaces.custom.dynaForm.component.dynaForm |
|---|
| Methods in org.apache.myfaces.custom.dynaForm.component.dynaForm that return ViewType | |
|---|---|
protected ViewType |
DynaFormRenderer.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.custom.dynaForm.component.dynaForm with parameters of type ViewType | |
|---|---|
protected void |
DynaFormRenderer.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.custom.dynaForm.lib |
|---|
| Methods in org.apache.myfaces.custom.dynaForm.lib that return ViewType | |
|---|---|
static ViewType |
ViewType.valueOf(java.lang.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're declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||