com.filenet.wcm.apps.server.util.filemanagement
Class FileManagementUtil.FileControl.CustomHtmlControl
- java.lang.Object
com.filenet.wcm.apps.server.util.filemanagement.FileManagementUtil.FileControl.StaticControl
com.filenet.wcm.apps.server.util.filemanagement.FileManagementUtil.FileControl.CustomHtmlControl
Enclosing class:
- public static class FileManagementUtil.FileControl.CustomHtmlControl
- extends FileManagementUtil.FileControl.StaticControl
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
tableHTML
|
| 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.CustomHtmlControl()
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
getHTML()
|
|
setHTML(java.lang.String isTable)
|
| Methods inherited from class com.filenet.wcm.apps.server.util.filemanagement.FileManagementUtil.FileControl.StaticControl |
|---|
getCloseTagHTML, getControlName, getId, getLabelHTML, getOpenTagHTML, getType, setId, setLabel, setName, setPostCloseTagHtml, setToolTip |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail
tableHTML
- protected java.lang.String tableHTML
Constructor Detail
FileManagementUtil.FileControl.CustomHtmlControl
- public FileManagementUtil.FileControl.CustomHtmlControl( )
Method Detail
setHTML
- public void setHTML(java.lang.String isTable)
getHTML
- public java.lang.String getHTML( )
Overrides: