|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.0) E10684-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<ClientComponent.Type>
oracle.adf.view.rich.render.ClientComponent.Type
public static enum ClientComponent.Type
Possible client component types.
| Enum Constant Summary | |
|---|---|
CREATE_WITH_ALL_ATTRSSend all attributes. |
|
CREATE_WITH_REQUIRED_ATTRSOnly send required attributes, but always send a component. |
|
SKIPDo not send any client component, no matter what attributes are present unless the client components are being forced on |
|
SKIP_ALWAYSNever send any client component under any circumstances |
|
SKIP_UNLESS_REQUIRED_ATTRSOnly send if there are required attributes (and only send the required attributes). |
|
| Method Summary | |
|---|---|
static ClientComponent.Type |
max(ClientComponent.Type type1, ClientComponent.Type type2)Returns the maximum attribute retention of two Types. |
boolean |
skipClientComponent()Convenience function to return whether output of a ClientComponent with this Type should generally be skipped. |
static ClientComponent.Type |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static ClientComponent.Type[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ClientComponent.Type SKIP_ALWAYS
public static final ClientComponent.Type SKIP
public static final ClientComponent.Type SKIP_UNLESS_REQUIRED_ATTRS
public static final ClientComponent.Type CREATE_WITH_REQUIRED_ATTRS
public static final ClientComponent.Type CREATE_WITH_ALL_ATTRS
| Method Detail |
|---|
public static ClientComponent.Type[] values()
for (ClientComponent.Type c : ClientComponent.Type.values())
System.out.println(c);
public static ClientComponent.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic boolean skipClientComponent()
true if out of a ClientComponent with this type should be skipped
public static ClientComponent.Type max(ClientComponent.Type type1,
ClientComponent.Type type2)
Type.CREATE_WITH_ALL_ATTRS will create a client component with at least as many client attributes as Type.CREATE_WITH_REQUIRED_ATTRS, so type.max(Type.CREATE_WITH_ALL_ATTRS, Type.CREATE_WITH_REQUIRED_ATTRS) returns Type.CREATE_WITH_ALL_ATTRS.
|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.0) E10684-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||