boolean-widget

Used to display a check box input element. This element will be associated to a predefined widget definition provided by the application based on the identifier.

Attributes

Child Elements

Example

<multifield-grouping label="Device Types">
  <boolean-widget id="useDeviceFilterAll" right-caption="All Devices"
    checked="<%= subscriptionBean.hasAllDeviceFilter() %>" />
  <boolean-widget id="useDeviceFilterEmail" right-caption="Email"
    checked="<%= subscriptionBean.hasEmailDeviceFilter() %>" />
  <boolean-widget id="useDeviceFilterIM" right-caption="IM"
    checked="<%= subscriptionBean.hasIMDeviceFilter() %>" />
  <boolean-widget id="useDeviceFilterText" right-caption="Text Devices"
    checked="<%= subscriptionBean.hasTextDeviceFilter() %>" />
  <boolean-widget id="useDeviceFilterVoice" right-caption="Voice Devices"
    checked="<%= subscriptionBean.hasVoiceDeviceFilter() %>" />
</multifield-grouping>

Custom XML Tags

Custom Subscription and Messaging Panels