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

Class FileManagementUtil.FileControl

  1. java.lang.Object
  2. extended bycom.filenet.wcm.apps.server.util.filemanagement.FileManagementUtil.FileControl
Enclosing class:
FileManagementUtil

  1. public static class FileManagementUtil.FileControl
  2. extends java.lang.Object

Nested Class Summary

Modifier and Type Class and Description
  1. static class
FileManagementUtil.FileControl.ButtonControl
  1. static class
FileManagementUtil.FileControl.CheckboxControl
  1. class
FileManagementUtil.FileControl.ControlRow
  1. static class
FileManagementUtil.FileControl.CustomHtmlControl
  1. static class
FileManagementUtil.FileControl.ImageControl
  1. static class
FileManagementUtil.FileControl.RadioControl
  1. static class
FileManagementUtil.FileControl.StaticControl
  1. static class
FileManagementUtil.FileControl.TextControl

Constructor Summary

Constructor and Description
FileManagementUtil.FileControl()

Method Summary

Modifier and Type Method and Description
  1. FileManagementUtil.FileControl.ButtonControl
addHTMLButton()
Gets the action button form control.
  1. FileManagementUtil.FileControl.ControlRow
addRow()
  1. java.lang.String
getHTML()
  1. FileManagementUtil.FileControl.ButtonControl
getHTMLButton(int index)
Gets the html button form control.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

FileManagementUtil.FileControl

  1. public FileManagementUtil.FileControl( )

Method Detail

addRow

  1. public FileManagementUtil.FileControl.ControlRow addRow( )

addHTMLButton

  1. public FileManagementUtil.FileControl.ButtonControl addHTMLButton( )
Gets the action button form control.

getHTMLButton

  1. public FileManagementUtil.FileControl.ButtonControl getHTMLButton( int index)
Gets the html button form control.
Parameters:
index - The index of the control button

getHTML

  1. public java.lang.String getHTML( )