You see the Properties window for a Common Task component when you select the component on a page that you are editing in the Visual Designer or you select the component in the
This JavaServer Faces 1.2 component has the following properties.
Type: String
Type: String
imageURL
property is not set. The key CTS_OVERVIEW
provides an image that can be used to indicate overview information about the task. Type: int
height
attribute of the HTML <img>
tag. Not all browsers respond to this setting. Type: String
icon
property if both properties have values set for them. If you click the ellipsis button (...), you can type in a URL for an image file on the Web, or you can navigate to an image file and import it into the project, or you can bind this property to a JavaBeans property that determines the URL, as described in imageURL Property Editor. Type: int
width
attribute of the HTML <img>
tag. Not all browsers respond to this setting. Type: String
infoLinkUrl
property is defined. If you want the user to see the link, this property must be set. Typically this link is used to provide more information about the task than can be displayed in the information box. Type: String
Type: String
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
Common
Task
. Type: MethodBinding
If you set the action
property, the page is submitted when this component is activated. The JSP tag for this property is actionExpression
.
If you right-click the component, you can choose Edit action Event Handler to define an action method for the component and set this property's value automatically to this method. The action method determines which application action to take based on certain conditions.
Type: String
infoLinkText
property. You must set that property for the link to be seen by the user. Type: String
_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: boolean
rendered
property. Type: String
Type: String
Type: String
Type: String
Type: String
Type: String
Type: String
Type: String
Type: String
Type: String
Type: String
Type: String
Type: String
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