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!
| 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 |
DEFAULT_SIZE
public static final WDInputFieldSize DEFAULT_SIZE
- Default value of property
size.
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()
Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15