|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro AbstractTreeTableColumn API.
This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!
| Field Summary | |
static boolean |
DEFAULT_CHILDREN_LOADED
Default value of property childrenLoaded. |
static boolean |
DEFAULT_IS_LEAF
Default value of property isLeaf. |
| Fields inherited from interface com.sap.tc.webdynpro.clientserver.uielib.standard.api.IWDAbstractMasterTableColumn |
DEFAULT_DESIGN, DEFAULT_RESIZABLE, DEFAULT_VISIBLE, DEFAULT_WIDTH |
| Method Summary | |
void |
bindChildrenLoaded(IWDAttributeInfo attributeInfo)
Binds property childrenLoaded to the context attribute
specified by the given attribute info. |
void |
bindChildrenLoaded(java.lang.String path)
Binds property childrenLoaded to the context attribute
specified by path. |
void |
bindExpanded(IWDAttributeInfo attributeInfo)
Note: This property must be bound to the context! Binds property expanded to the context attribute
specified by the given attribute info. |
void |
bindExpanded(java.lang.String path)
Note: This property must be bound to the context! Binds property expanded to the context attribute
specified by path. |
java.lang.String |
bindingOfChildrenLoaded()
Binding path of property childrenLoaded. |
java.lang.String |
bindingOfExpanded()
Note: This property must be bound to the context! Binding path of property expanded. |
java.lang.String |
bindingOfIsLeaf()
Binding path of property isLeaf. |
void |
bindIsLeaf(IWDAttributeInfo attributeInfo)
Binds property isLeaf to the context attribute
specified by the given attribute info. |
void |
bindIsLeaf(java.lang.String path)
Binds property isLeaf to the context attribute
specified by path. |
boolean |
getChildrenLoaded()
Returns the value of the childrenLoaded property. |
boolean |
getExpanded()
Note: This property must be bound to the context! Returns the value of the expanded property. |
boolean |
getIsLeaf()
Returns the value of the isLeaf property. |
IWDAction |
getOnLoadChildren()
Returns the action to which the event onLoadChildren is mapped. |
IWDParameterMapping |
mappingOfOnLoadChildren()
Returns the parameter mapping of event onLoadChildren. |
void |
setChildrenLoaded(boolean value)
Sets property childrenLoaded to the new value. |
void |
setExpanded(boolean value)
Note: This property must be bound to the context! Sets property expanded to the new value. |
void |
setIsLeaf(boolean value)
Sets property isLeaf to the new value. |
void |
setOnLoadChildren(IWDAction action)
Maps the event onLoadChildren to the given action. |
| Methods inherited from interface com.sap.tc.webdynpro.clientserver.uielib.standard.api.IWDAbstractMasterTableColumn |
bindDesign, bindDesign, bindingOfDesign, bindingOfResizable, bindingOfVisible, bindingOfWidth, bindResizable, bindResizable, bindVisible, bindVisible, bindWidth, bindWidth, destroyHeader, destroyTableCellEditor, getDesign, getHeader, getResizable, getTable, getTableCellEditor, getVisible, getWidth, setDesign, setHeader, setResizable, setTableCellEditor, setVisible, setWidth |
| Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDViewElement |
getId, getView, requestFocus |
| Field Detail |
public static final boolean DEFAULT_CHILDREN_LOADED
childrenLoaded.public static final boolean DEFAULT_IS_LEAF
isLeaf.| Method Detail |
public IWDAction getOnLoadChildren()
onLoadChildren is mapped.
Event that is caused when a tree node without children is expanded for the first time.mappingOfOnLoadChildren()public void setOnLoadChildren(IWDAction action)
onLoadChildren to the given action.action - the action for the eventgetOnLoadChildren()public IWDParameterMapping mappingOfOnLoadChildren()
onLoadChildren.
To be accessible in a view controller, a UI element event parameter has to be mapped to a controller event handler parameter. This is done by defining a parameter mapping.
Event parameters:getOnLoadChildren()public void bindChildrenLoaded(java.lang.String path)
childrenLoaded to the context attribute
specified by path.path - the path of the context attribute to which the childrenLoaded
property is boundpublic void bindChildrenLoaded(IWDAttributeInfo attributeInfo)
childrenLoaded to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
childrenLoaded property is boundpublic java.lang.String bindingOfChildrenLoaded()
childrenLoaded.public boolean getChildrenLoaded()
childrenLoaded property.
The initial value is false.
Determines whether the children of the current row have already been loaded in case the current row is a node.setChildrenLoaded(boolean)public void setChildrenLoaded(boolean value)
childrenLoaded to the new value.value - the new value of the childrenLoaded propertygetChildrenLoaded()public void bindExpanded(java.lang.String path)
expanded to the context attribute
specified by path.path - the path of the context attribute to which the expanded
property is boundpublic void bindExpanded(IWDAttributeInfo attributeInfo)
expanded to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
expanded property is boundpublic java.lang.String bindingOfExpanded()
expanded.public boolean getExpanded()
expanded property.
The initial value is false.
Determines whether the current node is expanded or not in case the current row is a node.setExpanded(boolean)public void setExpanded(boolean value)
expanded to the new value.value - the new value of the expanded propertygetExpanded()public void bindIsLeaf(java.lang.String path)
isLeaf to the context attribute
specified by path.path - the path of the context attribute to which the isLeaf
property is boundpublic void bindIsLeaf(IWDAttributeInfo attributeInfo)
isLeaf to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
isLeaf property is boundpublic java.lang.String bindingOfIsLeaf()
isLeaf.public boolean getIsLeaf()
isLeaf property.
The initial value is false.
Determines whether the current row is a leaf or a node in the tree.setIsLeaf(boolean)public void setIsLeaf(boolean value)
isLeaf to the new value.value - the new value of the isLeaf propertygetIsLeaf()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||