|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.faces.component Class UISelectBoolean
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
javax.faces.component.UIInput
javax.faces.component.UISelectBoolean
- All Implemented Interfaces:
- EditableValueHolder, StateHolder, ValueHolder
- Direct Known Subclasses:
- HtmlSelectBooleanCheckbox
public class UISelectBoolean
- extends UIInput
UISelectBoolean 是表示单个 boolean 值(true 或 false)的 UIComponent。它最常呈现为一个复选框。
默认情况下,rendererType 属性必须设置为 "javax.faces.Checkbox"。可以调用 setRendererType() 方法更改此值。
UISelectBoolean is a UIComponent that
represents a single boolean (true or false) value.
It is most commonly rendered as a checkbox.
By default, the rendererType property must be set to
"javax.faces.Checkbox". This value can be changed by
calling the setRendererType() method.
| 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.UIInput |
|---|
CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID, UPDATE_MESSAGE_ID |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| Constructor Summary | |
|---|---|
UISelectBoolean()
Create a new UISelectBoolean instance with default
property values. |
|
| Method Summary | |
|---|---|
String |
getFamily()
Return the identifier of the component family to which this component belongs. |
ValueBinding |
getValueBinding(String name)
Deprecated. This has been replaced by getValueExpression(java.lang.String). |
ValueExpression |
getValueExpression(String name)
Return any ValueExpression set for value
if a ValueExpression for selected is
requested; otherwise, perform the default superclass processing
for this method. |
boolean |
isSelected()
Return the local value of the selected state of this component. |
void |
setSelected(boolean selected)
Set the local value of the selected state of this component. |
void |
setValueBinding(String name,
ValueBinding binding)
Deprecated. This has been replaced by setValueExpression(java.lang.String, javax.el.ValueExpression). |
void |
setValueExpression(String name,
ValueExpression binding)
Store any ValueExpression specified for selected
under value instead; otherwise, perform the default
superclass processing for this method. |
| Methods inherited from class javax.faces.component.UIOutput |
|---|
getConverter, getLocalValue, getValue, setConverter |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getContainerClientId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.faces.component.ValueHolder |
|---|
getConverter, getLocalValue, getValue, setConverter |
| 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
UISelectBoolean()
使用默认属性值创建新的 UISelectBoolean 实例。
UISelectBoolean
public UISelectBoolean()
Create a new
UISelectBooleaninstance 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
rendererTypeproperty, may be used to select the appropriateRendererfor this component instance.
public boolean
isSelected()
返回此组件选定状态的本地值。此方法是 getValue() 的一个类型安全别名。
isSelected
public boolean isSelected()
Return the local value of the selected state of this component. This method is a typesafe alias for
getValue().
public void
setSelected(boolean selected)
设置此组件选定状态的本地值。此方法是 setValue() 的一个类型安全别名。
| selected | 新的选定状态 |
setSelected
public void setSelected(boolean selected)
Set the local value of the selected state of this component. This method is a typesafe alias for
setValue().- Parameters:
selected- The new selected state
public ValueBinding
getValueBinding(String name)
如果请求 selected 的 ValueBinding,则返回任何为 value 设置的 ValueBinding;否则,执行此方法的默认超类处理。
依赖于超类实现来包装 ValueBinding 中返回的 ValueExpression。
| name |
要为其获取 ValueBinding 的属性的名称 |
| Throws | NullPointerException:
如果 name 为 null |
| deprecated |
此方法已由 #getValueExpression 替代。 |
getValueBinding
public ValueBinding getValueBinding(String name)
- Deprecated. This has been replaced by
getValueExpression(java.lang.String). Return any
ValueBindingset forvalueif aValueBindingforselectedis requested; otherwise, perform the default superclass processing for this method.Rely on the superclass implementation to wrap the returned
ValueExpressionin aValueBinding.- Overrides:
getValueBindingin classUIComponentBase
- Parameters:
name- Name of the attribute or property for which to retrieve aValueBinding- Throws:
NullPointerException- ifnameisnull
public void
setValueBinding(String name, ValueBinding binding)
存储 value 下为 selected 指定的任何 ValueBinding;否则,执行此方法的默认超类处理。
依赖于超类实现来包装 ValueExpression 中的参数 ValueBinding。
| name |
要为其设置 ValueBinding 的属性的名称 |
| binding |
要设置的 ValueBinding,或为 null 以移除任何当前设置的 ValueBinding |
| Throws | NullPointerException:
如果 name 为 null |
| deprecated |
此方法已由 #setValueExpression 替代。 |
setValueBinding
public void setValueBinding(String name, ValueBinding binding)
- Deprecated. This has been replaced by
setValueExpression(java.lang.String, javax.el.ValueExpression). Store any
ValueBindingspecified forselectedundervalueinstead; otherwise, perform the default superclass processing for this method.Rely on the superclass implementation to wrap the argument
ValueBindingin aValueExpression.- Overrides:
setValueBindingin classUIComponentBase
- Parameters:
name- Name of the attribute or property for which to set aValueBindingbinding- TheValueBindingto set, ornullto remove any currently setValueBinding- Throws:
NullPointerException- ifnameisnull
public ValueExpression
getValueExpression(String name)
如果请求 selected 的 ValueExpression,则返回任何为 value 设置的 ValueExpression;否则,执行此方法的默认超类处理。
| name |
要为其获取 ValueExpression 的属性的名称 |
| Throws | NullPointerException:
如果 name 为 null |
| since | 1.2 |
getValueExpression
public ValueExpression getValueExpression(String name)
Return any
ValueExpressionset forvalueif aValueExpressionforselectedis requested; otherwise, perform the default superclass processing for this method.- Overrides:
getValueExpressionin classUIComponent
- Parameters:
name- Name of the attribute or property for which to retrieve aValueExpression- Throws:
NullPointerException- ifnameisnull- Since:
- 1.2
public void
setValueExpression(String name, ValueExpression binding)
存储 value 下为 selected 指定的任何 ValueExpression;否则,执行此方法的默认超类处理。
| name |
要为其设置 ValueExpression 的属性的名称 |
| binding |
要设置的 ValueExpression,或为 null 以移除任何当前设置的 ValueExpression |
| Throws | NullPointerException:
如果 name 为 null |
| since | 1.2 |
setValueExpression
public void setValueExpression(String name, ValueExpression binding)
Store any
ValueExpressionspecified forselectedundervalueinstead; otherwise, perform the default superclass processing for this method.- Overrides:
setValueExpressionin classUIComponent
- Parameters:
name- Name of the attribute or property for which to set aValueExpressionbinding- TheValueExpressionto set, ornullto remove any currently setValueExpression- Throws:
NullPointerException- ifnameisnull- Since:
- 1.2
|
|
|||||||||
| 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 : 未经我党受权你也可自由散发此文档。 如有任何错误请自行修正;若因此而造成任何损失请直接找人民主席,请勿与本人联系。谢谢!
