|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputPromptControlStyle | |
org.eclipse.datatools.connectivity.oda.design | [Platform API] Defines an Open Data Access (ODA) design session that allows a custom ODA designer tool to specify the slice of data to access at run-time. |
Uses of InputPromptControlStyle in org.eclipse.datatools.connectivity.oda.design |
Fields in org.eclipse.datatools.connectivity.oda.design declared as InputPromptControlStyle | |
static InputPromptControlStyle |
InputPromptControlStyle.TEXT_FIELD_LITERAL
The 'Text Field' literal object. |
static InputPromptControlStyle |
InputPromptControlStyle.SELECTABLE_LIST_LITERAL
The 'Selectable List' literal object. |
static InputPromptControlStyle |
InputPromptControlStyle.SELECTABLE_LIST_WITH_TEXT_FIELD_LITERAL
The 'Selectable List With Text Field' literal object. |
static InputPromptControlStyle |
InputPromptControlStyle.CHECK_BOX_LITERAL
The 'Check Box' literal object. |
static InputPromptControlStyle |
InputPromptControlStyle.RADIO_BUTTON_LITERAL
The 'Radio Button' literal object. |
Methods in org.eclipse.datatools.connectivity.oda.design that return InputPromptControlStyle | |
static InputPromptControlStyle |
InputPromptControlStyle.get(java.lang.String literal)
Returns the 'Input Prompt Control Style' literal with the specified literal value. |
static InputPromptControlStyle |
InputPromptControlStyle.getByName(java.lang.String name)
Returns the 'Input Prompt Control Style' literal with the specified name. |
static InputPromptControlStyle |
InputPromptControlStyle.get(int value)
Returns the 'Input Prompt Control Style' literal with the specified integer value. |
InputPromptControlStyle |
InputElementUIHints.getPromptStyle()
Returns the value of the 'Prompt Style' attribute. |
Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type InputPromptControlStyle | |
void |
InputElementUIHints.setPromptStyle(InputPromptControlStyle value)
Sets the value of the ' Prompt Style ' attribute. |
void |
InputElementAttributes.setUiPromptStyle(InputPromptControlStyle value)
Sets the value of the Prompt Style attribute in the element's UI hints. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |