com.filenet.wcm.apps.server.util.filemanagement

Class FileManagementUtil.FileControl.RadioControl

  1. java.lang.Object
  2. extended bycom.filenet.wcm.apps.server.util.filemanagement.FileManagementUtil.FileControl.StaticControl
  3. extended bycom.filenet.wcm.apps.server.util.filemanagement.FileManagementUtil.FileControl.ButtonControl
  4. extended bycom.filenet.wcm.apps.server.util.filemanagement.FileManagementUtil.FileControl.RadioControl
Direct known subclasses:
FileManagementUtil.FileControl.CheckboxControl
Enclosing class:
FileManagementUtil.FileControl

  1. public static class FileManagementUtil.FileControl.RadioControl
  2. extends FileManagementUtil.FileControl.ButtonControl

Field Summary

Fields inherited from class com.filenet.wcm.apps.server.util.filemanagement.FileManagementUtil.FileControl.ButtonControl
action, disabled, eventName, size, value
Fields inherited from class com.filenet.wcm.apps.server.util.filemanagement.FileManagementUtil.FileControl.StaticControl
extraAttributes, id, label, name, postCloseTagHtml, toolTip

Constructor Summary

Constructor and Description
FileManagementUtil.FileControl.RadioControl()

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getHTML()
  1. protected
  2. java.lang.String
getLabelHTML()
  1. java.lang.String
getType()
  1. void
setChecked(boolean checked)
Sets the checked property.
Methods inherited from class com.filenet.wcm.apps.server.util.filemanagement.FileManagementUtil.FileControl.ButtonControl
getCloseTagHTML, getControlName, getOpenTagHTML, setAction, setDisabled, setEventName, setSize, setValue
Methods inherited from class com.filenet.wcm.apps.server.util.filemanagement.FileManagementUtil.FileControl.StaticControl
getId, setId, setLabel, setName, setPostCloseTagHtml, setToolTip
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

FileManagementUtil.FileControl.RadioControl

  1. public FileManagementUtil.FileControl.RadioControl( )

Method Detail

setChecked

  1. public void setChecked(boolean checked)
Sets the checked property.

Parameters:
checked - Set to true to check the checkbox control.

getHTML

  1. public java.lang.String getHTML( )
Overrides:

getLabelHTML

  1. protected java.lang.String getLabelHTML( )
Overrides:

getType

  1. public java.lang.String getType( )
Overrides: