|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClientComponent.Type | |
|---|---|
| oracle.adf.view.rich.render | |
| Uses of ClientComponent.Type in oracle.adf.view.rich.render |
|---|
| Methods in oracle.adf.view.rich.render that return ClientComponent.Type | |
|---|---|
protected ClientComponent.Type |
RichRenderer.getClientComponentType(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, org.apache.myfaces.trinidad.bean.FacesBean bean)Hook to identify the state-dependent type of the client component. |
protected ClientComponent.Type |
RichRenderer.getDefaultClientComponentType()Return the default client component type; this defaults to CREATE_WITH_REQUIRED_ATTRS. |
ClientComponent.Type |
ClientComponent.getType()Returns the client component Type, default to SKIP_UNLESS_REQUIRED_ATTRS in the base implementation and override if needed. |
static ClientComponent.Type |
ClientComponent.Type.max(ClientComponent.Type type1, ClientComponent.Type type2)Returns the maximum attribute retention of two Types. |
static ClientComponent.Type |
ClientComponent.Type.valueOf(String name)Returns the enum constant of this type with the specified name. |
static ClientComponent.Type[] |
ClientComponent.Type.values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in oracle.adf.view.rich.render with parameters of type ClientComponent.Type | |
|---|---|
ClientComponent |
RichRenderingContext.addClientComponent(ClientComponent.Type type, ClientMetadata metadata, String constructorName, String clientId)Creates a ClientComponent of a specified type, metadata, constructor, and ID. |
static ClientComponent.Type |
ClientComponent.Type.max(ClientComponent.Type type1, ClientComponent.Type type2)Returns the maximum attribute retention of two Types. |
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 2013 Oracle Corporation. All Rights Reserved.