|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro Series API. Part of BusinessGraphics.
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_CUSTOMIZING_I_D
Deprecated. use DEFAULT_CUSTOMIZING_ID instead |
static String |
DEFAULT_CUSTOMIZING_ID
Default value of the customizingID property is "". |
static int |
DEFAULT_DATA_BEGIN_INDEX
Default value of the dataBeginIndex property is 0. |
static int |
DEFAULT_DATA_LENGTH
Default value of the dataLength property is 0. |
static String |
DEFAULT_EVENT_I_D
Deprecated. use DEFAULT_EVENT_ID instead |
static String |
DEFAULT_EVENT_ID
Default value of the eventID property is "". |
static String |
DEFAULT_LABEL
Default value of the label property is "". |
static String |
DEFAULT_LEAD_SELECTION_CUSTOMIZING_I_D
Deprecated. use DEFAULT_LEAD_SELECTION_CUSTOMIZING_ID instead |
static String |
DEFAULT_LEAD_SELECTION_CUSTOMIZING_ID
Default value of the leadSelectionCustomizingID property is "". |
static boolean |
DEFAULT_SHOW_SELECTED_ONLY
Default value of the showSelectedOnly property is false. |
static String |
DEFAULT_TOOLTIP
Default value of the tooltip property is "". |
| Method Summary | |
void |
bindCustomizingID(IWDAttributeInfo attributeInfo)
Binds the customizingID property to the context attribute specified by the given attribute info. |
void |
bindCustomizingID(String path)
Binds the customizingID property to the context attribute specified by the given path. |
void |
bindDataBeginIndex(IWDAttributeInfo attributeInfo)
Binds the dataBeginIndex property to the context attribute specified by the given attribute info. |
void |
bindDataBeginIndex(String path)
Binds the dataBeginIndex property to the context attribute specified by the given path. |
void |
bindDataLength(IWDAttributeInfo attributeInfo)
Binds the dataLength property to the context attribute specified by the given attribute info. |
void |
bindDataLength(String path)
Binds the dataLength property to the context attribute specified by the given path. |
void |
bindEventID(IWDAttributeInfo attributeInfo)
Binds the eventID property to the context attribute specified by the given attribute info. |
void |
bindEventID(String path)
Binds the eventID property to the context attribute specified by the given path. |
String |
bindingOfCustomizingID()
Returns the binding path of the customizingID property. |
String |
bindingOfDataBeginIndex()
Returns the binding path of the dataBeginIndex property. |
String |
bindingOfDataLength()
Returns the binding path of the dataLength property. |
String |
bindingOfEventID()
Returns the binding path of the eventID property. |
String |
bindingOfLabel()
Returns the binding path of the label property. |
String |
bindingOfLeadSelectionCustomizingID()
Returns the binding path of the leadSelectionCustomizingID property. |
String |
bindingOfPointSource()
Returns the binding path of the pointSource property. |
String |
bindingOfTooltip()
Returns the binding path of the tooltip property. |
void |
bindLabel(IWDAttributeInfo attributeInfo)
Binds the label property to the context attribute specified by the given attribute info. |
void |
bindLabel(String path)
Binds the label property to the context attribute specified by the given path. |
void |
bindLeadSelectionCustomizingID(IWDAttributeInfo attributeInfo)
Binds the leadSelectionCustomizingID property to the context attribute specified by the given attribute info. |
void |
bindLeadSelectionCustomizingID(String path)
Binds the leadSelectionCustomizingID property to the context attribute specified by the given path. |
void |
bindPointSource(IWDNodeInfo nodeInfo)
Binds the pointSource property to the context node specified by the given node info. |
void |
bindPointSource(String path)
Binds the pointSource property to the context attribute specified by the given path. |
void |
bindTooltip(IWDAttributeInfo attributeInfo)
Binds the tooltip property to the context attribute specified by the given attribute info. |
void |
bindTooltip(String path)
Binds the tooltip property to the context attribute specified by the given path. |
void |
destroyPoint()
Destroys the aggregated Point element.
|
String |
getCustomizingID()
Returns the value of the customizingID property.
|
int |
getDataBeginIndex()
Returns the value of the dataBeginIndex property.
|
int |
getDataLength()
Returns the value of the dataLength property.
|
String |
getEventID()
Returns the value of the eventID property.
|
String |
getLabel()
Returns the value of the label property.
|
String |
getLeadSelectionCustomizingID()
Returns the value of the leadSelectionCustomizingID property.
|
IWDPoint |
getPoint()
Returns the aggregated Point element |
boolean |
getShowSelectedOnly()
Returns the value of the showSelectedOnly property.
|
String |
getTooltip()
Returns the value of the tooltip property.
|
void |
setCustomizingID(String value)
Sets the customizingID property to the given value. |
void |
setDataBeginIndex(int value)
Sets the dataBeginIndex property to the given value. |
void |
setDataLength(int value)
Sets the dataLength property to the given value. |
void |
setEventID(String value)
Sets the eventID property to the given value. |
void |
setLabel(String value)
Sets the label property to the given value. |
void |
setLeadSelectionCustomizingID(String value)
Sets the leadSelectionCustomizingID property to the given value. |
void |
setPoint(IWDPoint point)
Sets the aggregated Point element. |
void |
setShowSelectedOnly(boolean showSelectedOnly)
Sets the showSelectedOnly property to the given value. |
void |
setTooltip(String value)
Sets the tooltip property to the given value. |
| Methods inherited from interface com.sap.tc.webdynpro.clientserver.uielib.graphics.api.IWDAbstractSeries |
getBusinessGraphics |
| Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDViewElement |
destroy, getId, getView, requestFocus |
| Field Detail |
public static final String DEFAULT_CUSTOMIZING_ID
customizingID property is "".
public static final int DEFAULT_DATA_BEGIN_INDEX
dataBeginIndex property is 0.
public static final int DEFAULT_DATA_LENGTH
dataLength property is 0.
public static final String DEFAULT_EVENT_ID
eventID property is "".
public static final String DEFAULT_LABEL
label property is "".
public static final String DEFAULT_LEAD_SELECTION_CUSTOMIZING_ID
leadSelectionCustomizingID property is "".
public static final boolean DEFAULT_SHOW_SELECTED_ONLY
showSelectedOnly property is false.
public static final String DEFAULT_TOOLTIP
tooltip property is "".
public static final String DEFAULT_CUSTOMIZING_I_D
customizingID.
public static final String DEFAULT_EVENT_I_D
eventID.
public static final String DEFAULT_LEAD_SELECTION_CUSTOMIZING_I_D
leadSelectionCustomizingID.
| Method Detail |
public void bindCustomizingID(String path)
customizingID property to the context attribute specified by the given path.
path - the context path of the attribute to which the customizingID property will be boundpublic void bindCustomizingID(IWDAttributeInfo attributeInfo)
customizingID property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the customizingID property will be boundpublic String bindingOfCustomizingID()
customizingID property.
customizingID property is currently boundpublic String getCustomizingID()
customizingID property.
The initial value is "".
customizingID propertysetCustomizingID(String)public void setCustomizingID(String value)
customizingID property to the given value.
value - the new value of the customizingID propertygetCustomizingID()public void bindDataBeginIndex(String path)
dataBeginIndex property to the context attribute specified by the given path.
path - the context path of the attribute to which the dataBeginIndex property will be boundpublic void bindDataBeginIndex(IWDAttributeInfo attributeInfo)
dataBeginIndex property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the dataBeginIndex property will be boundpublic String bindingOfDataBeginIndex()
dataBeginIndex property.
dataBeginIndex property is currently boundpublic int getDataBeginIndex()
dataBeginIndex property.
The initial value is 0.
dataBeginIndex propertysetDataBeginIndex(int)public void setDataBeginIndex(int value)
dataBeginIndex property to the given value.
value - the new value of the dataBeginIndex propertygetDataBeginIndex()public void bindDataLength(String path)
dataLength property to the context attribute specified by the given path.
path - the context path of the attribute to which the dataLength property will be boundpublic void bindDataLength(IWDAttributeInfo attributeInfo)
dataLength property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the dataLength property will be boundpublic String bindingOfDataLength()
dataLength property.
dataLength property is currently boundpublic int getDataLength()
dataLength property.
The initial value is 0.
dataLength propertysetDataLength(int)public void setDataLength(int value)
dataLength property to the given value.
value - the new value of the dataLength propertygetDataLength()public void bindEventID(String path)
eventID property to the context attribute specified by the given path.
path - the context path of the attribute to which the eventID property will be boundpublic void bindEventID(IWDAttributeInfo attributeInfo)
eventID property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the eventID property will be boundpublic String bindingOfEventID()
eventID property.
eventID property is currently boundpublic String getEventID()
eventID property.
The initial value is "".
eventID propertysetEventID(String)public void setEventID(String value)
eventID property to the given value.
value - the new value of the eventID propertygetEventID()public void bindLabel(String path)
label property to the context attribute specified by the given path.
path - the context path of the attribute to which the label property will be boundpublic void bindLabel(IWDAttributeInfo attributeInfo)
label property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the label property will be boundpublic String bindingOfLabel()
label property.
label property is currently boundpublic String getLabel()
label property.
The initial value is "".
label propertysetLabel(String)public void setLabel(String value)
label property to the given value.
value - the new value of the label propertygetLabel()public void bindLeadSelectionCustomizingID(String path)
leadSelectionCustomizingID property to the context attribute specified by the given path.
path - the context path of the attribute to which the leadSelectionCustomizingID property will be boundpublic void bindLeadSelectionCustomizingID(IWDAttributeInfo attributeInfo)
leadSelectionCustomizingID property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the leadSelectionCustomizingID property will be boundpublic String bindingOfLeadSelectionCustomizingID()
leadSelectionCustomizingID property.
leadSelectionCustomizingID property is currently boundpublic String getLeadSelectionCustomizingID()
leadSelectionCustomizingID property.
The initial value is "".
leadSelectionCustomizingID propertysetLeadSelectionCustomizingID(String)public void setLeadSelectionCustomizingID(String value)
leadSelectionCustomizingID property to the given value.
value - the new value of the leadSelectionCustomizingID propertygetLeadSelectionCustomizingID()public void bindPointSource(String path)
pointSource property to the context attribute specified by the given path.
path - the context path of the attribute to which the pointSource property will be boundpublic void bindPointSource(IWDNodeInfo nodeInfo)
pointSource property to the context node specified by the given node info.
nodeInfo - the info of the context node to which the pointSource property will be boundpublic String bindingOfPointSource()
pointSource property.
pointSource property is currently boundpublic boolean getShowSelectedOnly()
showSelectedOnly property.
The initial value is false.
showSelectedOnly propertysetShowSelectedOnly(boolean)public void setShowSelectedOnly(boolean showSelectedOnly)
showSelectedOnly property to the given value.
showSelectedOnly - the new value of the showSelectedOnly propertygetShowSelectedOnly()public void bindTooltip(String path)
tooltip property to the context attribute specified by the given path.
path - the context path of the attribute to which the tooltip property will be boundpublic void bindTooltip(IWDAttributeInfo attributeInfo)
tooltip property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the tooltip property will be boundpublic String bindingOfTooltip()
tooltip property.
tooltip property is currently boundpublic String getTooltip()
tooltip property.
The initial value is "".
tooltip propertysetTooltip(String)public void setTooltip(String value)
tooltip property to the given value.
value - the new value of the tooltip propertygetTooltip()public IWDPoint getPoint()
Point element.
Point elementsetPoint(IWDPoint)public void setPoint(IWDPoint point)
Point element.
point - the new pointgetPoint()public void destroyPoint()
Point element.
Destroyed view elements do not exist any longer in their view, i.e. a new element may be
created with the same ID.
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||