com.filenet.wcm.apps.server.util.filemanagement
Class FileManagementUtil.FileControl.RadioControl
- java.lang.Object
com.filenet.wcm.apps.server.util.filemanagement.FileManagementUtil.FileControl.StaticControl
com.filenet.wcm.apps.server.util.filemanagement.FileManagementUtil.FileControl.ButtonControl
com.filenet.wcm.apps.server.util.filemanagement.FileManagementUtil.FileControl.RadioControl
Direct known subclasses:
Enclosing class:
- public static class FileManagementUtil.FileControl.RadioControl
- 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 |
|---|---|
|
getHTML()
|
|
getLabelHTML()
|
|
getType()
|
|
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
- public FileManagementUtil.FileControl.RadioControl( )
Method Detail
setChecked
- public void setChecked(boolean checked)
Sets the checked property.
Parameters:
checked - Set to true to check the checkbox control. getHTML
- public java.lang.String getHTML( )
Overrides:
getLabelHTML
- protected java.lang.String getLabelHTML( )
Overrides:
getType
- public java.lang.String getType( )
Overrides: