One Way Toggle Checkbox - caf_h:oneWayToggleCheckbox

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.toggle.OneWayToggleCheckbox
Handler ClassNone
Renderer Typecom.webmethods.caf.faces.toggle.OneWayToggleCheckbox
Description Checkbox that toggles a single control
Palette LocationCAF Html/Control/Toggle/One Way Toggle Checkbox
Client-Side ModelCAF.OneWayToggle.Model
Attributes 
NameRequiredTypeDescription
accesskeyfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Keyboard shortcut letter
checkedWhenVisiblefalsejavax.el.ValueExpression
(must evaluate to boolean)
True if checked when visible; false if checked when hidden

If not specified, the default value is "true".

disabledfalsejavax.el.ValueExpression
(must evaluate to boolean)
True if control is grayed-out and un-modifiable

If not specified, the default value is "false".

fortruejavax.el.ValueExpression
(must evaluate to java.lang.String)
Id of control to Toggle
idfalsejava.lang.String Control identifier
readonlyfalsejavax.el.ValueExpression
(must evaluate to boolean)
True if control is un-modifiable

If not specified, the default value is "false".

renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to render control; false to ignore it

If not specified, the default value is "true".

stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML "style" attribute value
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML "class" attribute value

Valid values are:

  • portlet-font
  • portlet-font-dim
  • portlet-msg-status
  • portlet-msg-info
  • portlet-msg-error
  • portlet-msg-alert
  • portlet-msg-success
  • portlet-section-header
  • portlet-section-body
  • portlet-section-alternate
  • portlet-section-selected
  • portlet-section-subheader
  • portlet-section-footer
  • portlet-section-text
  • portlet-form-label
  • portlet-form-input-field
  • portlet-form-button
  • portlet-icon-label
  • portlet-dlg-icon-label
  • portlet-form-field-label
  • portlet-form-field
  • portlet-menu
  • portlet-menu-item
  • portlet-menu-item-selected
  • portlet-menu-item-hover
  • portlet-menu-item-hover-selected
  • portlet-menu-cascade-item
  • portlet-menu-cascade-item-selected
  • portlet-menu-description
  • portlet-menu-caption
  • [any_other_value]
tabindexfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Order in tab (key) sequence, from 1 to n. Zero adds control to tab sequence, negative integer removes control.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Control value
widthfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Pre-defined input width

Valid values are:

  • input2
  • input4
  • input6
  • input8
  • input10
  • input20
  • input30
  • input40
  • input50
  • input100

Output generated by Vdldoc View Declaration Language Documentation Generator.