|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro AbstractDropDown API. Abstract base class of drop-down list classes.
This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!
Type Classification:
This interface is part of the Web Dynpro API, so applications may reference it or call any method of it, but they must not implement or extend it.
For a detailed explanation of API classification see the Web Dynpro Compatibility Guide| Field Summary | |
static String |
DEFAULT_LABEL_FOR
Default value of the labelFor property is "". |
static boolean |
DEFAULT_READ_ONLY
Default value of the readOnly property is false. |
static WDState |
DEFAULT_STATE
Default value of the state property is WDState.NORMAL. |
static WDTextDirection |
DEFAULT_TEXT_DIRECTION
Default value of the textDirection property is WDTextDirection.INHERIT. |
static String |
DEFAULT_WIDTH
Default value of the width property is "". |
| Fields inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDUIElement |
DEFAULT_ENABLED, DEFAULT_TOOLTIP, DEFAULT_VISIBLE |
| Method Summary | |
String |
bindingOfReadOnly()
Returns the binding path of the readOnly property. |
String |
bindingOfState()
Returns the binding path of the state property. |
String |
bindingOfTextDirection()
Returns the binding path of the textDirection property. |
String |
bindingOfWidth()
Returns the binding path of the width property. |
void |
bindReadOnly(IWDAttributeInfo attributeInfo)
Binds the readOnly property to the context attribute specified by the given attribute info. |
void |
bindReadOnly(String path)
Binds the readOnly property to the context attribute specified by the given path. |
void |
bindState(IWDAttributeInfo attributeInfo)
Binds the state property to the context attribute specified by the given attribute info. |
void |
bindState(String path)
Binds the state property to the context attribute specified by the given path. |
void |
bindTextDirection(IWDAttributeInfo attributeInfo)
Binds the textDirection property to the context attribute specified by the given attribute info. |
void |
bindTextDirection(String path)
Binds the textDirection property to the context attribute specified by the given path. |
void |
bindWidth(IWDAttributeInfo attributeInfo)
Binds the width property to the context attribute specified by the given attribute info. |
void |
bindWidth(String path)
Binds the width property to the context attribute specified by the given path. |
String |
getLabelFor()
Returns the value of the labelFor property.
|
boolean |
getReadOnly()
Returns the value of the readOnly property.
|
WDState |
getState()
Returns the value of the state property.
|
WDTextDirection |
getTextDirection()
Returns the value of the textDirection property.
|
String |
getWidth()
Returns the value of the width property.
|
void |
setLabelFor(String labelFor)
Sets the labelFor property to the given value. |
void |
setReadOnly(boolean value)
Sets the readOnly property to the given value. |
void |
setState(WDState value)
Sets the state property to the given value. |
void |
setTextDirection(WDTextDirection value)
Sets the textDirection property to the given value. |
void |
setWidth(String value)
Sets the width property to the given value. |
| 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 |
destroy, getId, getView, requestFocus |
| Field Detail |
public static final String DEFAULT_LABEL_FOR
labelFor property is "".
public static final boolean DEFAULT_READ_ONLY
readOnly property is false.
public static final WDState DEFAULT_STATE
state property is WDState.NORMAL.
public static final WDTextDirection DEFAULT_TEXT_DIRECTION
textDirection property is WDTextDirection.INHERIT.
public static final String DEFAULT_WIDTH
width property is "".
| Method Detail |
public String getLabelFor()
labelFor property.
The initial value is "".
Determines the ID of the labelled component.
labelFor propertysetLabelFor(String)public void setLabelFor(String labelFor)
labelFor property to the given value.
labelFor - the new value of the labelFor propertygetLabelFor()public void bindReadOnly(String path)
readOnly property to the context attribute specified by the given path.
path - the context path of the attribute to which the readOnly property will be boundpublic void bindReadOnly(IWDAttributeInfo attributeInfo)
readOnly property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the readOnly property will be boundpublic String bindingOfReadOnly()
readOnly property.
readOnly property is currently boundpublic boolean getReadOnly()
readOnly property.
The initial value is false.
readOnly propertysetReadOnly(boolean)public void setReadOnly(boolean value)
readOnly property to the given value.
value - the new value of the readOnly propertygetReadOnly()public void bindState(String path)
state property to the context attribute specified by the given path.
path - the context path of the attribute to which the state property will be boundpublic void bindState(IWDAttributeInfo attributeInfo)
state property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the state property will be boundpublic String bindingOfState()
state property.
state property is currently boundpublic WDState getState()
state property.
The initial value is WDState.NORMAL.
state propertysetState(WDState)public void setState(WDState value)
state property to the given value.
value - the new value of the state propertygetState()public void bindTextDirection(String path)
textDirection property to the context attribute specified by the given path.
path - the context path of the attribute to which the textDirection property will be boundpublic void bindTextDirection(IWDAttributeInfo attributeInfo)
textDirection property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the textDirection property will be boundpublic String bindingOfTextDirection()
textDirection property.
textDirection property is currently boundpublic WDTextDirection getTextDirection()
textDirection property.
The initial value is WDTextDirection.INHERIT.
textDirection propertysetTextDirection(WDTextDirection)public void setTextDirection(WDTextDirection value)
textDirection property to the given value.
value - the new value of the textDirection propertygetTextDirection()public void bindWidth(String path)
width property to the context attribute specified by the given path.
path - the context path of the attribute to which the width property will be boundpublic void bindWidth(IWDAttributeInfo attributeInfo)
width property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the width property will be boundpublic String bindingOfWidth()
width property.
width property is currently boundpublic String getWidth()
width property.
The initial value is "".
width propertysetWidth(String)public void setWidth(String value)
width property to the given value.
value - the new value of the width propertygetWidth()
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||