Hideable Panel - caf_h:panelHideable

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.panel.HideablePanel
Handler ClassNone
Renderer Typecom.webmethods.caf.faces.panel.HideablePanel
Description Container that is toggleable between visible and hidden
Palette LocationCAF Html/Control/Panel/Hideable Panel
Client-Side ModelCAF.Output.Model
Attributes 
NameRequiredTypeDescription
defaultCommandfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Id of default command control

Valid values are:

  • _none
  • [any_other_value]
defaultFocusfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Id of control to focus initially

Valid values are:

  • _first
  • _none
  • [any_other_value]
disableWhenHiddenfalsejavax.el.ValueExpression
(must evaluate to boolean)
Disables input controls when panel is hidden, preventing the input controls from submitting

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

hideEffectfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of custom script.aculo.us hide effect

Valid values are:

  • [any_other_value]
  • Effect.Fade
  • Effect.BlindUp
  • Effect.SlideUp
  • Effect.Shrink
  • Effect.Puff
  • Effect.SwitchOff
  • Effect.DropOut
  • Effect.Squish
  • Effect.Fold
  • Effect.CAF.Fade
  • Effect.CAF.SlideClose
  • Effect.CAF.SlideClose.Left
  • Effect.CAF.SlideClose.Top
  • Effect.CAF.SlideClose.Right
  • Effect.CAF.SlideClose.Bottom
hideEffectOptionsfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Additional options for custom script.aculo.us hide effect
idfalsejava.lang.String Control identifier
lazyfalsejavax.el.ValueExpression
(must evaluate to boolean)
True if panel loads content asynchronously on demand

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

progressDelayfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Milliseconds to wait before showing progress dialog

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

progressFlashOnCompletefalsejavax.el.ValueExpression
(must evaluate to boolean)
True if panel should flash when asynchronous loading has completed

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

progressMsgfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Progress dialog message; defaults to a localized message, in English "Loading..."
progressUseHideShowEffectfalsejavax.el.ValueExpression
(must evaluate to boolean)
True if progress dialog should use panel's hide and show effects; false if progress dialog shouldn't use default effects

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

refreshOnShowfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to refresh content every time panel is toggled visible. Ignored if Lazy Load is false.

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".

showEffectfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of custom script.aculo.us show effect

Valid values are:

  • [any_other_value]
  • Effect.Appear
  • Effect.BlindDown
  • Effect.SlideDown
  • Effect.Grow
  • Effect.CAF.Appear
  • Effect.CAF.SlideOpen
  • Effect.CAF.SlideOpen.Left
  • Effect.CAF.SlideOpen.Top
  • Effect.CAF.SlideOpen.Right
  • Effect.CAF.SlideOpen.Bottom
showEffectOptionsfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Additional options for custom script.aculo.us show effect
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]
suppressInputsfalsejavax.el.ValueExpression
(must evaluate to java.util.Collection)

WARNING: This property has been deprecated.

Ids of controls on which to disallow update processing while handling asynchronous requests

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

twoPassfalsejavax.el.ValueExpression
(must evaluate to boolean)
Render initial content asynchronously. Ignored if Lazy Load is false.

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

visiblefalsejavax.el.ValueExpression
(must evaluate to boolean)
True if initially visible

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

Output generated by Vdldoc View Declaration Language Documentation Generator.