com.sun.rave.web.ui.model Java Source File Name Type Comment ClockTime.java Class DefaultOptionsList.java Class A default list of options, pre-populated with three default items. DefaultTableDataProvider.java Class Default date for the Table
component. Markup.java Class Utility bean that serves as an accumulating buffer for
well formed markup fragments typically generated by renderers.
MultipleSelectOptionsList.java Class A default list of options, for components which are always in multiple
select mode. Option.java Class Model bean that represents a selectable choice in a selection
component such as Menu
, RadioButtonGroup
,
etc.
OptionGroup.java Class Model bean that represents a selectable choice in a selection
component such as Menu
, RadioButtonGroup
,
etc.
OptionsList.java Class Represents a list of selectable options, which can be used to
initialize the items
property of all selector-based components
(Listbox
, Dropdown
, JumpDropdown
,
CheckboxGroup
, RadioButtonGroup
), and
AddRemove
. OptionTitle.java Class Use the OptionsTitle class to add a Title to a list or
array of Options. ResourceItem.java Interface This interface describes a selectable item in the filehooser listbox.
The item has 5 values which can be implemented based on the resource type
in question:
a) An Object representing the value of the item
b) A key that will be used as the value of the tag in the
filechooser listbox
c) A label that will be the label of the tag described above.
d) A boolean flag indicating whether the option should be disabled or not.
e) A boolean flag indicating if the resource being represented by this
item is a container resource or a child resource. ResourceModel.java Interface ResourceModelException.java Class Need to make this an interface as well. ScheduledEvent.java Class ScriptMarkup.java Class Separator.java Class Model bean that represents a selectable choice in a selection
component such as Menu
, RadioButtonGroup
,
etc.
SingleSelectOptionsList.java Class A default list of options, for components which can select only one option
at a time. UploadedFile.java Interface