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

Class FileManagementUtil.FileControl.CustomHtmlControl

  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.CustomHtmlControl
Enclosing class:
FileManagementUtil.FileControl

  1. public static class FileManagementUtil.FileControl.CustomHtmlControl
  2. extends FileManagementUtil.FileControl.StaticControl

Field Summary

Modifier and Type Field and Description
  1. protected
  2. java.lang.String
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
  1. java.lang.String
getHTML()
  1. void
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

  1. protected java.lang.String tableHTML

Constructor Detail

FileManagementUtil.FileControl.CustomHtmlControl

  1. public FileManagementUtil.FileControl.CustomHtmlControl( )

Method Detail

setHTML

  1. public void setHTML(java.lang.String isTable)

getHTML

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