| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FormInput.Position | |
|---|---|
| org.pentaho.di.ui.core.widget | |
| Uses of FormInput.Position in org.pentaho.di.ui.core.widget | 
|---|
| Methods in org.pentaho.di.ui.core.widget that return FormInput.Position | |
|---|---|
static FormInput.Position | 
FormInput.Position.valueOf(String name)
Returns the enum constant of this type with the specified name.  | 
static FormInput.Position[] | 
FormInput.Position.values()
Returns an array containing the constants of this enum type, in the order they are declared.  | 
| Methods in org.pentaho.di.ui.core.widget with parameters of type FormInput.Position | |
|---|---|
 void | 
FormInput.setPosition(Control control,
            int offset,
            FormInput.Widget widget,
            FormInput.Position side)
setter for the element position  | 
 void | 
FormInput.setPosition(FormAttachment position,
            FormInput.Widget widget,
            FormInput.Position side)
setter for the element position  | 
 void | 
FormInput.setPosition(int numerator,
            int offset,
            FormInput.Widget widget,
            FormInput.Position side)
setter for the element position  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||