Web Dynpro API Documentation

Uses of Class
com.sap.tc.webdynpro.clientserver.uielib.standard.api.WDState

Packages that use WDState
com.sap.tc.webdynpro.clientserver.uielib.standard.api Contains interfaces for accessing Web Dynpro UI elements and contains enumeration types used as UI element property types. 
 

Uses of WDState in com.sap.tc.webdynpro.clientserver.uielib.standard.api
 

Fields in com.sap.tc.webdynpro.clientserver.uielib.standard.api declared as WDState
static WDState IWDCheckBox.DEFAULT_STATE
          Default value of property state.
static WDState IWDAbstractInputField.DEFAULT_STATE
          Default value of property state.
static WDState IWDTextEdit.DEFAULT_STATE
          Default value of property state.
static WDState IWDAbstractDropDown.DEFAULT_STATE
          Default value of property state.
static WDState IWDRadioButtonGroupByKey.DEFAULT_STATE
          Default value of property state.
static WDState IWDCheckBoxGroup.DEFAULT_STATE
          Default value of property state.
static WDState IWDRadioButtonGroupByIndex.DEFAULT_STATE
          Default value of property state.
static WDState WDState.NORMAL
          The normal state of a UI element.
static WDState WDState.REQUIRED
          Indicates that a UI element must provide a value for performing a certain action.
static WDState IWDRadioButton.DEFAULT_STATE
          Default value of property state.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return WDState
 WDState IWDCheckBox.getState()
          Returns the value of the state property.
 WDState IWDAbstractInputField.getState()
          Returns the value of the state property.
 WDState IWDTextEdit.getState()
          Returns the value of the state property.
 WDState IWDAbstractDropDown.getState()
          Returns the value of the state property.
 WDState IWDRadioButtonGroupByKey.getState()
          Returns the value of the state property.
 WDState IWDCheckBoxGroup.getState()
          Returns the value of the state property.
 WDState IWDRadioButtonGroupByIndex.getState()
          Returns the value of the state property.
static WDState WDState.valueOf(int ordinal)
          Returns the enumeration value for the given ordinal.
static WDState WDState.valueOf(java.lang.String name)
          Returns the enumeration value for the given name.
 WDState IWDRadioButton.getState()
          Returns the value of the state property.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api with parameters of type WDState
 void IWDCheckBox.setState(WDState value)
          Sets property state to the new value.
 void IWDAbstractInputField.setState(WDState value)
          Sets property state to the new value.
 void IWDTextEdit.setState(WDState value)
          Sets property state to the new value.
 void IWDAbstractDropDown.setState(WDState value)
          Sets property state to the new value.
 void IWDRadioButtonGroupByKey.setState(WDState value)
          Sets property state to the new value.
 void IWDCheckBoxGroup.setState(WDState value)
          Sets property state to the new value.
 void IWDRadioButtonGroupByIndex.setState(WDState value)
          Sets property state to the new value.
 void IWDRadioButton.setState(WDState value)
          Sets property state to the new value.
 


Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15