Serialized Form
Package com.sun.rave.web.ui.component |
name
java.lang.String name
participatingIds
java.lang.String[] participatingIds
submittingIds
java.lang.String[] submittingIds
Package com.sun.rave.web.ui.component.util.descriptors |
_id
java.lang.String _id
- This is the id for the ComponentType
_factoryClass
java.lang.String _factoryClass
- This is a String className for the Factory.
_name
java.lang.String _name
_value
java.lang.String _value
_property
java.lang.String _property
_type
ComponentType _type
Component type
_overwrite
boolean _overwrite
Determines if this component should be created even if there is
already an existing UIComponent
. It will "overwrite"
the existing component if this property is true.
_options
java.util.Map _options
Map of options.
_isFacetChild
boolean _isFacetChild
_resources
java.util.List _resources
- This is a list of Resource objects. These Resources are to be added
to the Request scope when this LayoutDefinition is used.
_types
java.util.Map _types
- Map of types. This information is needed to instantiate UIComponents.
_attributes
java.util.Map _attributes
- Map of attributes. Attributes can be used to store extra information
about the LayoutDefinition.
_layoutElements
java.util.List _layoutElements
- List of renderable elements (if, facet, UIComponents)
_parent
LayoutElement _parent
- The parent LayoutElement. This will be null for the LayoutDefinition.
_handlersByType
java.util.Map _handlersByType
- Map containing Lists of Handlers
_id
java.lang.String _id
- This stores the id for the LayoutElement
_rendered
boolean _rendered
_listBinding
java.lang.String _listBinding
_key
java.lang.String _key
_condition
java.lang.String _condition
_tag
java.lang.String _tag
_type
java.lang.String _type
_value
java.lang.String _value
_id
java.lang.String _id
- This is the id for the Resource
_extraInfo
java.lang.String _extraInfo
- This holds "extraInfo" for the Resource, such as a ResourceBundle
baseName.
_factoryClass
java.lang.String _factoryClass
- This is a String className for the Factory.
Package com.sun.rave.web.ui.component.util.event |
_actionEvent
java.util.EventObject _actionEvent
_handlerDef
HandlerDefinition _handlerDef
_inputs
java.util.Map _inputs
_outputs
java.util.Map _outputs
serialVersionUID: -6289339732628143599L
_id
java.lang.String _id
_description
java.lang.String _description
_methodClass
java.lang.String _methodClass
_methodName
java.lang.String _methodName
_inputDefs
java.util.Map _inputDefs
_outputDefs
java.util.Map _outputDefs
_childHandlers
java.util.List _childHandlers
serialVersionUID: -6216999559790066926L
_name
java.lang.String _name
_description
java.lang.String _description
_default
java.lang.Object _default
_type
java.lang.Class _type
_required
boolean _required
_outputName
java.lang.String _outputName
_targetKey
java.lang.String _targetKey
_targetOutputType
java.lang.String _targetOutputType
Package com.sun.rave.web.ui.converter |
Package com.sun.rave.web.ui.event |
unselected
java.lang.Object unselected
selected
java.util.HashMap selected
keepSelected
boolean keepSelected
Package com.sun.rave.web.ui.faces |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
compareLocale
java.util.Locale compareLocale
- Storage for the compare locale
matchEqualTo
boolean matchEqualTo
matchLessThan
boolean matchLessThan
matchGreaterThan
boolean matchGreaterThan
compareValue
java.lang.Object compareValue
requestMapKey
java.lang.String requestMapKey
rowProviderLock
java.lang.String rowProviderLock
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
requestMapKey
java.lang.String requestMapKey
rowProviderLock
java.lang.String rowProviderLock
compareLocale
java.util.Locale compareLocale
- Storage for the compare locale
matchEqualTo
boolean matchEqualTo
matchLessThan
boolean matchLessThan
matchGreaterThan
boolean matchGreaterThan
valueExpression
java.lang.String valueExpression
compareValue
java.lang.Object compareValue
requestMapKey
java.lang.String requestMapKey
rowProviderLock
java.lang.String rowProviderLock
valueExpression
java.lang.String valueExpression
requestMapKey
java.lang.String requestMapKey
rowProviderLock
java.lang.String rowProviderLock
Package com.sun.rave.web.ui.model |
hour
java.lang.Integer hour
- Holds value of property hour.
minute
java.lang.Integer minute
- Holds value of property minute.
image
java.lang.String image
imageWidth
int imageWidth
imageHeight
int imageHeight
imageAlt
java.lang.String imageAlt
action
javax.faces.el.MethodBinding action
tooltip
java.lang.String tooltip
selections
Option[] selections
options
java.util.ArrayList options
selectedValues
java.util.ArrayList selectedValues
isMultiple
boolean isMultiple
startTime
java.util.Date startTime
- The start time, as a java.util.Date
endTime
java.util.Date endTime
- The end time, as a java.util.Date
dateList
java.util.ArrayList dateList
repeatingEvent
boolean repeatingEvent
- Whether the event is repeating or not
frequency
RepeatInterval frequency
- Holds value of property frequency.
durationUnit
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...
duration
java.lang.Integer duration
- Holds value of property duration.
Package com.sun.rave.web.ui.model.scheduler |
calField
java.lang.Integer calField
key
java.lang.String key
representation
java.lang.String representation
defaultRepeatUnitString
java.lang.String defaultRepeatUnitString
calField
java.lang.Integer calField
key
java.lang.String key
representation
java.lang.String representation
Package com.sun.rave.web.ui.theme |
lastModified
long lastModified
The "last modified" timestamp we should broadcast for all resources
provided by this servlet. This will enable browsers that cache static
resources to send an "If-Modified-Since" header, which will allow us to
return a "Not Modified" response.
Package com.sun.rave.web.ui.validator |
message
java.lang.String message
- Error message used if the value is not in the option.