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

Class FileManagementUtil.FileControl.ButtonControl

  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.ButtonControl
Direct known subclasses:
FileManagementUtil.FileControl.RadioControl, FileManagementUtil.FileControl.TextControl
Enclosing class:
FileManagementUtil.FileControl

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

Field Summary

Modifier and Type Field and Description
  1. protected
  2. java.lang.String
action
  1. protected
  2. boolean
disabled
  1. protected
  2. java.lang.String
eventName
  1. protected
  2. int
size
  1. protected
  2. 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

Constructor and Description
FileManagementUtil.FileControl.ButtonControl()

Method Summary

Modifier and Type Method and Description
  1. protected
  2. java.lang.String
getCloseTagHTML()
  1. java.lang.String
getControlName()
  1. protected
  2. java.lang.String
getLabelHTML()
  1. protected
  2. java.lang.String
getOpenTagHTML(java.lang.String extraAttributes)
  1. java.lang.String
getType()
  1. void
setAction(java.lang.String action)
Sets the action associated with the control
  1. void
setDisabled(boolean disabled)
Sets the disabled property.
  1. void
setEventName(java.lang.String eventName)
Sets the event of this control
  1. void
setSize(int size)
Sets the size of this control
  1. 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

  1. protected boolean disabled

value

  1. protected java.lang.String value

action

  1. protected java.lang.String action

eventName

  1. protected java.lang.String eventName

size

  1. protected int size

Constructor Detail

FileManagementUtil.FileControl.ButtonControl

  1. public FileManagementUtil.FileControl.ButtonControl( )

Method Detail

setDisabled

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

Parameters:
disabled - Set to true to disable the control

setValue

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

Parameters:
value - String Set the control value

setAction

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

Parameters:
action - The control action.

setEventName

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

Parameters:
eventName - The event associated with this control

setSize

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

Parameters:
size - The size of this this control

getControlName

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

getOpenTagHTML

  1. protected java.lang.String getOpenTagHTML( java.lang.String extraAttributes)
Overrides:

getLabelHTML

  1. protected java.lang.String getLabelHTML( )
Overrides:

getCloseTagHTML

  1. protected java.lang.String getCloseTagHTML( )
Overrides:

getType

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