Web Dynpro API Documentation

com.sap.tc.webdynpro.clientserver.uielib.standard.api
Interface IWDInputField

All Superinterfaces:
IWDAbstractInputField, IWDTableCellEditor, IWDUIElement, IWDViewElement

public interface IWDInputField
extends IWDAbstractInputField, IWDTableCellEditor

Web Dynpro InputField API. A single-line input field.

This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!


Field Summary
static WDInputFieldSize DEFAULT_SIZE
          Default value of property size.
 
Fields inherited from interface com.sap.tc.webdynpro.clientserver.uielib.standard.api.IWDAbstractInputField
DEFAULT_ALIGNMENT, DEFAULT_LENGTH, DEFAULT_PASSWORD_FIELD, DEFAULT_READ_ONLY, DEFAULT_STATE, DEFAULT_TEXT_DIRECTION, DEFAULT_WIDTH
 
Fields inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDUIElement
DEFAULT_ENABLED, DEFAULT_TOOLTIP, DEFAULT_VISIBLE
 
Method Summary
 java.lang.String bindingOfSize()
          Binding path of property size.
 void bindSize(IWDAttributeInfo attributeInfo)
          Binds property size to the context attribute specified by the given attribute info.
 void bindSize(java.lang.String path)
          Binds property size to the context attribute specified by path.
 WDInputFieldSize getSize()
          Returns the value of the size property.
 void setSize(WDInputFieldSize value)
          Sets property size to the new value.
 
Methods inherited from interface com.sap.tc.webdynpro.clientserver.uielib.standard.api.IWDAbstractInputField
bindAlignment, bindAlignment, bindingOfAlignment, bindingOfLength, bindingOfPasswordField, bindingOfReadOnly, bindingOfState, bindingOfTextDirection, bindingOfValue, bindingOfWidth, bindLength, bindLength, bindPasswordField, bindPasswordField, bindReadOnly, bindReadOnly, bindState, bindState, bindTextDirection, bindTextDirection, bindValue, bindValue, bindWidth, bindWidth, getAlignment, getLength, getOnEnter, getPasswordField, getReadOnly, getState, getTextDirection, getValue, getWidth, mappingOfOnEnter, setAlignment, setLength, setOnEnter, setPasswordField, setReadOnly, setState, setTextDirection, setValue, setWidth
 
Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDUIElement
bindEnabled, bindEnabled, bindingOfEnabled, bindingOfTooltip, bindingOfVisible, bindTooltip, bindTooltip, bindVisible, bindVisible, createLayoutData, getContainer, getEnabled, getLayoutData, getTooltip, getVisible, setEnabled, setTooltip, setVisible
 
Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDViewElement
getId, getView, requestFocus
 

Field Detail

DEFAULT_SIZE

public static final WDInputFieldSize DEFAULT_SIZE
Default value of property size.
Method Detail

bindSize

public void bindSize(java.lang.String path)
Binds property size to the context attribute specified by path.
Parameters:
path - the path of the context attribute to which the size property is bound

bindSize

public void bindSize(IWDAttributeInfo attributeInfo)
Binds property size to the context attribute specified by the given attribute info.
Parameters:
attributeInfo - the info of the context attribute to which the size property is bound

bindingOfSize

public java.lang.String bindingOfSize()
Binding path of property size.
Returns:
the path of the context attribute to which the size is currently bound

getSize

public WDInputFieldSize getSize()
Returns the value of the size property. The initial value is WDInputFieldSize.STANDARD. Determines the logical size of this input field.
Returns:
the current value of the size property
See Also:
setSize(WDInputFieldSize)

setSize

public void setSize(WDInputFieldSize value)
Sets property size to the new value.
Parameters:
value - the new value of the size property
See Also:
getSize()

Web Dynpro API Documentation

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