|
||||||||||
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.ControlRow
Constructor Summary | |
FileManagementUtil.FileControl.ControlRow()
|
Method Summary | |
FileManagementUtil.FileControl.ButtonControl |
addActionButton()
Adds a new select button form control. |
FileManagementUtil.FileControl.CheckboxControl |
addCheckboxButton()
Gets the checkbox button form control. |
FileManagementUtil.FileControl.CustomHtmlControl |
addCustomHtmlControl()
|
FileManagementUtil.FileControl.TextControl |
addEditTextControl()
Adds a new edit text control. |
FileManagementUtil.FileControl.ImageControl |
addImageControl()
Gets the Image form control. |
FileManagementUtil.FileControl.RadioControl |
addRadioControl()
Gets the radio form control. |
void |
addSpacer()
|
FileManagementUtil.FileControl.StaticControl |
addStaticTextControl()
Gets the action button form control. |
java.lang.String |
getRowClass()
|
void |
setRowClass(java.lang.String rowClassOddEven)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FileManagementUtil.FileControl.ControlRow()
Method Detail |
public java.lang.String getRowClass()
public void setRowClass(java.lang.String rowClassOddEven)
public void addSpacer()
public FileManagementUtil.FileControl.ImageControl addImageControl()
public FileManagementUtil.FileControl.StaticControl addStaticTextControl()
public FileManagementUtil.FileControl.TextControl addEditTextControl()
public FileManagementUtil.FileControl.ButtonControl addActionButton()
public FileManagementUtil.FileControl.RadioControl addRadioControl()
public FileManagementUtil.FileControl.CheckboxControl addCheckboxButton()
public FileManagementUtil.FileControl.CustomHtmlControl addCustomHtmlControl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |