|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.wcm.apps.server.util.filemanagement.FileManagementUtil.FileControl.StaticControl
com.filenet.wcm.apps.server.util.filemanagement.FileManagementUtil.FileControl.ButtonControl
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 |
protected boolean disabled
protected java.lang.String value
protected java.lang.String action
protected java.lang.String eventName
protected int size
Constructor Detail |
public FileManagementUtil.FileControl.ButtonControl()
Method Detail |
public void setDisabled(boolean disabled)
disabled
- Set to true to disable the controlpublic void setValue(java.lang.String value)
value
- String Set the control valuepublic void setAction(java.lang.String action)
action
- The control action.public void setEventName(java.lang.String eventName)
eventName
- The event associated with this controlpublic void setSize(int size)
size
- The size of this this controlpublic java.lang.String getControlName()
getControlName
in class FileManagementUtil.FileControl.StaticControl
protected java.lang.String getOpenTagHTML(java.lang.String extraAttributes)
getOpenTagHTML
in class FileManagementUtil.FileControl.StaticControl
protected java.lang.String getLabelHTML()
getLabelHTML
in class FileManagementUtil.FileControl.StaticControl
protected java.lang.String getCloseTagHTML()
getCloseTagHTML
in class FileManagementUtil.FileControl.StaticControl
public java.lang.String getType()
getType
in class FileManagementUtil.FileControl.StaticControl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |