ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilObjectCopySelectionTableGUI Class Reference

Selection of subitems. More...

+ Inheritance diagram for ilObjectCopySelectionTableGUI:
+ Collaboration diagram for ilObjectCopySelectionTableGUI:

Public Member Functions

 __construct ($a_parent_class, $a_parent_cmd, $a_type, $a_back_cmd)
 getType ()
 Get object type of source.
 parseSource ($a_source)
- Public Member Functions inherited from ilTable2GUI
 __construct ($a_parent_obj, $a_parent_cmd="")
 Constructor.
executeCommand ()
 Execute command.
 resetOffset ($a_in_determination=false)
 Reset offset.
 initFilter ()
 Init filter.
 getParentObject ()
 Get parent object.
 getParentCmd ()
 Get parent command.
 setTopAnchor ($a_val)
 Set top anchor.
 getTopAnchor ()
 Get top anchor.
 setNoEntriesText ($a_text)
 Set text for an empty table.
 getNoEntriesText ()
 Get text for an empty table.
 setIsDataTable ($a_val)
 Set is data table.
 getIsDataTable ()
 Get is data table.
 setEnableTitle ($a_enabletitle)
 Set Enable Title.
 getEnableTitle ()
 Get Enable Title.
 setEnableHeader ($a_enableheader)
 Set Enable Header.
 getEnableHeader ()
 Get Enable Header.
 setEnableNumInfo ($a_val)
 Set enable num info.
 getEnableNumInfo ()
 Get enable num info.
 setTitle ($a_title, $a_icon=0, $a_icon_alt=0)
 Set title and title icon.
 setDescription ($a_val)
 Set description.
 getDescription ()
 Get description.
 setOrderField ($a_order_field)
 set order column
 getOrderField ()
 setData ($a_data)
 set table data public
 getData ()
 dataExists ()
 setPrefix ($a_prefix)
 set prefix for sort and offset fields (if you have two or more tables on a page that you want to sort separately) public
 getPrefix ()
 addFilterItem ($a_input_item, $a_optional=false)
 Add filter item.
 getFilterItems ($a_optionals=false)
 Get filter items.
 getFilterItemByPostVar ($a_post_var)
 setFilterCols ($a_val)
 Set filter columns.
 getFilterCols ()
 Get filter columns.
 setDisableFilterHiding ($a_val=true)
 Set disable filter hiding.
 getDisableFilterHiding ()
 Get disable filter hiding disable filter hiding.
 setCustomPreviousNext ($a_prev_link, $a_next_link)
 Set custom previous/next links.
 setFormAction ($a_form_action)
 Set Form action parameter.
 getFormAction ()
 Get Form action parameter.
 setFormName ($a_formname)
 Set Form name.
 getFormName ()
 Get Form name.
 setId ($a_val)
 Set id.
 getId ()
 Get element id.
 setDisplayAsBlock ($a_val)
 Set display as block.
 getDisplayAsBlock ()
 Get display as block.
 getSelectAllCheckbox ()
 Get the name of the checkbox that should be toggled with a select all button.
 setSelectAllCheckbox ($a_select_all_checkbox)
 Set the name of the checkbox that should be toggled with a select all button.
 setExternalSorting ($a_val)
 Set external sorting.
 getExternalSorting ()
 Get external sorting.
 setFilterCommand ($a_val)
 Set filter command.
 getFilterCommand ()
 Get filter command.
 setResetCommand ($a_val)
 Set reset filter command.
 getResetCommand ()
 Get reset filter command.
 setExternalSegmentation ($a_val)
 Set external segmentation.
 getExternalSegmentation ()
 Get external segmentation.
 setRowTemplate ($a_template, $a_template_dir="")
 Set row template.
 setDefaultOrderField ($a_defaultorderfield)
 Set Default order field.
 getDefaultOrderField ()
 Get Default order field.
 setDefaultOrderDirection ($a_defaultorderdirection)
 Set Default order direction.
 getDefaultOrderDirection ()
 Get Default order direction.
 clearCommandButtons ()
 addCommandButton ($a_cmd, $a_text, $a_onclick= '')
 Add Command button.
 addSelectionButton ($a_sel_var, $a_options, $a_cmd, $a_text, $a_default_selection= '')
 Add Selection List + Command button.
 addMultiItemSelectionButton ($a_sel_var, $a_options, $a_cmd, $a_text, $a_default_selection= '')
 Add Selection List + Command button for selected items.
 setCloseCommand ($a_link)
 Add command for closing table.
 addMultiCommand ($a_cmd, $a_text)
 Add Command button.
 addHiddenInput ($a_name, $a_value)
 Add Hidden Input field.
 addHeaderCommand ($a_href, $a_text, $a_target="", $a_img="")
 Add Header Command (Link) (Image needed for now)
 setTopCommands ($a_val)
 Set top commands (display command buttons on top of table, too)
 getTopCommands ()
 Get top commands (display command buttons on top of table, too)
 addColumn ($a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="")
 Add a column to the header.
 getNavParameter ()
 setOrderLink ($sort_field, $order_dir)
 fillHeader ()
 determineOffsetAndOrder ($a_omit_offset=false)
 Determine offset and order.
 storeNavParameter ()
 getHTML ()
 Get HTML.
 numericOrdering ($a_field)
 Should this field be sorted numeric?
 render ()
 render table public
 writeFilterToSession ()
 Write filter values to session.
 resetFilter ()
 Reset filter.
 fillFooter ()
 Fill footer row.
 getLinkbar ($a_num)
 Get previous/next linkbar.
 fillHiddenRow ()
 fillActionRow ()
 Fill Action Row.
 setHeaderHTML ($html)
 set header html
