|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Objectf_object
f_eventTarget
f_component
f_grid
public abstract class f_grid
| Field Summary |
|---|
| Fields inherited from class fa_selectionManager |
|---|
BEGIN_PHASE, END_PHASE |
| Fields inherited from class fa_cardinality |
|---|
ONEMANY_CARDINALITY, ONE_CARDINALITY, OPTIONAL_CARDINALITY, ZEROMANY_CARDINALITY |
| Fields inherited from class fa_clientFullState |
|---|
NONE_CLIENT_FULL_STATE, ONEWAY_CLIENT_FULL_STATE, TWOWAYS_CLIENT_FULL_STATE |
| Fields inherited from class f_component |
|---|
DEFAULT_HIDDEN_MODE, HIDDEN_MODE_IGNORE, HIDDEN_MODE_PHANTOM, HIDDEN_MODE_SERVER |
| Fields inherited from class HTMLElement |
|---|
className, dir, id, lang |
| Fields inherited from class Element |
|---|
tagName |
| Fields inherited from class Node |
|---|
childNodes, firstChild, lastChild, nextSibling, nodeName, nodeType, nodeValue, ownerDocument, parentNode, previousSibling |
| Method Summary | |
|---|---|
static f_grid |
GetGridFromComponent(f_component component)
Return the current ComponetGrid |
static void |
RegisterSortManager(String name,
Function callback)
|
Number |
f_clear(any... rowValue1)
|
Number |
f_clearAll()
|
Number |
f_clearArray(any[] rowValues)
|
void |
f_clearSort()
Clean the sort |
void |
f_collapseAllAdditionalInformations()
|
String |
f_computeEventColumnId(f_event event)
|
boolean |
f_deselectRow(any rowValue,
boolean show)
Deselect a row |
void |
f_expandAllAdditionalInformations()
|
String |
f_getColumnId(f_gridColumn column)
Returns the id associated to the column. |
String |
f_getColumnName(f_gridColumn column)
Returns the name associated to the column. |
Number |
f_getColumnOrderState(f_gridColumn column)
Deprecated. |
f_gridColumn[] |
f_getColumns()
List the columns of the grid |
Number |
f_getDragEffects(any selection)
|
Array |
f_getDragItems(any selection)
|
Array |
f_getDragItemsElement(any selection)
|
Array |
f_getDragItemsValue(any selection)
|
Array |
f_getDragTypes(any selection)
|
String |
f_getEmptyDataMessage()
|
Object |
f_getRowByValue(any value)
Returns the row associated to a value. |
String |
f_getRowValue(any rowObject)
Returns the value of the row. |
String |
f_getRowValueAtIndex(any rowIndex)
Returns the value of the row specified by its index. |
Object |
f_getRowValueFromCommponent(f_component component)
Return the value of the row which contains the specified component. |
f_gridColumn[] |
f_getSortedColumns()
gives the ordered set of sorted columns |
boolean |
f_hasElementAdditionalInformation(any rowValue)
|
boolean |
f_isRefreshFullUpdateState()
Get the refreshFullUpdateState that force the refresh to be full |
boolean |
f_isRowSelected(Object row)
|
boolean |
f_isSelected(any rowValue)
Returns true if the receiver is checked, and
false otherwise |
boolean |
f_refreshContent(boolean fullUpdate)
Refresh the structure of the grid. |
void |
f_selectAllPage()
select all rows in the current page |
boolean |
f_selectRow(any rowValue,
boolean append,
boolean show)
Select a row |
void |
f_setColumnSort(f_gridColumn col,
boolean ascending,
boolean append,
f_gridColumn col2,
boolean ascending2)
|
void |
f_setEmptyDataMessage(String message)
|
boolean |
f_setFirst(Number index,
Number cursorIndex)
Specify the index of the first row which starts the grid. |
void |
f_setHeight(Number height)
Set the height of the component. |
void |
f_setRefreshFullUpdateState(boolean fullUpdate)
Set the refreshFullUpdateState that force the refresh to be full |
void |
f_setWidth(Number width)
Set the width of the component |
boolean |
f_showRow(any rowValue)
Show a row. |
void |
f_unselectAll()
unSelect all rows in the current page |
| Methods inherited from class fa_subMenu |
|---|
f_getSubMenuById, f_listSubMenus |
| Methods inherited from class fa_scrollPositions |
|---|
f_getHorizontalScrollPosition, f_getVerticalScrollPosition, f_setHorizontalScrollPosition, f_setVerticalScrollPosition |
| Methods inherited from class fa_disabled |
|---|
f_isDisabled, f_setDisabled |
| Methods inherited from class fa_additionalInformationManager |
|---|
f_expandAdditionalInformations, f_getAdditionalInformationValues |
| Methods inherited from class fa_immediate |
|---|
f_isImmediate |
| Methods inherited from class fa_droppable |
|---|
f_isDroppable, f_outDropInfos, f_overDropInfos, f_queryDropInfos, f_releaseDropInfos |
| Methods inherited from class fa_selectionManager |
|---|
f_getSelection, f_setSelection |
| Methods inherited from class fa_selectionProvider |
|---|
f_getSelection, f_setSelection |
| Methods inherited from class fa_draggable |
|---|
f_getDragEffects, f_getDragItems, f_getDragItemsElement, f_getDragItemsValue, f_getDragTypes, f_isDraggable |
| Methods inherited from class fa_pagedComponent |
|---|
f_getFirst, f_getMaxRows, f_getRowCount, f_getRows, f_isPaged |
| Methods inherited from class fa_filterProperties |
|---|
f_getFilterProperties, f_setFilterProperties, f_setFilterProperty |
| Methods inherited from class fa_clientData |
|---|
f_getClientData, f_getClientDataSet, f_getClientDatas, f_setClientData |
| Methods inherited from class fa_eventTarget |
|---|
f_addEventListener, f_fireEvent, f_removeEventListener |
| Methods inherited from class Element |
|---|
getAttribute, getElementsByTagName, removeAttribute, setAttribute |
| Methods inherited from class Node |
|---|
appendChild, hasChildNodes, insertBefore, removeChild, replaceChild |
| Methods inherited from class f_object |
|---|
f_getClass, toString |
| Methods inherited from class Object |
|---|
toString |
| Method Detail |
|---|
public Number f_getDragEffects(any selection)
public void f_setHeight(Number height)
f_setHeight in class f_componentheight - Height of the component.public Array f_getDragItems(any selection)
public boolean f_selectRow(any rowValue,
boolean append,
boolean show)
rowValue - Value associated to the rowappend - Inclusive or Exclusive selectionshow - Show the selected row.
true if success.public Object f_getRowValueFromCommponent(f_component component)
component - Component or HTMLElement
public String f_getEmptyDataMessage()
public void f_expandAllAdditionalInformations()
public String f_computeEventColumnId(f_event event)
event -
null if not found.public boolean f_isRefreshFullUpdateState()
public Number f_clearArray(any[] rowValues)
rowValues - List of values whose specified rows.
public String f_getRowValue(any rowObject)
rowObject - Row object.
public String f_getColumnName(f_gridColumn column)
column - The column object
public f_gridColumn[] f_getColumns()
public String f_getColumnId(f_gridColumn column)
column - The column object
public void f_setWidth(Number width)
f_setWidth in class f_componentwidth - Width of the component.public boolean f_isSelected(any rowValue)
true if the receiver is checked, and
false otherwise
rowValue - Value associated to the row, or a row object.
public String f_getRowValueAtIndex(any rowIndex)
rowIndex - Row object.
public void f_unselectAll()
public void f_selectAllPage()
public static f_grid GetGridFromComponent(f_component component)
component - public Array f_getDragItemsElement(any selection)
public void f_collapseAllAdditionalInformations()
public Object f_getRowByValue(any value)
value - Value of the row, or a row object.
null.public boolean f_showRow(any rowValue)
rowValue - Value associated to the row
true if the row associated to the
rowValue is found.public Number f_clearAll()
public boolean f_isRowSelected(Object row)
row - public void f_setEmptyDataMessage(String message)
message - public boolean f_refreshContent(boolean fullUpdate)
fullUpdate - to force rowCount and pager updatepublic boolean f_hasElementAdditionalInformation(any rowValue)
public void f_clearSort()
public boolean f_setFirst(Number index,
Number cursorIndex)
index - cursorIndex - The cursor index. (can be undefined)
false.
public void f_setColumnSort(f_gridColumn col,
boolean ascending,
boolean append,
f_gridColumn col2,
boolean ascending2)
col - Column to sortascending - Sort ascending.append - Append the sort.col2 - Column 2ascending2 - Sort ascending2.public Number f_getColumnOrderState(f_gridColumn column)
column -
public void f_setRefreshFullUpdateState(boolean fullUpdate)
fullUpdate - to force rowCount and pager updatepublic Array f_getDragItemsValue(any selection)
public abstract Number f_clear(any... rowValue1)
rowValue1 - The value of the row to remove
public static void RegisterSortManager(String name,
Function callback)
name - callback - public Array f_getDragTypes(any selection)
public boolean f_deselectRow(any rowValue,
boolean show)
rowValue - Value associated to the rowshow - Show the deselected row.
true if success.public f_gridColumn[] f_getSortedColumns()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||