jACOB 2.7 API Documentation.

Uses of Class
de.tif.jacob.screen.dialogs.form.CellConstraints

Packages that use CellConstraints
de.tif.jacob.screen.dialogs.form   
 

Uses of CellConstraints in de.tif.jacob.screen.dialogs.form
 

Methods in de.tif.jacob.screen.dialogs.form that return CellConstraints
 CellConstraints CellConstraints.xy(int column, int row)
           
 CellConstraints CellConstraints.xywh(int column, int row, int width, int height)
           
 

Methods in de.tif.jacob.screen.dialogs.form with parameters of type CellConstraints
 void IFormDialog.addCheckBox(java.lang.String name, boolean checked, CellConstraints constraint)
           
 void IFormDialog.addComboBox(IFormActionEmitter buttonCallback, java.lang.String name, java.lang.String[] values, int selectIndex, CellConstraints constraint)
          Add a ComboBox to the dialog.
 void IFormDialog.addComboBox(java.lang.String name, java.lang.String[] values, int selectIndex, CellConstraints constraint)
          Add a ComboBox to the dialog.
 void IFormDialog.addFileUpload(java.lang.String name, CellConstraints constraint)
          Add a file upload field to the dialog.
 void IFormDialog.addFormButton(IFormActionEmitter callback, java.lang.String buttonLabel, CellConstraints constraint)
          Add a Form action button to the dialog.
 void IFormDialog.addHeader(java.lang.String label, CellConstraints constraint)
          Add a header text to the dialog.
 void IFormDialog.addLabel(java.lang.String label, CellConstraints constraint)
          Add a generic Label/Caption to the dialog
 void IFormDialog.addListBox(java.lang.String name, java.lang.String[] values, int selectIndex, CellConstraints constraint)
          Add a list box component to the dialog.
 void IFormDialog.addPasswordField(java.lang.String name, java.lang.String value, CellConstraints constraint)
          Add a password field to the dialog.
 void IFormDialog.addTextArea(java.lang.String name, java.lang.String value, boolean readonly, boolean autowordwrap, CellConstraints constraint)
          Add a TextArea to the dialog.
 void IFormDialog.addTextArea(java.lang.String name, java.lang.String value, boolean readonly, CellConstraints constraint)
          Add a TextArea to the dialog.
 void IFormDialog.addTextArea(java.lang.String name, java.lang.String value, CellConstraints constraint)
          Add a TextArea to the dialog.
 void IFormDialog.addTextField(java.lang.String name, java.lang.String value, boolean readonly, CellConstraints constraint)
          Add a TextField to the dialog.
 void IFormDialog.addTextField(java.lang.String name, java.lang.String value, CellConstraints constraint)
          Add a TextField to the dialog.
 void IFormDialog.addTextField(java.lang.String name, java.lang.String value, IAutosuggestProvider autosuggest, CellConstraints constraint)
          Add a TextField to the dialog.
 


jACOB 2.7 API Documentation.