public interface ExpandableRecordInterface
| Modifier and Type | Method and Description |
|---|---|
void |
addChildRecord(ExpandableRecord expandableRecord)
Adds a child sales record to this sales group.
|
void |
contractNodeAction()
Utility method to remove all the child nodes from the parent
dataTable list.
|
void |
expandNodeAction()
Utility method to add all child nodes to the parent dataTable list.
|
boolean |
isRenderImage()
Gets the renderable state of the contract/expand image toggle.
|
void |
removeChildRecord(ExpandableRecord expandableRecord)
Removes the specified child record from this group.
|
void |
toggleSubGroupAction(javax.faces.event.ActionEvent event)
Toggles the expanded state of this record.
|
boolean isRenderImage()
void toggleSubGroupAction(javax.faces.event.ActionEvent event)
event - JSF action event.void addChildRecord(ExpandableRecord expandableRecord)
expandableRecord - child record to add to this record.void removeChildRecord(ExpandableRecord expandableRecord)
expandableRecord - child record to remove.void expandNodeAction()
void contractNodeAction()
Copyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.