webmatic3.wm3GUIList
\core\classes\GUI\wm3GUIList.php at line 8

Class wm3GUIList

wm3GUI
└─wm3GUIList

public class wm3GUIList
extends wm3GUI


Constructor Summary

wm3GUIList(mixed w3, mixed data, mixed title, mixed colspan)

Method Summary
void

collapseDataArray()

static void

fixNavigatorPage(mixed w3, mixed currentID, mixed total_items, mixed max_page_items, mixed page, mixed field, mixed rs)

void

getMaxPageItems()

void

getPage()

void

getTotalItems()

void

makeBottom(mixed content)

void

makeCaption()

void

makeEmptyItems()

void

makeItem(mixed row, mixed p, mixed highlighted, mixed _COLSPAN, mixed bar_vertical, mixed bar_horizontal)

static void

makeNotFoundItem(mixed w3, mixed colspan, mixed only_label, mixed no_table, mixed label)

static void

makePagesNavigator(mixed w3, mixed total, mixed max, mixed pg, mixed link, mixed rs, mixed field, mixed _ID)

void

render()

void

renderBody()

void

renderBottom()

void

renderHeader()

void

setBarHorizontal(mixed bar_horizontal)

void

setBarVertical(mixed bar_vertical)

void

setBottomContent(mixed bottom_content)

void

setCaptionColspan(mixed colspan)

void

setCaptionLabels(mixed labels)

void

setCaptionWidths(mixed widths)

void

setColumns(mixed columns)

void

setCurrentID(mixed currentID)

void

setEmptyLabel(mixed empty_label)

void

setExtraHeader(mixed extra_header, mixed i)

void

setInvertColors(mixed invert_colors)

void

setMaxPageItems(mixed max_page_items)

void

setObjectsPerRow(mixed objects_per_row)

void

setPage(mixed page)

void

setPageNavigatorField(mixed page_navigator_field)

void

setPageNavigatorID(mixed page_navigator_id)

void

setPageNavigatorRS(mixed page_navigator_rs)

void

setPagesNavigatorLink(mixed pages_navigator_link)

void

setRenderCaption(mixed render_caption)

void

setRenderPagesNavigator(mixed render_pages_navigator)

void

setRenderTable(mixed render_table)

void

setSearchForm(mixed search_form)

void

setSeparator(mixed separator)

void

setTotalItems(mixed total_items)

void

setUseAutoPage(mixed use_auto_page)

void

setUseColors(mixed use_colors)

void

setWidths(mixed widths)

Methods inherited from webmatic3.wm3GUI
getName, getTitle, setData, setName, setTitle

Constructor Detail

\core\classes\GUI\wm3GUIList.php at line 30

wm3GUIList

public wm3GUIList(mixed w3, mixed data, mixed title, mixed colspan)

Method Detail

\core\classes\GUI\wm3GUIList.php at line 318

collapseDataArray

public void collapseDataArray()

\core\classes\GUI\wm3GUIList.php at line 343

fixNavigatorPage

public static void fixNavigatorPage(mixed w3, mixed currentID, mixed total_items, mixed max_page_items, mixed page, mixed field, mixed rs)

\core\classes\GUI\wm3GUIList.php at line 435

getMaxPageItems

public void getMaxPageItems()

\core\classes\GUI\wm3GUIList.php at line 433

getPage

public void getPage()

\core\classes\GUI\wm3GUIList.php at line 437

getTotalItems

public void getTotalItems()

\core\classes\GUI\wm3GUIList.php at line 294

makeBottom

public void makeBottom(mixed content)

\core\classes\GUI\wm3GUIList.php at line 208

makeCaption

public void makeCaption()

\core\classes\GUI\wm3GUIList.php at line 235

makeEmptyItems

public void makeEmptyItems()

\core\classes\GUI\wm3GUIList.php at line 265

makeItem

public void makeItem(mixed row, mixed p, mixed highlighted, mixed _COLSPAN, mixed bar_vertical, mixed bar_horizontal)

\core\classes\GUI\wm3GUIList.php at line 401

makeNotFoundItem

public static void makeNotFoundItem(mixed w3, mixed colspan, mixed only_label, mixed no_table, mixed label)

\core\classes\GUI\wm3GUIList.php at line 355

makePagesNavigator

public static void makePagesNavigator(mixed w3, mixed total, mixed max, mixed pg, mixed link, mixed rs, mixed field, mixed _ID)

\core\classes\GUI\wm3GUIList.php at line 65

render

public void render()

\core\classes\GUI\wm3GUIList.php at line 137

renderBody

public void renderBody()

\core\classes\GUI\wm3GUIList.php at line 194

renderBottom

public void renderBottom()

\core\classes\GUI\wm3GUIList.php at line 82

renderHeader

public void renderHeader()

\core\classes\GUI\wm3GUIList.php at line 491

setBarHorizontal

public void setBarHorizontal(mixed bar_horizontal)

\core\classes\GUI\wm3GUIList.php at line 489

setBarVertical

public void setBarVertical(mixed bar_vertical)

\core\classes\GUI\wm3GUIList.php at line 469

setBottomContent

public void setBottomContent(mixed bottom_content)

\core\classes\GUI\wm3GUIList.php at line 453

setCaptionColspan

public void setCaptionColspan(mixed colspan)

\core\classes\GUI\wm3GUIList.php at line 449

setCaptionLabels

public void setCaptionLabels(mixed labels)

\core\classes\GUI\wm3GUIList.php at line 451

setCaptionWidths

public void setCaptionWidths(mixed widths)

\core\classes\GUI\wm3GUIList.php at line 475

setColumns

public void setColumns(mixed columns)

\core\classes\GUI\wm3GUIList.php at line 457

setCurrentID

public void setCurrentID(mixed currentID)

\core\classes\GUI\wm3GUIList.php at line 473

setEmptyLabel

public void setEmptyLabel(mixed empty_label)

\core\classes\GUI\wm3GUIList.php at line 471

setExtraHeader

public void setExtraHeader(mixed extra_header, mixed i)

\core\classes\GUI\wm3GUIList.php at line 477

setInvertColors

public void setInvertColors(mixed invert_colors)

\core\classes\GUI\wm3GUIList.php at line 441

setMaxPageItems

public void setMaxPageItems(mixed max_page_items)

\core\classes\GUI\wm3GUIList.php at line 443

setObjectsPerRow

public void setObjectsPerRow(mixed objects_per_row)

\core\classes\GUI\wm3GUIList.php at line 439

setPage

public void setPage(mixed page)

\core\classes\GUI\wm3GUIList.php at line 479

setPageNavigatorField

public void setPageNavigatorField(mixed page_navigator_field)

\core\classes\GUI\wm3GUIList.php at line 481

setPageNavigatorID

public void setPageNavigatorID(mixed page_navigator_id)

\core\classes\GUI\wm3GUIList.php at line 483

setPageNavigatorRS

public void setPageNavigatorRS(mixed page_navigator_rs)

\core\classes\GUI\wm3GUIList.php at line 445

setPagesNavigatorLink

public void setPagesNavigatorLink(mixed pages_navigator_link)

\core\classes\GUI\wm3GUIList.php at line 459

setRenderCaption

public void setRenderCaption(mixed render_caption)

\core\classes\GUI\wm3GUIList.php at line 465

setRenderPagesNavigator

public void setRenderPagesNavigator(mixed render_pages_navigator)

\core\classes\GUI\wm3GUIList.php at line 461

setRenderTable

public void setRenderTable(mixed render_table)

\core\classes\GUI\wm3GUIList.php at line 447

setSearchForm

public void setSearchForm(mixed search_form)

\core\classes\GUI\wm3GUIList.php at line 487

setSeparator

public void setSeparator(mixed separator)

\core\classes\GUI\wm3GUIList.php at line 467

setTotalItems

public void setTotalItems(mixed total_items)

\core\classes\GUI\wm3GUIList.php at line 485

setUseAutoPage

public void setUseAutoPage(mixed use_auto_page)

\core\classes\GUI\wm3GUIList.php at line 463

setUseColors

public void setUseColors(mixed use_colors)

\core\classes\GUI\wm3GUIList.php at line 455

setWidths

public void setWidths(mixed widths)