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

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
Direct Known Subclasses:
FileManagementUtil.FileControl.RadioControl, FileManagementUtil.FileControl.TextControl
Enclosing class:
FileManagementUtil.FileControl

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


Field Summary
protected  java.lang.String action
           
protected  boolean disabled
           
protected  java.lang.String eventName
           
protected  int size
           
protected  java.lang.String 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.ButtonControl()
           
 
Method Summary
protected  java.lang.String getCloseTagHTML()
           
 java.lang.String getControlName()
           
protected  java.lang.String getLabelHTML()
           
protected  java.lang.String getOpenTagHTML(java.lang.String extraAttributes)
           
 java.lang.String getType()
           
 void setAction(java.lang.String action)
          Sets the action associated with the control
 void setDisabled(boolean disabled)
          Sets the disabled property.
 void setEventName(java.lang.String eventName)
          Sets the event of this control
 void setSize(int size)
          Sets the size of this control
 void setValue(java.lang.String value)
          Sets the value of the control
 
Methods inherited from class com.filenet.wcm.apps.server.util.filemanagement.FileManagementUtil.FileControl.StaticControl
getHTML, 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

disabled

protected boolean disabled

value

protected java.lang.String value

action

protected java.lang.String action

eventName

protected java.lang.String eventName

size

protected int size
Constructor Detail

FileManagementUtil.FileControl.ButtonControl

public FileManagementUtil.FileControl.ButtonControl()
Method Detail

setDisabled

public void setDisabled(boolean disabled)
Sets the disabled property.

Parameters:
disabled - Set to true to disable the control

setValue

public void setValue(java.lang.String value)
Sets the value of the control

Parameters:
value - String Set the control value

setAction

public void setAction(java.lang.String action)
Sets the action associated with the control

Parameters:
action - The control action.

setEventName

public void setEventName(java.lang.String eventName)
Sets the event of this control

Parameters:
eventName - The event associated with this control

setSize

public void setSize(int size)
Sets the size of this control

Parameters:
size - The size of this this control

getControlName

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

getOpenTagHTML

protected java.lang.String getOpenTagHTML(java.lang.String extraAttributes)
Overrides:
getOpenTagHTML in class FileManagementUtil.FileControl.StaticControl

getLabelHTML

protected java.lang.String getLabelHTML()
Overrides:
getLabelHTML in class FileManagementUtil.FileControl.StaticControl

getCloseTagHTML

protected java.lang.String getCloseTagHTML()
Overrides:
getCloseTagHTML in class FileManagementUtil.FileControl.StaticControl

getType

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


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