|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyKey.Mutable | |
---|---|
org.apache.myfaces.trinidad.bean |
Uses of PropertyKey.Mutable in org.apache.myfaces.trinidad.bean |
---|
Methods in org.apache.myfaces.trinidad.bean that return PropertyKey.Mutable | |
---|---|
PropertyKey.Mutable |
PropertyKey.getMutable()
Returns true if the type of this property is mutable |
static PropertyKey.Mutable |
PropertyKey.Mutable.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PropertyKey.Mutable[] |
PropertyKey.Mutable.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.myfaces.trinidad.bean with parameters of type PropertyKey.Mutable | |
---|---|
protected PropertyKey |
FacesBean.Type.createPropertyKey(String name,
Class<?> type,
Object defaultValue,
int capabilities,
int index,
PropertyKey.Mutable mutable)
|
PropertyKey |
FacesBean.Type.registerKey(String name,
Class<?> type,
Object defaultValue,
int capabilities,
PropertyKey.Mutable mutable)
Register a new key with a set of capabilities. |
Constructors in org.apache.myfaces.trinidad.bean with parameters of type PropertyKey.Mutable | |
---|---|
PropertyKey(String name,
Class<?> type,
Object defaultValue,
int capabilities,
int index,
PropertyKey.Mutable mutable)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |