Uses of Class
org.eclipse.datatools.connectivity.oda.design.InputPromptControlStyle

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.CHECK_BOX_LITERAL
          The 'Check Box' literal object.
static InputPromptControlStyle InputPromptControlStyle.RADIO_BUTTON_LITERAL
          The 'Radio Button' 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.TEXT_FIELD_LITERAL
          The 'Text Field' literal object.
 

Methods in org.eclipse.datatools.connectivity.oda.design that return InputPromptControlStyle
static InputPromptControlStyle InputPromptControlStyle.get(int value)
          Returns the 'Input Prompt Control Style' literal with the specified integer value.
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.
 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.
 



Copyright © 2006 -- 2008 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.