You see the Properties window for a Tree Node component when you select the Tree Node under a Tree component in the
This JavaServer Faces 1.2 component has the following properties.
Type: String
Type: boolean
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. Type: String
Type: String
url
property is to be opened. If a frame with this name does not exist, the response is rendered in a new window unless overridden by the user. The following frame names have special meaning:
_blank
- renders the response in a new, unnamed window _self
- renders the response in the current frame_parent
- renders the response in the immediate frameset parent _top
- renders the response in the full, unframed window Type: String
title
attribute of the component, which is readable by a screen reader and can be displayed as a tool tip.
Type: String
href
. If the value of this property is set, the page is not submitted if the user clicks the tree node. Typically, if you do not set this property, you use the action or actionListener method to define what happens when the user clicks the hyperlink. See the action
property above or the actionListener
property below for more information.
Type: boolean
rendered
property. Type: MethodExpression
#{Page1.action_method}
, and it must evaluate to the name of a public method that takes an ActionEvent
parameter with a return type of void. Type: boolean
rendered
property. actionExpression
. Set this property by right-clicking the component in the Visual Designer and choosing Edit action Event Handler. The IDE opens the Java editor for the current page and positions the cursor in the action method, which by default is named component-id_action
. For example, for a tree node with ID treeNode1
, the method is named treeNode1_action
.