|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
org.apache.myfaces.trinidad.component.UIXComponent
org.apache.myfaces.trinidad.component.UIXComponentBase
org.apache.myfaces.trinidad.component.UIXDecorateCollection
public class UIXDecorateCollection
Type | Phases | Description |
---|---|---|
org.apache.myfaces.trinidad.event.AttributeChangeEvent |
Invoke Application Apply Request Values |
Event delivered to describe an attribute change. Attribute change events are not delivered for any programmatic change to a property. They are only delivered when a renderer changes a property without the application's specific request. An example of an attribute change events might include the width of a column that supported client-side resizing. |
Field Summary | |
---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
static FacesBean.Type |
TYPE
|
Fields inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase |
---|
BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY |
Fields inherited from class javax.faces.component.UIComponent |
---|
bindings |
Fields inherited from interface javax.faces.component.NamingContainer |
---|
SEPARATOR_CHAR |
Constructor Summary | |
---|---|
|
UIXDecorateCollection()
Construct an instance of the UIXDecorateCollection. |
protected |
UIXDecorateCollection(String rendererType)
Construct an instance of the UIXDecorateCollection. |
Method Summary | |
---|---|
protected FacesBean.Type |
getBeanType()
|
String |
getContainerClientId(FacesContext context)
Gets the client-id of this component, without any NamingContainers. |
String |
getCurrencyString()
Gets the currency String for this decorate collection. |
String |
getFamily()
|
boolean |
invokeOnComponent(FacesContext context,
String clientId,
ContextCallback callback)
Override to calls the hooks for setting up and tearing down the context before the children are visited. |
void |
setCurrencyString(String currency)
Sets the currency String for this decorate collection. |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final FacesBean.Type TYPE
public static final String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
Constructor Detail |
---|
public UIXDecorateCollection()
protected UIXDecorateCollection(String rendererType)
Method Detail |
---|
public String getCurrencyString()
setCurrencyString(java.lang.String)
public void setCurrencyString(String currency)
currency
- the currency to be establishedgetCurrencyString()
public final String getContainerClientId(FacesContext context)
getContainerClientId
in class UIComponent
getCurrencyString()
public boolean invokeOnComponent(FacesContext context, String clientId, ContextCallback callback) throws FacesException
UIXComponentBase
invokeOnComponent
in class UIXComponentBase
FacesException
UIXComponent.setupVisitingContext(javax.faces.context.FacesContext)
,
UIXComponent.tearDownVisitingContext(javax.faces.context.FacesContext)
public String getFamily()
getFamily
in class UIXComponentBase
protected FacesBean.Type getBeanType()
getBeanType
in class UIXComponentBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |