|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.xsp.component.UIPassThroughTag.TagAttribute
public static class UIPassThroughTag.TagAttribute
TagAttribute class represents on attribute defined on a pass through tag.
| Constructor Summary | |
|---|---|
UIPassThroughTag.TagAttribute()
TagAttribute class represents on attribute defined on a pass through tag. |
|
UIPassThroughTag.TagAttribute(java.lang.String name,
java.lang.String value)
|
|
UIPassThroughTag.TagAttribute(java.lang.String name,
javax.faces.el.ValueBinding binding)
|
|
| Method Summary | |
|---|---|
javax.faces.component.UIComponent |
getComponent()
Return the associated UIComponent instance. |
java.lang.String |
getName()
|
java.lang.String |
getValue()
|
boolean |
isTransient()
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setComponent(javax.faces.component.UIComponent component)
This will be called while constructing the component and the UIComponent tree, so no processing should be performed at this stage. |
void |
setName(java.lang.String name)
|
void |
setTransient(boolean transient1)
|
void |
setValue(java.lang.String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UIPassThroughTag.TagAttribute()
public UIPassThroughTag.TagAttribute(java.lang.String name,
java.lang.String value)
name - defines the name of the attributevalue - definds the value set on this attribute
public UIPassThroughTag.TagAttribute(java.lang.String name,
javax.faces.el.ValueBinding binding)
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - sets the name of the attributepublic java.lang.String getValue()
public void setValue(java.lang.String value)
value - Sets the value of the attributepublic javax.faces.component.UIComponent getComponent()
ComponentBindingObject
getComponent in interface ComponentBindingObjectComponentBindingObject.getComponent()public void setComponent(javax.faces.component.UIComponent component)
ComponentBindingObject
setComponent in interface ComponentBindingObjectcomponent - the component to setComponentBindingObject.setComponent(javax.faces.component.UIComponent)
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderpublic java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHolderpublic boolean isTransient()
isTransient in interface javax.faces.component.StateHolderpublic void setTransient(boolean transient1)
setTransient in interface javax.faces.component.StateHolder
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||