You see the Properties window for a JavaServer Faces Label component when you select the component on a page that you are editing in the Visual Designer or you select the Label node for the component in the Navigator window.
This component has the following properties.
Type: String
Type: String
Type: int
Type: boolean
required
property or if the associated component's required
property is not set. When this property or the
required
property on the component to be labeled is selected, the required
icon is displayed next to the label. Type: String
position: absolute; left: 288px; top: 312px
You can enter values directly or click the ellipsis (...) button to use the Style Editor.
For a list of CSS2 style attributes, see the web page at
Type: String
style
property description for an explanation of why a class added to this property might appear to have no effect on the component. The defaulttheme CSS style classes for this component are:
css_master.css .LblLev1Txt{color:#000000} .LblLev2Txt, .LblLev3Txt, .LblLev2smTxt {color:#333333} .LblRqdDiv {color:#000} a.HlpFldLnk:link, a.HlpFldLnk:visited, a.HlpFldLnk:hover {font-size:11px} .LblLev1Txt {font-size:16px} .LblLev2smTxt {font-size:11px} .LblLev1Txt, .LblLev2Txt, .LblLev2smTxt {font-weight:bold}
Type: String
Type: Converter
text
property to a String
so it can be displayed. The component will pick the correct converter for the text
property if one is available, making it unnecessary to set this property in most cases. If the text
property is bound to a value that is not on the list of converters, you have to supply your own converter and set this property. Type: String
title
attribute of the component, which is readable by a screen reader and can be displayed as a tool tip.
Type: boolean
rendered
property. Type: String
Type: String
Type: String
Type: String
Type: String
Type: String
Type: String
required
and invalid
icons with the label. When the
required
property on the component to be labeled is selected, the required
icon is displayed next to the label. If the user submits the page with an
invalid value for the component, the invalid
icon is displayed. This property
is useful if the component has more than one label, and only one label should
show the icons. Type: boolean