- Public Member Functions inherited from ilTableGUI
 ilTableGUI ($a_data=0, $a_global_tpl=true)
 Constructor.
 setTemplate (&$a_tpl)
 set template public
getTemplateObject ()
 setHelp ($a_help_page, $a_help_icon, $a_help_icon_alt=0)
 set table help page public
 setHeaderNames ($a_header_names)
 set table header names public
 getColumnCount ()
 Returns the column count based on the number of the header row columns public.
 setHeaderVars ($a_header_vars, $a_header_params=0)
 set table header vars public
 setColumnWidth ($a_column_width)
 set table column widths public
 setOneColumnWidth ($a_column_width, $a_column_number)
 set one table column width public
 setMaxCount ($a_max_count)
 set max.
 setLimit ($a_limit=0, $a_default_limit=0)
 set max.
 getLimit ()
 Get limit.
 setOffset ($a_offset)
 set dataset offset public
 getOffset ()
 Get offset.
 setOrderColumn ($a_order_column=0, $a_default_column=0)
 set order column public
 getOrderColumn ()
 Get order column.
 setOrderDirection ($a_order_direction)
 set order direction public
 getOrderDirection ()
 Get order direction.
 setFooter ($a_style, $a_previous=0, $a_next=0)
 set order direction public
 enable ($a_module_name)
 enables particular modules of table
 disable ($a_module_name)
 diesables particular modules of table
 sortData ()
 renderHeader ()
 setStyle ($a_element, $a_style)
 getStyle ($a_element)
 setBase ($a_base)
 Set Base script name (deprecated, only use this for workarounds).
 getBase ()
 Get Base script name (deprecated, only use this for workarounds).
 clearActionButtons ()
 addActionButton ($btn_name, $btn_value)

Protected Member Functions

 fillRow ($s)
- Protected Member Functions inherited from ilTable2GUI
 prepareOutput ()
 Anything that must be done before HTML is generated.

Private Attributes

 $type = ''
 $selected_reference = null

Additional Inherited Members

- Data Fields inherited from ilTableGUI
 $title
 $icon
 $icon_alt
 $help_page
 $help_icon
 $help_icon_alt
 $header_names
 $header_vars
 $linkbar_vars
 $data
 $column_count
 $column_width
 $max_count
 $limit
 $max_limit = false
 $offset
 $order_column
 $order_direction
 $footer_style
 $footer_previous
 $footer_next
 $lang_support = true
 $global_tpl
 $form_name
 $select_all_checkbox
 $action_buttons
 $prefix
 $base = ""
 $enabled
 $styles
- Protected Attributes inherited from ilTable2GUI
 $close_command = ""
 $top_anchor = "il_table_top"
 $filters = array()
 $optional_filters = array()
 $filter_cmd = 'applyFilter'
 $reset_cmd = 'resetFilter'
 $filter_cols = 4
 $ext_sort = false
 $ext_seg = false
 $mi_sel_buttons = null
 $disable_filter_hiding = false
 $top_commands = false

