com.filenet.wcm.apps.server.util.filemanagement
Class FileManagementUtil.FileControl.StaticControl
- java.lang.Object
com.filenet.wcm.apps.server.util.filemanagement.FileManagementUtil.FileControl.StaticControl
Direct known subclasses:
FileManagementUtil.FileControl.ButtonControl, FileManagementUtil.FileControl.CustomHtmlControl, FileManagementUtil.FileControl.ImageControl
Enclosing class:
- public static class FileManagementUtil.FileControl.StaticControl
- extends java.lang.Object
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
extraAttributes
|
|
id
|
|
label
|
|
name
|
|
postCloseTagHtml
|
|
toolTip
|
Constructor Summary
| Constructor and Description |
|---|
FileManagementUtil.FileControl.StaticControl()
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
getCloseTagHTML()
|
|
getControlName()
|
|
getHTML()
|
|
getId()
Gets the anchor id.
|
|
getLabelHTML()
|
|
getOpenTagHTML(java.lang.String extraAttributes)
|
|
getType()
|
|
setId(java.lang.String id)
Sets the control id.
|
|
setLabel(java.lang.String label)
Sets the control label.
|
|
setName(java.lang.String name)
Sets the control name.
|
|
setPostCloseTagHtml(java.lang.String html)
Sets the Post-Close Tag HTML.
|
|
setToolTip(java.lang.String toolTip)
Sets the control tooltip.
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail
id
- protected java.lang.String id
name
- protected java.lang.String name
label
- protected java.lang.String label
toolTip
- protected java.lang.String toolTip
postCloseTagHtml
- protected java.lang.String postCloseTagHtml
extraAttributes
- protected java.lang.String extraAttributes
Constructor Detail
FileManagementUtil.FileControl.StaticControl
- public FileManagementUtil.FileControl.StaticControl( )
Method Detail
setId
- public void setId(java.lang.String id)
Sets the control id.
Parameters:
id - The control id. getId
- public java.lang.String getId()
Gets the anchor id.
Returns:
The control id.
setName
- public void setName(java.lang.String name)
Sets the control name.
Parameters:
name - The control id. setLabel
- public void setLabel(java.lang.String label)
Sets the control label.
Parameters:
label - The control localized label. setPostCloseTagHtml
- public void setPostCloseTagHtml( java.lang.String html)
Sets the Post-Close Tag HTML.
Parameters:
html - The Post Close Tag HTML. setToolTip
- public void setToolTip(java.lang.String toolTip)
Sets the control tooltip.
Parameters:
toolTip - The control localized tooltip. getControlName
- public java.lang.String getControlName( )
getHTML
- public java.lang.String getHTML( )
getOpenTagHTML
- protected java.lang.String getOpenTagHTML( java.lang.String extraAttributes)
getLabelHTML
- protected java.lang.String getLabelHTML( )
getCloseTagHTML
- protected java.lang.String getCloseTagHTML( )
getType
- public java.lang.String getType( )