|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
javax.faces.component Class UIParameter
java.lang.Object javax.faces.component.UIComponent javax.faces.component.UIComponentBase javax.faces.component.UIParameter
- All Implemented Interfaces:
- StateHolder
public class UIParameter
- extends UIComponentBase
UIParameter 是表示父组件配置参数的 UIComponent
,可以选择命名参数。
父组件应通过调用 getValue()
来获取参数的值。通过这种方法,可以直接在组件上设置参数值(通过 setValue()
),也可以通过值绑定表达式间接获取。
在某些情况下,除了提供通过 getValue()
方法访问的参数值外,还要提供参数名称。支持其嵌入 UIParameter
子组件上的参数名称的 javax.faces.render.Renderer
应记录此属性的使用。
UIParameter is a UIComponent
that represents
an optionally named configuration parameter for a parent component.
Parent components should retrieve the value of a parameter by calling
getValue()
. In this way, the parameter value can be set
directly on the component (via setValue()
), or retrieved
indirectly via the value binding expression.
In some scenarios, it is necessary to provide a parameter name, in
addition to the parameter value that is accessible via the
getValue()
method.
Renderer
s that support parameter names on their
nested UIParameter
child components should document
their use of this property.
Field Summary | |
---|---|
static String |
COMPONENT_FAMILY
The standard component family for this component. |
static String |
COMPONENT_TYPE
The standard component type for this component. |
Fields inherited from class javax.faces.component.UIComponent |
---|
bindings |
Constructor Summary | |
---|---|
UIParameter()
Create a new UIParameter instance with default property
values. |
Method Summary | |
---|---|
String |
getFamily()
Return the identifier of the component family to which this component belongs. |
String |
getName()
Return the optional parameter name for this parameter. |
Object |
getValue()
Returns the value property of the
UIParameter . |
void |
restoreState(FacesContext context,
Object state)
Perform any processing required to restore the state from the entries in the state Object. |
Object |
saveState(FacesContext context)
Gets the state of the instance as a Serializable Object. |
void |
setName(String name)
Set the optional parameter name for this parameter. |
void |
setValue(Object value)
Sets the value property of the\
UIParameter . |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getContainerClientId, getValueExpression, setValueExpression |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
英文文档:
COMPONENT_TYPE
public static final String COMPONENT_TYPE
The standard component type for this component.
- See Also:
- Constant Field Values
英文文档:
COMPONENT_FAMILY
public static final String COMPONENT_FAMILY
The standard component family for this component.
- See Also:
- Constant Field Values
Constructor Detail |
---|
public
UIParameter()
使用默认属性值创建新的 UIParameter
实例。
UIParameter
public UIParameter()
Create a new
UIParameter
instance with default property values.
Method Detail |
---|
public String
getFamily()
英文文档:
getFamily
public String getFamily()
- Description copied from class:
UIComponent
Return the identifier of the component family to which this component belongs. This identifier, in conjunction with the value of the
rendererType
property, may be used to select the appropriateRenderer
for this component instance.- Specified by:
getFamily
in classUIComponent
public String
getName()
返回此参数的可选参数名称。
getName
public String getName()
Return the optional parameter name for this parameter.
public void
setName(String name)
设置此参数的可选参数名称。
name |
新的参数名称,或如果没有名称,则为 null |
setName
public void setName(String name)
Set the optional parameter name for this parameter.
- Parameters:
name
- The new parameter name, ornull
for no name
public Object
getValue()
返回 UIParameter
的 value
属性。
getValue
public Object getValue()
Returns the
value
property of theUIParameter
.
public void
setValue(Object value)
设置 UIParameter
的 value
属性。
value | 新值 |
setValue
public void setValue(Object value)
Sets the
value
property of the\UIParameter
.- Parameters:
value
- the new value
public Object
saveState(FacesContext context)
英文文档:
saveState
public Object saveState(FacesContext context)
- Description copied from interface:
StateHolder
Gets the state of the instance as a
Serializable
Object.If the class that implements this interface has references to instances that implement StateHolder (such as a
UIComponent
with event handlers, validators, etc.) this method must call theStateHolder.saveState(javax.faces.context.FacesContext)
method on all those instances as well. This method must not save the state of children and facets. That is done via theStateManager
This method must not alter the state of the implementing object. In other words, after executing this code:
Object state = component.saveState(facesContext);
component
should be the same as before executing it.The return from this method must be
Serializable
- Specified by:
saveState
in interfaceStateHolder
- Overrides:
saveState
in classUIComponentBase
public void
restoreState(FacesContext context, Object state)
英文文档:
restoreState
public void restoreState(FacesContext context, Object state)
- Description copied from interface:
StateHolder
Perform any processing required to restore the state from the entries in the state Object.
If the class that implements this interface has references to instances that also implement StateHolder (such as a
UIComponent
with event handlers, validators, etc.) this method must call theStateHolder.restoreState(javax.faces.context.FacesContext, java.lang.Object)
method on all those instances as well.- Specified by:
restoreState
in interfaceStateHolder
- Overrides:
restoreState
in classUIComponentBase
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Submit a bug or feature
Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
PS : 未经我党受权你也可自由散发此文档。 如有任何错误请自行修正;若因此而造成任何损失请直接找人民主席,请勿与本人联系。谢谢!