Detailed Description

Selection of subitems.

Version
$Id$
Author
Stefan Meyer smeye.nosp@m.r.il.nosp@m.ias@g.nosp@m.mx.d.nosp@m.e

Definition at line 13 of file class.ilObjectCopySelectionTableGUI.php.

Constructor & Destructor Documentation

ilObjectCopySelectionTableGUI::__construct (   $a_parent_class,
  $a_parent_cmd,
  $a_type,
  $a_back_cmd 
)
Parameters
object$a_parent_class
string$a_parent_cmd
Returns

Definition at line 24 of file class.ilObjectCopySelectionTableGUI.php.

References $ilCtrl, $lng, ilTable2GUI\addColumn(), ilTable2GUI\addCommandButton(), ilTable2GUI\setEnableHeader(), ilTable2GUI\setEnableNumInfo(), ilTable2GUI\setEnableTitle(), ilTable2GUI\setFormAction(), ilTable2GUI\setFormName(), ilTableGUI\setLimit(), ilTable2GUI\setRowTemplate(), and ilTable2GUI\setTitle().

{
global $lng,$ilCtrl,$ilUser,$objDefinition;
parent::__construct($a_parent_class,$a_parent_cmd);
$this->type = $a_type;
$this->lng = $lng;
$this->ctrl = $ilCtrl;
$this->setTitle($this->lng->txt($this->type.'_wizard_page'));
$this->addColumn($this->lng->txt('title'),'','55%');
$this->addColumn($this->lng->txt('copy'),'','15%');
$this->addColumn($this->lng->txt('link'),'','15%');
$this->addColumn($this->lng->txt('omit'),'','15%');
$this->setEnableHeader(true);
$this->setFormAction($ilCtrl->getFormAction($this->getParentObject()));
$this->setRowTemplate("tpl.obj_copy_selection_row.html", "Services/Object");
$this->setEnableTitle(true);
$this->setEnableNumInfo(true);
$this->setLimit(999999);
$this->setFormName('cmd');
$this->addCommandButton('copyContainer', $this->lng->txt('obj_'.$this->type.'_duplicate'));
$this->addCommandButton($a_back_cmd, $this->lng->txt('btn_back'));
}

+ Here is the call graph for this function:

Member Function Documentation

ilObjectCopySelectionTableGUI::fillRow (   $s)
protected
See Also
ilTable2GUI::fillRow()

Reimplemented from ilTable2GUI.

Definition at line 103 of file class.ilObjectCopySelectionTableGUI.php.

References ilCopyWizardOptions\COPY_WIZARD_COPY, ilCopyWizardOptions\COPY_WIZARD_LINK, ilCopyWizardOptions\COPY_WIZARD_OMIT, elseif(), and ilUtil\getImagePath().

{
if($s['last'])
{
$this->tpl->setCurrentBlock('footer_copy');
$this->tpl->setVariable('TXT_COPY_ALL',$this->lng->txt('copy_all'));
$this->tpl->parseCurrentBlock();
$this->tpl->setCurrentBlock('footer_link');
$this->tpl->setVariable('TXT_LINK_ALL',$this->lng->txt('link_all'));
$this->tpl->parseCurrentBlock();
$this->tpl->setCurrentBlock('footer_omit');
$this->tpl->setVariable('TXT_OMIT_ALL',$this->lng->txt('omit_all'));
$this->tpl->parseCurrentBlock();
return true;
}
for($i = 0; $i < $s['depth']; $i++)
{
$this->tpl->touchBlock('padding');
$this->tpl->touchBlock('end_padding');
}
$this->tpl->setVariable('TREE_IMG',ilUtil::getImagePath('icon_'.$s['type'].'_s.gif'));
$this->tpl->setVariable('TREE_ALT_IMG',$this->lng->txt('obj_'.$s['type']));
$this->tpl->setVariable('TREE_TITLE',$s['title']);
if($s['source'])
{
return true;
}
// Copy
if($s['perm_copy'] and $s['copy'])
{
$this->tpl->setCurrentBlock('radio_copy');
$this->tpl->setVariable('TXT_COPY',$this->lng->txt('copy'));
$this->tpl->setVariable('NAME_COPY','cp_options['.$s['ref_id'].'][type]');
$this->tpl->setVariable('VALUE_COPY',ilCopyWizardOptions::COPY_WIZARD_COPY);
$this->tpl->setVariable('ID_COPY',$s['depth'].'_'.$s['type'].'_'.$s['ref_id'].'_copy');
$this->tpl->setVariable('COPY_CHECKED','checked="checked"');
$this->tpl->parseCurrentBlock();
}
elseif($s['copy'])
{
$this->tpl->setCurrentBlock('missing_copy_perm');
$this->tpl->setVariable('TXT_MISSING_COPY_PERM',$this->lng->txt('missing_perm'));
$this->tpl->parseCurrentBlock();
}
// Link
if($s['perm_link'] and $s['link'])
{
$this->tpl->setCurrentBlock('radio_link');
$this->tpl->setVariable('TXT_LINK',$this->lng->txt('link'));
$this->tpl->setVariable('NAME_LINK','cp_options['.$s['ref_id'].'][type]');
$this->tpl->setVariable('VALUE_LINK',ilCopyWizardOptions::COPY_WIZARD_LINK);
$this->tpl->setVariable('ID_LINK',$s['depth'].'_'.$s['type'].'_'.$s['ref_id'].'_link');
if(!$s['copy'] or !$s['perm_copy'])
{
$this->tpl->setVariable('LINK_CHECKED','checked="checked"');
}
$this->tpl->parseCurrentBlock();
}
elseif($s['link'])
{
$this->tpl->setCurrentBlock('missing_link_perm');
$this->tpl->setVariable('TXT_MISSING_LINK_PERM',$this->lng->txt('missing_perm'));
$this->tpl->parseCurrentBlock();
}
// Omit
$this->tpl->setCurrentBlock('omit_radio');
$this->tpl->setVariable('TXT_OMIT',$this->lng->txt('omit'));
$this->tpl->setVariable('NAME_OMIT','cp_options['.$s['ref_id'].'][type]');
$this->tpl->setVariable('VALUE_OMIT',ilCopyWizardOptions::COPY_WIZARD_OMIT);
$this->tpl->setVariable('ID_OMIT',$s['depth'].'_'.$s['type'].'_'.$s['ref_id'].'_omit');
if((!$s['copy'] or !$s['perm_copy']) and (!$s['link']))
{
$this->tpl->setVariable('OMIT_CHECKED','checked="checked"');
}
$this->tpl->parseCurrentBlock();
}

+ Here is the call graph for this function:

ilObjectCopySelectionTableGUI::getType ( )

Get object type of source.

Returns

Definition at line 59 of file class.ilObjectCopySelectionTableGUI.php.

References $type.

{
return $this->type;
}
ilObjectCopySelectionTableGUI::parseSource (   $a_source)
Parameters
object$a_source
Returns

Definition at line 69 of file class.ilObjectCopySelectionTableGUI.php.

References ilTable2GUI\setData().

{
global $tree,$objDefinition, $ilAccess;
$first = true;
foreach($tree->getSubTree($root = $tree->getNodeData($a_source)) as $node)
{
if($node['type'] == 'rolf')
{
continue;
}
$r = array();
$r['last'] = false;
$r['source']= $first;
$r['ref_id']= $node['child'];
$r['depth'] = $node['depth'] - $root['depth'];
$r['type'] = $node['type'];
$r['title'] = $node['title'];
$r['copy'] = $objDefinition->allowCopy($node['type']);
$r['perm_copy'] = $ilAccess->checkAccess('copy','',$node['child']);
$r['link'] = $objDefinition->allowLink($node['type']);
$r['perm_link'] = true;
$rows[] = $r;
$first = false;
}
$rows[] = array('last' => true);
$this->setData((array) $rows);
}

+ Here is the call graph for this function:

Field Documentation

ilObjectCopySelectionTableGUI::$selected_reference = null
private

Definition at line 16 of file class.ilObjectCopySelectionTableGUI.php.

ilObjectCopySelectionTableGUI::$type = ''
private

Definition at line 15 of file class.ilObjectCopySelectionTableGUI.php.

Referenced by getType().


The documentation for this class was generated from the following file: