Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

...

...

...

...

...

...

...

Ui text box
typeinfo

This composite component is used to display the scheduling settings on the page.

It is accessed through the <crm:schedulingSettings> tag

...

and is defined in

...

the xmlns

...

namespace with the

...

declaration xmlns:em="http://java.sun.com/jsf/composite/crm".

...

Attributes

NameRequiredTypeDefaultDescription
managedBeantrueStringnullThe name of the managed bean that will be used for retrieving the component values.
processfalseStringThe value of the refresh attributeComponent(s) to process in partial request.
refreshfalseString@formComponent(s) to update with ajax.
useSaveButtonfalseBooleantrueFlag indicating that a save button should be displayed, or not.


Examples

 JSF Page

 

 

 

 

 

 

Managed Bean

 

 

...

The following example illustrates how ...