|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E10684-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.adf.view.rich.render.ClientMetadata
public final class ClientMetadata
Encapsulates the metadata for a type of client component.
Constructor Summary | |
---|---|
ClientMetadata(org.apache.myfaces.trinidad.bean.FacesBean.Type beanType) Creates a ClientMetadata object. |
Method Summary | |
---|---|
void |
addIfComponentProperty(org.apache.myfaces.trinidad.bean.PropertyKey key) Registers a key as a property that should be sent if there will be a client component. |
void |
addPersistedProperty(org.apache.myfaces.trinidad.bean.PropertyKey key) Adds a 'persistence' property. |
void |
addRequiredProperty(org.apache.myfaces.trinidad.bean.PropertyKey key) Registers a key as a required property. |
void |
addSecureProperty(org.apache.myfaces.trinidad.bean.PropertyKey key) Adds a 'secure' property. |
ClientMetadata |
clone() Clones a ClientMetadata |
ClientComponent.AttrType |
getPropertyType(org.apache.myfaces.trinidad.bean.PropertyKey key) Returns the type of a given attribute. |
boolean |
hasRequiredProperty() Returns true if there are any required properties. |
boolean |
isPersistedProperty(org.apache.myfaces.trinidad.bean.PropertyKey key) Returns true if a property is persistence and any client changes should be peristed using change manager |
boolean |
isSecure(org.apache.myfaces.trinidad.bean.PropertyKey key) Returns true if a property is secure and should not be synced back from client changes. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClientMetadata(org.apache.myfaces.trinidad.bean.FacesBean.Type beanType)
beanType
- the type of the FacesBean for this componentMethod Detail |
---|
public boolean hasRequiredProperty()
public ClientComponent.AttrType getPropertyType(org.apache.myfaces.trinidad.bean.PropertyKey key)
public void addRequiredProperty(org.apache.myfaces.trinidad.bean.PropertyKey key)
public void addIfComponentProperty(org.apache.myfaces.trinidad.bean.PropertyKey key)
public void addSecureProperty(org.apache.myfaces.trinidad.bean.PropertyKey key)
public boolean isSecure(org.apache.myfaces.trinidad.bean.PropertyKey key)
public void addPersistedProperty(org.apache.myfaces.trinidad.bean.PropertyKey key)
public boolean isPersistedProperty(org.apache.myfaces.trinidad.bean.PropertyKey key)
public ClientMetadata clone()
clone
in class java.lang.Object
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E10684-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |