Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.0.0)
E17488-01


Uses of Class
oracle.adf.view.rich.render.ClientComponent.Type

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.
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(java.lang.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, java.lang.String constructorName, java.lang.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.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.0.0)
E17488-01


Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.