com.filenet.wcm.apps.server.util.filemanagement
Class FileManagementUtil.FileControl.ButtonControl
- java.lang.Object
com.filenet.wcm.apps.server.util.filemanagement.FileManagementUtil.FileControl.StaticControl
com.filenet.wcm.apps.server.util.filemanagement.FileManagementUtil.FileControl.ButtonControl
Direct known subclasses:
Enclosing class:
- public static class FileManagementUtil.FileControl.ButtonControl
- extends FileManagementUtil.FileControl.StaticControl
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
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
| Constructor and Description |
|---|
FileManagementUtil.FileControl.ButtonControl()
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
getCloseTagHTML()
|
|
getControlName()
|
|
getLabelHTML()
|
|
getOpenTagHTML(java.lang.String extraAttributes)
|
|
getType()
|
|
setAction(java.lang.String action)
Sets the action associated with the control
|
|
setDisabled(boolean disabled)
Sets the disabled property.
|
|
setEventName(java.lang.String eventName)
Sets the event of this control
|
|
setSize(int size)
Sets the size of this control
|
|
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:
getOpenTagHTML
- protected java.lang.String getOpenTagHTML( java.lang.String extraAttributes)
Overrides:
getLabelHTML
- protected java.lang.String getLabelHTML( )
Overrides:
getCloseTagHTML
- protected java.lang.String getCloseTagHTML( )
Overrides:
getType
- public java.lang.String getType( )
Overrides: