com.filenet.wcm.apps.server.util.filemanagement
Class FileManagementUtil.FileControl.TextControl

java.lang.Object
  extended bycom.filenet.wcm.apps.server.util.filemanagement.FileManagementUtil.FileControl.StaticControl
      extended bycom.filenet.wcm.apps.server.util.filemanagement.FileManagementUtil.FileControl.ButtonControl
          extended bycom.filenet.wcm.apps.server.util.filemanagement.FileManagementUtil.FileControl.TextControl
Enclosing class:
FileManagementUtil.FileControl

public static class FileManagementUtil.FileControl.TextControl
extends FileManagementUtil.FileControl.ButtonControl


Field Summary
protected  boolean readOnly
           
 
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
FileManagementUtil.FileControl.TextControl()
           
 
Method Summary
 java.lang.String getHTML()
           
 java.lang.String getType()
           
 void setReadOnly(boolean readOnly)
          Sets the read only property
 
Methods inherited from class com.filenet.wcm.apps.server.util.filemanagement.FileManagementUtil.FileControl.ButtonControl
getCloseTagHTML, getControlName, getLabelHTML, 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
 

Field Detail

readOnly

protected boolean readOnly
Constructor Detail

FileManagementUtil.FileControl.TextControl

public FileManagementUtil.FileControl.TextControl()
Method Detail

setReadOnly

public void setReadOnly(boolean readOnly)
Sets the read only property

Parameters:
readOnly - Set to true to set the control to read only

getHTML

public java.lang.String getHTML()
Overrides:
getHTML in class FileManagementUtil.FileControl.StaticControl

getType

public java.lang.String getType()
Overrides:
getType in class FileManagementUtil.FileControl.ButtonControl


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.