|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=SOURCE) @Target(value=METHOD) public @interface UIComponentTagAttribute
| Optional Element Summary | |
|---|---|
String[] |
allowedValues
|
String |
defaultCode
|
String |
defaultValue
|
String |
displayName
|
DynamicExpression |
expression
allow faces expression language, e.g. |
boolean |
isHidden
Specifies whether this property should be visible in a property editor |
boolean |
isReadOnly
Specifies whether this property should be read-only in a property editor |
boolean |
isTransient
|
String |
methodReturnType
|
String[] |
methodSignature
|
String[] |
type
type of attribute in the UIComponent |
public abstract String[] type
public abstract String[] allowedValues
public abstract DynamicExpression expression
public abstract String[] methodSignature
public abstract String methodReturnType
public abstract String defaultValue
public abstract String defaultCode
public abstract String displayName
public abstract boolean isHidden
public abstract boolean isReadOnly
public abstract boolean isTransient
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||