|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package com.sun.webui.jsf.component |
---|
Class com.sun.webui.jsf.component.Form.VirtualFormDescriptor extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String name
java.lang.String[] participatingIds
java.lang.String[] submittingIds
Class com.sun.webui.jsf.component.Tree extends TreeNode implements Serializable |
---|
Serialized Fields |
---|
boolean clientSide
Set the clientSide attribute to true to specify that the Tree component should run on the client. By default, this attribute is false, so the Tree component interacts with the server. In a client-side tree, expanding and collapsing of the tree nodes happens only in the browser. In a server-side tree, a request is made to the server each time the tree nodes are expanded or collapsed. If you use the actionListener attribute to fire events, you must use a server side tree so that the event can be processed.
boolean clientSide_set
boolean expandOnSelect
Flag indicating that folder / container nodes will automatically expand when they are selected. This attribute is true by default. If you want a tree's container nodes to expand only when the handle icons are clicked, set expandOnSelect to false.
boolean expandOnSelect_set
boolean immediate
Flag indicating that event handling for this component should be handled immediately (in Apply Request Values phase) rather than waiting until Invoke Application phase. May be desired for this component when required is true (although most likely not).
boolean immediate_set
boolean required
Flag indicating that the user must select a value for this tree. Default value is false.
boolean required_set
java.lang.String style
CSS style(s) to be applied to the outermost HTML element when this component is rendered.
java.lang.String styleClass
CSS style class(es) to be applied to the outermost HTML element when this component is rendered.
boolean visible
Use the visible attribute to indicate whether the component should be viewable by the user in the rendered HTML page. If set to false, the HTML code for the component is present in the page, but the component is hidden with style attributes. By default, visible is set to true, so HTML for the component HTML is included and visible to the user. If the component is not visible, it can still be processed on subsequent form submissions because the HTML is present.
boolean visible_set
javax.faces.convert.Converter converter
Converter.
java.util.List<E> validators
The set of Validator
s associated with this
UIComponent
.
javax.faces.el.MethodBinding validatorBinding
java.lang.Object submittedValue
The submittedValue value of this component.
boolean valid
Toggle indicating validity of this component.
boolean localValueSet
The "localValueSet" state for this component.
javax.faces.el.MethodBinding valueChangeMethod
The "valueChange" MethodBinding for this component.
java.lang.Object value
The value of the Tree
. This should be a String
representing the client id of the selected
TreeNode
.
Class com.sun.webui.jsf.component.TreeNode extends javax.faces.component.UIComponentBase implements Serializable |
---|
Serialized Fields |
---|
javax.el.MethodExpression actionExpression
The actionExpression attribute is used to specify the action to take when this component is activated by the user. The value of the action attribute must be one of the following:
(faces-config.xml)
.java.io.Serializable
interface or
javax.faces.component.StateHolder
interface.In the Tree and TreeNode components, the action applies only when attributes are used to define the tree and tree nodes. When facets are used, the action attribute does not apply to the facets.
javax.el.MethodExpression actionListenerExpression
The actionListenerExpression attribute is used to specify a method
to handle an action event that is triggered when a component is activated
by the user. The actionListenerExpression attribute value must be a
Unified EL expression that resolves to a method in a backing bean. The
method must take a single parameter that is an ActionEvent, and its
return type must be void
. The class that defines the method
must implement the java.io.Serializable
interface or
javax.faces.component.StateHolder
interface.
In the TreeNode component, the method specified by the actionListenerExpression atttribute is invoked when the node's handle icon is clicked.
boolean expanded
Set the expanded attribute to true to display the tree node as expanded when the component is initially rendered. When a node is expanded, its child tree nodes are displayed. By default, nodes are collapsed initially.
boolean expanded_set
java.lang.String imageURL
Absolute or relative URL to the image to be rendered for the tree node.
Note that you cannot use the imageURL to display a theme image in the
tree. You should use an image facet that contains a webuijsf:image or webuijsf:imageHyperlink
tag to use a theme image. The imageURL attribute is overridden by the image
facet.
When the imageURL attribute is used with the url attribute, the image is hyperlinked.
java.lang.String style
CSS style(s) to be applied to the outermost HTML element when this component is rendered.
java.lang.String styleClass
CSS style class(es) to be applied to the outermost HTML element when this component is rendered.
java.lang.String target
The resource at the specified URL is displayed in the frame that is specified with the target attribute. Values such as "_blank" that are valid for the target attribute of the <a> HTML element are also valid for this attribute in the tree components. The target attribute is useful only with the url attribute, and does not apply when a facet is used.
java.lang.String text
Specifies the text for this component. If the url or action attributes are also specified, the text is rendered as a hyperlink. If neither the url or action attributes are specified, the specified text is rendered as static text. The text attribute does not apply when the content facet is used.
java.lang.String toolTip
Sets the value of the title attribute for the HTML element. The specified text will display as a tooltip if the mouse cursor hovers over the HTML element.
java.lang.String url
Indicates that the text that is specified with the text attribute should be rendered as a hyperlink that resolves to the specified URL. If the imageURL attribute is used with the url attribute, the image is hyperlinked. The url attribute does not apply to facets.
boolean visible
Use the visible attribute to indicate whether the component should be viewable by the user in the rendered HTML page. If set to false, the HTML code for the component is present in the page, but the component is hidden with style attributes. By default, visible is set to true, so HTML for the component HTML is included and visible to the user. If the component is not visible, it can still be processed on subsequent form submissions because the HTML is present.
boolean visible_set
Class com.sun.webui.jsf.component.Upload extends Field implements Serializable |
---|
Serialized Fields |
---|
int columns
Number of character character columns used to render this field. The default is 40.
boolean columns_set
boolean preservePath
preservePath
is true
the upload
component will preserve the literal value of the file input element
as set by the user on the client.
Different browsers handle the value of an HTML input element
of type "file" differently. Some browsers submit the literal value
of the input element in the multipart/form-data file portion
of the request, others only submit the file name portion and not
the directory portion. If this property is set to true, the
literal value (typically the full path name either entered explicitly
by the user, or from a file selection dialogue) will be stored and
submitted in a hidden field. The UploadRenderer will
preserve the full file path in the corresponding
UploadFilterFileItem
instance, encapsulated by
the UploadedFile
instance.
It is not clear if it is a security risk to transmit the
full file path in clear text to the server.
The default value is false
.
boolean preservePath_set
Package com.sun.webui.jsf.event |
---|
Class com.sun.webui.jsf.event.IntervalListener extends java.lang.Object implements Serializable |
---|
Class com.sun.webui.jsf.event.SchedulerPreviewListener extends java.lang.Object implements Serializable |
---|
Class com.sun.webui.jsf.event.TableSelectPhaseListener extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.Object unselected
java.util.HashMap<K,V> selected
boolean keepSelected
Class com.sun.webui.jsf.event.ToggleActionListener extends java.lang.Object implements Serializable |
---|
Class com.sun.webui.jsf.event.TreeNodeToggleEvent extends javax.faces.event.ActionEvent implements Serializable |
---|
Serialized Fields |
---|
TreeNode node
Class com.sun.webui.jsf.event.ValueEvent extends javax.faces.event.FacesEvent implements Serializable |
---|
Serialized Fields |
---|
java.lang.Object selectedOption
Class com.sun.webui.jsf.event.WizardEvent extends javax.faces.event.FacesEvent implements Serializable |
---|
Serialized Fields |
---|
WizardStep step
WizardEvent.getStep()
int navigationEvent
WizardEvent.getEvent()
javax.faces.component.UIComponent navigationSource
WizardEvent.getEventSource()
java.lang.Object data
WizardEvent.getGotoStepId()
Package com.sun.webui.jsf.model |
---|
Class com.sun.webui.jsf.model.ClockTime extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.Integer hour
java.lang.Integer minute
Class com.sun.webui.jsf.model.DefaultOptionsList extends com.sun.webui.jsf.model.OptionsList implements Serializable |
---|
Class com.sun.webui.jsf.model.DefaultTableDataProvider extends com.sun.data.provider.impl.ObjectArrayDataProvider implements Serializable |
---|
Class com.sun.webui.jsf.model.FileChooserItem extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.io.File item
java.lang.String itemKey
java.lang.String itemLabel
boolean itemDisabled
Class com.sun.webui.jsf.model.FileChooserModel extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String root
java.lang.String separatorString
java.lang.String currentDir
java.lang.String filterValue
java.lang.String sortValue
boolean folderChooser
boolean typeSet
java.lang.String serverName
Class com.sun.webui.jsf.model.MultipleSelectOptionsList extends com.sun.webui.jsf.model.DefaultOptionsList implements Serializable |
---|
Class com.sun.webui.jsf.model.Option extends javax.faces.model.SelectItem implements Serializable |
---|
Serialized Fields |
---|
java.lang.String image
int imageWidth
int imageHeight
java.lang.String imageAlt
java.lang.String tooltip
boolean separator
Class com.sun.webui.jsf.model.OptionGroup extends Option implements Serializable |
---|
Serialized Fields |
---|
Option[] selections
Class com.sun.webui.jsf.model.OptionsList extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.util.ArrayList<E> options
java.util.ArrayList<E> selectedValues
boolean isMultiple
Class com.sun.webui.jsf.model.OptionTitle extends Option implements Serializable |
---|
Class com.sun.webui.jsf.model.ResourceModelException extends javax.faces.validator.ValidatorException implements Serializable |
---|
Class com.sun.webui.jsf.model.ScheduledEvent extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.util.Date startTime
java.util.Date endTime
java.util.ArrayList<E> dateList
boolean repeatingEvent
RepeatInterval frequency
RepeatUnit durationUnit
The repeat frequency. The value must be the Integer value
of a calendar field identifier (Calendar.HOUR_OF_DAY, etc). See
java.util.Calendar
for details.
To specify that the event repeats for three months...
java.lang.Integer duration
Class com.sun.webui.jsf.model.Separator extends Option implements Serializable |
---|
Class com.sun.webui.jsf.model.SingleSelectOptionsList extends com.sun.webui.jsf.model.DefaultOptionsList implements Serializable |
---|
Package com.sun.webui.jsf.model.scheduler |
---|
Class com.sun.webui.jsf.model.scheduler.RepeatInterval extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.Integer calField
java.lang.String key
java.lang.String representation
java.lang.String defaultRepeatUnitString
Class com.sun.webui.jsf.model.scheduler.RepeatIntervalConverter extends java.lang.Object implements Serializable |
---|
Class com.sun.webui.jsf.model.scheduler.RepeatIntervalOption extends Option implements Serializable |
---|
Class com.sun.webui.jsf.model.scheduler.RepeatUnit extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.Integer calField
java.lang.String key
java.lang.String representation
Class com.sun.webui.jsf.model.scheduler.RepeatUnitConverter extends java.lang.Object implements Serializable |
---|
Class com.sun.webui.jsf.model.scheduler.RepeatUnitOption extends Option implements Serializable |
---|
Package com.sun.webui.jsf.util |
---|
Class com.sun.webui.jsf.util.MethodBindingMethodExpressionAdapter extends javax.faces.el.MethodBinding implements Serializable |
---|
serialVersionUID: 7334926223014401689L
Serialized Fields |
---|
javax.el.MethodExpression methodExpression
boolean tranzient
Class com.sun.webui.jsf.util.MethodExpressionMethodBindingAdapter extends javax.el.MethodExpression implements Serializable |
---|
serialVersionUID: -1822420567946048452L
Serialized Fields |
---|
javax.faces.el.MethodBinding binding
boolean tranzient
Class com.sun.webui.jsf.util.UploadFilterFileItem extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String fieldName
java.lang.String contentType
boolean isFormField
java.lang.String fileName
int sizeThreshold
java.io.File repository
byte[] cachedContent
com.sun.webui.jsf.util.UploadFilterDeferredFileOutputStream dfos
long maxFileSize
java.util.List<E> errorLog
java.lang.String clientFilePath
Package com.sun.webui.theme |
---|
Class com.sun.webui.theme.ThemeConfigurationException extends java.lang.RuntimeException implements Serializable |
---|
Class com.sun.webui.theme.ThemeServlet extends javax.servlet.http.HttpServlet implements Serializable |
---|
Serialized Fields |
---|
java.util.Calendar lastModified
java.util.Calendar expires
java.lang.Boolean cache
java.lang.Boolean gzip
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |