Inherits PntMtoNPropertyPart.
Additional Inherited Members | |
Public Member Functions inherited from PntMtoNPropertyPart | |
printBody () | |
getInitItemTable () | |
getItemTableColumnPaths () | |
getSearchFrameName () | |
getPropertyValueFor ($obj) | |
printTableHeaders ($table) | |
getOnClickRemoveRow () | |
printRows ($table) | |
getItemActionCellContent () | |
printItemActionCell ($item, $index) | |
printSearchPageUrl () | |
printAddRemoveScriptPart () | |
getEditDetailsDialogReplyScriptPiece () | |
Static Public Member Functions inherited from PntPage | |
static | getInfoStyleOk () |
static | getInfoStyleError () |
static | getInfoStyleWarning () |
Data Fields inherited from PntPropertyPart | |
$printLabel = false | |
$printIcons = false | |
$propLabelCssClass = 'pntMultiPropLabel' | |
$itemTableId | |
Part used by ObjectMtoNPropertyPage. Contains a table from which the user can remove items by clicking their remove icons. and a SearchFrame with an MtoNSearchPage from which the user can search and add items by clicking in them. The table is adapted client-side to show the resulting related items. When the save button is pressed the id's of the added and removed items are sent to the server and processed to add and remove the relationship objects according to the selections of the user. This part can also be used inside a TabsPart inside an EditDetalsPage to create a single large form that holds both the detailsPart as the MtoNSearchPart(s). The user can then edit each tab and after he is finished send the entire form to the server at once so that all details and n to m relationships are processed at once.
This concrete subclass is here to keep de application developers code (including localization overrides) separated from the framework code.