|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormInput.Widget | |
---|---|
org.pentaho.di.ui.core.widget |
Uses of FormInput.Widget in org.pentaho.di.ui.core.widget |
---|
Methods in org.pentaho.di.ui.core.widget that return FormInput.Widget | |
---|---|
static FormInput.Widget |
FormInput.Widget.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FormInput.Widget[] |
FormInput.Widget.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.Widget | |
---|---|
String |
FormInput.getText(FormInput.Widget widget)
getter for the widget text |
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 |
void |
FormInput.setText(String text,
FormInput.Widget widget)
setter for the widget text |
void |
FormInput.setToolTip(String text,
FormInput.Widget widget)
setter for the tooltip |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |