|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro AbstractToggleButton API. Abstract base class of all toggle buttons.
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| Nested Class Summary |
| Nested classes inherited from class com.sap.tc.webdynpro.clientserver.uielib.standard.api.IWDAbstractToggle |
IWDAbstractToggle.IWDOnToggle |
| Field Summary | |
static String |
DEFAULT_CHECKED_IMAGE_SOURCE
Default value of the checkedImageSource property is "". |
static WDToggleButtonDesign |
DEFAULT_DESIGN
Default value of the design property is WDToggleButtonDesign.STANDARD. |
static boolean |
DEFAULT_IMAGE_FIRST
Default value of the imageFirst property is true. |
static String |
DEFAULT_IMAGE_SOURCE
Default value of the imageSource property is "". |
static String |
DEFAULT_TEXT
Default value of the text property is "". |
static String |
DEFAULT_WIDTH
Default value of the width property is "". |
| Fields inherited from interface com.sap.tc.webdynpro.clientserver.uielib.standard.api.IWDAbstractToggle |
DEFAULT_TEXT_DIRECTION |
| Fields inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDUIElement |
DEFAULT_ENABLED, DEFAULT_TOOLTIP, DEFAULT_VISIBLE |
| Method Summary | |
void |
bindCheckedImageSource(IWDAttributeInfo attributeInfo)
Binds the checkedImageSource property to the context attribute specified by the given attribute info. |
void |
bindCheckedImageSource(String path)
Binds the checkedImageSource property to the context attribute specified by the given path. |
void |
bindDesign(IWDAttributeInfo attributeInfo)
Binds the design property to the context attribute specified by the given attribute info. |
void |
bindDesign(String path)
Binds the design property to the context attribute specified by the given path. |
void |
bindImageFirst(IWDAttributeInfo attributeInfo)
Binds the imageFirst property to the context attribute specified by the given attribute info. |
void |
bindImageFirst(String path)
Binds the imageFirst property to the context attribute specified by the given path. |
void |
bindImageSource(IWDAttributeInfo attributeInfo)
Binds the imageSource property to the context attribute specified by the given attribute info. |
void |
bindImageSource(String path)
Binds the imageSource property to the context attribute specified by the given path. |
String |
bindingOfCheckedImageSource()
Returns the binding path of the checkedImageSource property. |
String |
bindingOfDesign()
Returns the binding path of the design property. |
String |
bindingOfImageFirst()
Returns the binding path of the imageFirst property. |
String |
bindingOfImageSource()
Returns the binding path of the imageSource property. |
String |
bindingOfText()
Returns the binding path of the text property. |
String |
bindingOfWidth()
Returns the binding path of the width property. |
void |
bindText(IWDAttributeInfo attributeInfo)
Binds the text property to the context attribute specified by the given attribute info. |
void |
bindText(String path)
Binds the text 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 |
getCheckedImageSource()
Returns the value of the checkedImageSource property.
|
WDToggleButtonDesign |
getDesign()
Returns the value of the design property.
|
boolean |
getImageFirst()
Returns the value of the imageFirst property.
|
String |
getImageSource()
Returns the value of the imageSource property.
|
String |
getText()
Returns the value of the text property.
|
String |
getWidth()
Returns the value of the width property.
|
void |
setCheckedImageSource(String value)
Sets the checkedImageSource property to the given value. |
void |
setDesign(WDToggleButtonDesign value)
Sets the design property to the given value. |
void |
setImageFirst(boolean value)
Sets the imageFirst property to the given value. |
void |
setImageSource(String value)
Sets the imageSource property to the given value. |
void |
setText(String value)
Sets the text 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.clientserver.uielib.standard.api.IWDAbstractToggle |
bindChecked, bindChecked, bindingOfChecked, bindingOfTextDirection, bindTextDirection, bindTextDirection, getChecked, getOnToggle, getTextDirection, mappingOfOnToggle, setChecked, setOnToggle, setTextDirection |
| 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_CHECKED_IMAGE_SOURCE
checkedImageSource property is "".
public static final WDToggleButtonDesign DEFAULT_DESIGN
design property is WDToggleButtonDesign.STANDARD.
public static final boolean DEFAULT_IMAGE_FIRST
imageFirst property is true.
public static final String DEFAULT_IMAGE_SOURCE
imageSource property is "".
public static final String DEFAULT_TEXT
text property is "".
public static final String DEFAULT_WIDTH
width property is "".
| Method Detail |
public void bindCheckedImageSource(String path)
checkedImageSource property to the context attribute specified by the given path.
path - the context path of the attribute to which the checkedImageSource property will be boundpublic void bindCheckedImageSource(IWDAttributeInfo attributeInfo)
checkedImageSource property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the checkedImageSource property will be boundpublic String bindingOfCheckedImageSource()
checkedImageSource property.
checkedImageSource property is currently boundpublic String getCheckedImageSource()
checkedImageSource property.
The initial value is null.
checkedImageSource propertysetCheckedImageSource(String)public void setCheckedImageSource(String value)
checkedImageSource property to the given value.
value - the new value of the checkedImageSource propertygetCheckedImageSource()public void bindDesign(String path)
design property to the context attribute specified by the given path.
path - the context path of the attribute to which the design property will be boundpublic void bindDesign(IWDAttributeInfo attributeInfo)
design property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the design property will be boundpublic String bindingOfDesign()
design property.
design property is currently boundpublic WDToggleButtonDesign getDesign()
design property.
The initial value is WDToggleButtonDesign.STANDARD.
design propertysetDesign(WDToggleButtonDesign)public void setDesign(WDToggleButtonDesign value)
design property to the given value.
value - the new value of the design propertygetDesign()public void bindImageFirst(String path)
imageFirst property to the context attribute specified by the given path.
path - the context path of the attribute to which the imageFirst property will be boundpublic void bindImageFirst(IWDAttributeInfo attributeInfo)
imageFirst property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the imageFirst property will be boundpublic String bindingOfImageFirst()
imageFirst property.
imageFirst property is currently boundpublic boolean getImageFirst()
imageFirst property.
The initial value is true.
true)
or on the right of the text.
imageFirst propertysetImageFirst(boolean)public void setImageFirst(boolean value)
imageFirst property to the given value.
value - the new value of the imageFirst propertygetImageFirst()public void bindImageSource(String path)
imageSource property to the context attribute specified by the given path.
path - the context path of the attribute to which the imageSource property will be boundpublic void bindImageSource(IWDAttributeInfo attributeInfo)
imageSource property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the imageSource property will be boundpublic String bindingOfImageSource()
imageSource property.
imageSource property is currently boundpublic String getImageSource()
imageSource property.
The initial value is null.
imageSource propertysetImageSource(String)public void setImageSource(String value)
imageSource property to the given value.
value - the new value of the imageSource propertygetImageSource()public void bindText(String path)
text property to the context attribute specified by the given path.
path - the context path of the attribute to which the text property will be boundpublic void bindText(IWDAttributeInfo attributeInfo)
text property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the text property will be boundpublic String bindingOfText()
text property.
text property is currently boundpublic String getText()
text property.
The initial value is null.
text propertysetText(String)public void setText(String value)
text property to the given value.
value - the new value of the text propertygetText()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 | |||||||||